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. _______________________________________________ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation