Hi,

Thanks it worked.

Regards,
Jijo

Sebastian Krebs-3 wrote:
> 
> Hi,
> 
> You copy the library to a directory of your choice, eg 
> //path/to/htdocs/library/ (has to be readable). Then you set your 
> include-path to //path/to/htdocs/library/. You can do this in your 
> php.ini or directy in your file(s) you want to use components out of the 
> Framework.
> 
>     set_include_path (get_include_path() . PATH_SEPARATOR .
>     '/path/to/htdocs/library');
> 
> Thats all, now you can use ZF.
> 
> Jijo schrieb:
>> hi,
>>
>> can anybody help me out with installing zend framework
>>   
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Installation-tf4134929s16154.html#a11762225
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to