Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
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 (if selected). Zend Framework 1.8 projects are based on the Zend Tool, ensuring your projects comply with the latest Zend Framework standards and allow for Rapid Application Development .
Visit http://framework.zend.com for more on Zend Framework or http://framework.zend.com/manual/en for the Zend Framework Reference manual.
This procedure demonstrates how to create a new Zend Framework Project.
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 http://framework.zend.com/download/current
.
|
|
|
To create a new Zend Framework Project:
New Zend Framework Project
Note: To open the MVC Outline view manually, go to Window | Show View | PHP Tools | MVC Outline.
MVC view The MVC view provides an outline of all controller, model and view classes, files, variables and related functions. |
You can now start to add your own Model, View and Controller files. See Creating Zend Framework Elements for more information. |
|
|
|
|
Related Links:
Developing with Zend Framework |
|
|