Thread: Zend Framework
View Single Post
Old 03-20-2009, 04:28 PM   #1 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default Zend Framework

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
allworknoplay is offline  
Reply With Quote