1. application
    1. cache
    2. modules
      1. api
      2. frontend
        1. controllers
          1. IndexController.php
          2. ErrorController.php
        2. models
        3. views
          1. filters
          2. helpers
          3. scripts
          4. index
          5. index.phtml
          6. error
          7. error.phtml
          8. layouts
          9. index.phtml
          10. 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
      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