ZF目錄說明
- quickstart (專案名稱產生的目錄)
- |-- application (App位置)
- | |-- Bootstrap.php
- | |-- configs (設定檔)
- | | `-- application.ini
- | |-- controllers
- | | |-- ErrorController.php
- | | `-- IndexController.php
- | |-- models (模組化分類,底下會有自己的Controllers/Modules/Views)
- | `-- views
- | |-- helpers
- | `-- scripts
- | |-- error
- | | `-- error.phtml
- | `-- index
- | `-- index.phtml
- |-- library (第三方函式庫、自製函式庫,預設zend library也是放這)
- |-- public (公開資料位置,網站Root)
- | |-- .htaccess
- | `-- index.php
- `-- tests (測試資料,PHPUnit)
- |-- application
- | `-- bootstrap.php
- |-- library
- | `-- bootstrap.php
- `-- phpunit.xml
沒有留言:
張貼留言