Creating Zend Framework Projects
Zend Framework Projects
are PHP projects which contain Zend Framework's libraries in their include
path and which are organized into Framework's Controller-Model- View format
Visit http://framework.zend.com for more on Zend Framework or https://framework.zend.com/ for the Zend Framework Reference manual.
This procedure demonstrates how to create a new PHP project with Zend Framework.
Important Note:
You must have Zend
Framework version 1.8 installed on your machine to be able to create Zend
Framework projects.
Zend Framework comes bundled with Zend Server
or can be downloaded from the Zend Framework site at https://framework.zend.com
.
|
|
|
To create a new PHP project with Zend Framework:
|
You can now start to add your own Model, View and Controller files. See Creating Zend Framework Elements for more information. |