Hey guys,
I'm trying to dive into the Zend framework and I'm a little confused about the directory structure that they want?
My current structure looks like this.
My Apache
---------
/usr/local/apache/public
DocumentRoot is: public
Parallel to the public directory are these:
/usr/local/apache/application
/usr/local/apache/application/controllers
/usr/local/apache/application/views
/usr/local/apache/application/views/scripts
/usr/local/apache/library
/usr/local/apache/public
But in the quick start guide, they also have a directory called Quickstart/ that is above ALL the other directories including public.
So that would make it: /usr/local/QuickStart not /usr/local/Apache
So I am confused?
http://framework.zend.com/docs/quick...ject-structure