I want to know where I can put the "library" folder in my zend project. I currently have this place in my Zend server. This is my current library path:
E:\zend\ZendServer\share\ZendFramework\library
And here is the path to my app project:
E:\zend\Apache2\htdocs\app
Inside the "app" project, I have folders like "public" and "application".
Now, how can I integrate the "library" into my "app" project without referring to it with zendserver?
source
share