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
