model view controller - Zend framework techniques -
I am trying to migrate the Zend Framework. Do I have every controller or every action on the webpage
What are the benefits of many tasks, can they talk to each other? And see the best help and helpers of support assistants
Please guide me on how to get started on the framework. Thanks
You can use a new controller for each page or submit your pages You can define multiple actions on the same controller. I choose to use defferent actions from the same controller to display the variuos pages. Using multiple actions on the same controller allows you to create some manufacturers of each code controller. For example, I have a controller for all the policy pages of a website and a new controller for those pages reserved for registered users. I check authentication for a dedicated user in the manufacturer for a dedicated controller.
Comments
Post a Comment