NYCPHP Meetup

NYPHP.org

[nycphp-talk] Zend

Rob Marscher rmarscher at beaffinitive.com
Tue Feb 16 11:27:53 EST 2010


On Feb 15, 2010, at 2:04 PM, Kahlil Haynes wrote:
> If you have Zend installed on your server, can you call zend methods and instantiate objects in any script or is there some extra step you need to access Zend from PHP. Thanks. 

In addition to what was already said, you need to add the path to the Zend Framework libary to the php include_path ini setting.  This can be done in the php.ini file or at the top of your script with set_include_path.


More information about the talk mailing list