Also, if you have pear installed and working:

pear channel-discover zfcampus.org
pear install zfcampus/ZF

Your pear path should be a part of your include path.

- jake

On Tue, Feb 16, 2010 at 11:27 AM, Rob Marscher
<rmarsc...@beaffinitive.com> wrote:
> 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
>
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to