[nycphp-talk] Zend
Tim Lieberman
tim_lists at o2group.com
Tue Feb 16 14:55:54 EST 2010
On Feb 16, 2010, at 12:16 PM, Jake McGraw wrote:
> 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.
Oh that's handy!
I've typically been doing the following:
cd <path-to-pear-libs>
wget http://zf-download-link
tar xzvf ZendFramework-X.Y.Z.tgz
ln -s ZendFramework-X.Y.Z/library/Zend
Which I suppose isn't as nice, but works quite well.
-Tim
More information about the talk
mailing list