Revision #2 has been created by qiang on May 8, 2009, 4:10:58 PM with the memo:
Added note.
« previous (#1) next (#3) »
Changes
Title
unchanged
Organize directories for applications with front-end and back-end
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
Large applications are often divided into front-end and back-end (or even more ends) depending on the target user groups. The front-end should be used by common users, while the back-end mainly the administrators or staff members. The two ends usually have dramatically different appearance, even though they may share a lot of code underneath. In this tutorial, we describe a way of organizing directories of the code for both ends.
*Note, by no means
> Note: The directory organization described i
sn this
directory organization a standard that fits for all scenariotutorial is meant to serve as a referential implementation. It is not a standard. Yii offers complete freedom for you to organize your directories, according to your needs.
*
To start with, we give out the directory organization as follows,
~~~
wwwroot/[...]