Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
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 http://framework.zend.com/manual/en/zend.controller.html 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:
New Zend Controller Wizard
If you selected to create a Template-based Controller:
|
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. |
|
|
|
|
Related Links: Developing with Zend Framework Creating Zend Framework Elements |
|
|