Hi,

Generally it's a good practice to keep your library code outside of your
application. You don't need to make any symlinks - just make sure the
library directory is on your php include paths by modifying php.ini or just
manually in your index.php for example. 

You may need to change paths when deploying to different environments, but
you can organize your application in such a way that all those settings will
go in one file like index.php or a config.

Dmitry.
-- 
View this message in context: 
http://n4.nabble.com/several-projects-library-outside-newbie-tp1694549p1695058.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to