Recently I see a lot of users using the same Zend Framework library.
Zend Framework is NOT to be confused with Zend Optimiser, these aren't the same thing.
Zend Framework is available for download here:
Zend Framework: Downloads
To use Zend Framework in your PHP scripts you must add it to PHP's include path.
There are a number of ways to do this...
Either in php.ini; as a httpd directive in htaccess; or actually using PHP itself (set_include_path).
I figured placing it in "/usr/share/" (same dir pear uses) and adding that path to the "php.ini" for the includes will be enough.
Has anyone else had much experience with Zend Framework as a shared library?
Zend Framework is NOT to be confused with Zend Optimiser, these aren't the same thing.
Zend Framework is available for download here:
Zend Framework: Downloads
To use Zend Framework in your PHP scripts you must add it to PHP's include path.
There are a number of ways to do this...
Either in php.ini; as a httpd directive in htaccess; or actually using PHP itself (set_include_path).
I figured placing it in "/usr/share/" (same dir pear uses) and adding that path to the "php.ini" for the includes will be enough.
Has anyone else had much experience with Zend Framework as a shared library?