ZF目錄說明

  1. quickstart (專案名稱產生的目錄)
  2. |-- application (App位置)
  3. |   |-- Bootstrap.php
  4. |   |-- configs (設定檔)
  5. |   |   `-- application.ini
  6. |   |-- controllers
  7. |   |   |-- ErrorController.php
  8. |   |   `-- IndexController.php
  9. |   |-- models (模組化分類,底下會有自己的Controllers/Modules/Views)
  10. |   `-- views
  11. |       |-- helpers
  12. |       `-- scripts
  13. |           |-- error
  14. |           |   `-- error.phtml
  15. |           `-- index
  16. |               `-- index.phtml
  17. |-- library (第三方函式庫、自製函式庫,預設zend library也是放這)
  18. |-- public (公開資料位置,網站Root)
  19. |   |-- .htaccess
  20. |   `-- index.php
  21. `-- tests (測試資料,PHPUnit)
  22.     |-- application
  23.     |   `-- bootstrap.php
  24.     |-- library
  25.     |   `-- bootstrap.php
  26.     `-- phpunit.xml

沒有留言:

橫式廣告