YiiBoilerplate - Setup a professional project structure in seconds

Comparing #2 with #3

Revision #3 was created by Antonio Ramirez Antonio Ramirez on Nov 15, 2012, 2:12:46 PM.

indentation update

Content

[...]
Below the directory structure we are using:

/
backend/
components/
        config/ environments/ main-private.php * main-prod.php    params-private.php *    params-prod.php      main-env.php *      main-local.php *     main.php      params-env.php *     params-local.php *     params.php     test.php         controllers/          SiteController.php ...
 
         ...
 
        
extensions/
behaviors/
validators/
lib/
models/
FormModel.php
[...]