03 December 2013

Zend Framework hello world Tutorial

Zend Framework hello world
This is a compact tutorial on Zend Framework hello world.

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


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"


edit php.ini


Create a project name as "MyWebsite" and copy the library folder from zend.
folder tree
- Folder Tree -











Detailed folder Structure :




MyWebsite
|_applications
| |_config
| |_models
| |_modules
|   |_public
|     |_controllers
|     | |_IndexController.php
|     |
|     |_views
|       |_scripts
|       | |_index
|       |   |_index.phtml
|
|_library
| |_Zend
|
|_.htaccess
|_index.php
|




Done.




Download : MyWebsite.zip and unzip it in your host/localhost
It includes zend library , and index page.


If any problem , comment below.



(If you found this article useful then share with your friends.)

1 comment:

Unknown said...

content of index.php