If you like to know more , then read the Zend Framework Documentation.
First, you need to download Zend framework from below links.
or visit: framework.zend.com
- Download Zend Framework 1.11.0 Full
- Download Zend Framework 1.11.0 Minimal
- Download Zend Framework 1.11.0 Documentation
After Download , unzip the file and place inside your host / locahost .
Open the php.ini file .
Add the include path of library folder of zend like this :
include_path = "/ZendFramework-1.11.0-minimal/library"
Create a project name as "MyWebsite" and copy the library folder from zend.
- Folder Tree - |
Detailed folder Structure :
Download : MyWebsite.zip and unzip it in your host/localhost
It includes zend library , and index page.
If any problem , comment below.
1 comment:
content of index.php
Post a Comment