1. application
    1. cache
    2. modules
      1. api
      2. frontend
        1. controllers
          1. IndexController.php
          2. ErrorController.php
        2. views
          1. index
          2. index.phtml
          3. error
          4. error.phtml
        3. layouts
          1. index.phtml
          2. error.phtml
        4. Bootstrap.php
      3. backend
    3. resources
      1. forms
      2. models
        1. DbTable
      3. plugins
      4. services
      5. views
        1. filters
        2. helpers
    4. data
      1. configs
        1. form.ini
        2. navigation.ini
      2. languages
        1. en_US.ini
        2. ru_RU.ini
      3. session
      4. application.ini
  2. public
    1. scripts
    2. styles
    3. images
    4. .htaccess
    5. index.php
    6. favicon.ico
    7. license.txt
  3. tests
    1. application
      1. controllers
        1. Api_IndexControllerTest.php
        2. Frontend_IndexControllerTest.php
        3. Backend_IndexControllerTest.php
      2. models
      3. bootstrap.php
    2. library
      1. bootstrap.php
    3. logs
    4. phpunit.xml
  4. library
    1. Zend
    2. ZendX
  5. blueprints
    1. phing
      1. database
        1. 1-createInitialSchema.sql
      2. deploy
        1. scripts
        2. build.ini
        3. build.xml
    2. application.xmind
    3. application.pdm