Zend Framework is a high quality open source framework for developing Web Applications and Web Services with PHP. The Zend Framework Example Project is a small demo application that shows how Zend Framework can be leveraged in order to streamline writing code, by decreasing development time (through using prewritten modules) and demonstrating how to implement best practices in organizing your project.
Once the Example Project has been created, you will be able to navigate through the tree in PHP Explorer and see the different components of the project.
The Zend Framework Example provides a model called MVC (Model-View-Controller) for programming using the Framework. With this model, applications are divided into three parts to assist in making the development process more efficient.
The components are:
Controller - includes all code that handles the logic.
Model - contains data access commands to the raw data.
View - contains the application's front end (User Interface).
Additional information about programming with the Zend Framework can be found in the official Zend Framework Manual at: https://framework.zend.com
For more information about the MVC method see http://en.wikipedia.org/wiki/Model-view-controller.
The following procedure describes how to create a Zend Framework example project.
|
|
|
To create a Zend Framework Example Project:
You may choose your location by writing it in the "Directory" text field, or by clicking Browse.
|
You can navigate through the application source files to learn more about the source behind the application. |
The following procedure describes how to run the Zend Framework example project. In order to run your Zend Framework Example Project, you must first create one. For more information see Creating the Zend Framework Example Project.
Note:
You must have an established connection with a server to run the Zend Framework Example project. For more information see Defining Zend Server in Zend Studio.
|
|
|
To run the Zend Framework example project:
|
Your project Web page opens. |
|
|
|
Related Links: Creating Zend Framework Projects Creating and Running a Zend Framework Example Project Creating Zend Framework Elements Searching the Zend Framework Site |
|
|
©1999-2013 Zend Technologies LTD. All rights reserved.