Creating a Zend Controller File
This procedure describes how to create a new Zend Controller file. A Zend Controller is a class for working with the "controller" portion of the model-view-controller pattern. The Zend Controller manages the communication between user actions and your application.
See https://framework.zend.com/ for more information on the Zend Controller.
Zend Studio offers the option to create Zend Controller files based on the Zend Controller Template (for projects based on Zend Framework version 1.7 and below) and based on the Zend Tool (for projects based on Zend Framework version 1.8 and above).
|
|
|
To create a new Zend Controller file:
|
A new Zend Controller file will be created with the relevant template. The new file will be created in the project's 'controllers' folders and displayed in the MVC Outline view. |