Creating a Zend View File
This procedure describes how to create a new Zend View file.
A Zend View is a class for working with the "view" portion of the model-view-controller pattern. The Zend View manages the graphic interface aspect of your application.
See https://framework.zend.com for more information on the Zend View.
|
|
|
To create a new Zend View file:
|
A new Zend View file will be created with the relevant template. The new file will be displayed in the MVC Oultine view. |