When I download the Zend Framework, I put it inside a folder in "C:/"
. I configured the environment variables pointing to folder bin
and folder library
set in php.ini
.
Using Zend Tools I created the project inside the local server, xampp
.
If I want to send my project to any web server, what do I need to send?
Just my project, or do I have to submit the contents of bin/library
?