View Single Post
  #2 (permalink)  
Old 06-23-2008, 08:10 AM
dele454's Avatar
dele454 dele454 is offline
Member
 
Join Date: Jun 2008
Posts: 48
Default

Quote:
Originally Posted by bhagwat View Post
Hello,

I download latest zend frame work.
as written in the Quick start manual(Official ZF QuickStart - Zend Framework Wiki). I extract library from zend zip folder and place it into the project's library directiry.

I want to know that it is the only method to install zend.
we not have to change any to install it.??

Please Help Me.
Yes that is the only method to install the ZF. You simply extract and place it in your development apps folder. Do you have a folder structure set up already?

You also need to have an include path to your '/app_folder/library' specified. Either include directive in your 'httpd.conf' file for the Virtual Host defined for your site or you can simply set it in your bootstrap. Really up to you as long as it is specified. You can read the readme.txt file bundled with the ZF.
Reply With Quote