amitsharma
Joined over 2 years ago.
clicked (0) — submitted (
4) — commented (
0) — saved (
3)
This tutorial focuses on the topic of processing forms. The journey will include client-side
and server-side field validation, form loading, submission, field customization, and layout
techniques that will make it a breeze to build great-looking and friendly forms.
PHP »
Basics — over 2 years ago
— reviewed, not listed
In the this article, a process model, which can be used for PHP projects is introduced. It helps in exploring how you can break up complex PHP projects into simple sub-parts that multiple team members can work on. It highlights the use of the MVC pattern for separating concerns in the application and agile principles to deliver a code that works.
Magento has a wonderful architecture behind its system that relies on us knowing where the files should be placed and how to structure our templates and modules.
In this tutorial, we will learn about this architecture and how it applies to development with Magento. We will learn:
• Where everything is within Magento
• What all the base directory files and folders do
• The basics of how the template system works
• How modules work within the system
• How the Zend Framework