Friday, 9 January 2015

Setting up Zend framework part 2

You may not see the page, as you don’t have the Zend library in your newly created project
Follow the step to copy the Zend library to you project.
As we created the project “hellowrold”, the file structure is like that,
 (phpeveryday.com)

We have all the folder created by zend framework for us. Now to get the things done we need one more thing that is to move the zend library to our project
So download zend framework from here. Extract compressed file. You may get structure like this:
I have changed the name of the folder to ZF for my own ease, when you compress you may have different name.


Copy zend library (folder named "zend" under library) to helloworld/library. Thus, your application become like this:


Now go to the browser and type the address as localhost/helloworld/public  and you will see the Zend page as;



No comments:

Post a Comment