詳細設計 (ver 0.1.6)
作り方
- 初期DBに管理画面登録:system/schema.php
- 管理画面の追加:app/admin/AdminController.php, app/admin/index.volt
- ログイン処理の変更:app/login/LoginController.php
- ホーム画面モデルの追加:app/homes/Homes.php
htdocs/
`-- weblocks/
|-- .htaccess
|-- app/
| |-- Application.php
| |-- admin/
| | |-- AdminController.php
| | `-- index.volt
| |-- homes/
| | `-- Homes.php
| |-- index/
| | |-- IndexController.php
| | `-- index.volt
| |-- login/
| | |-- LoginController.php
| | `-- index.volt
| |-- logout/
| | `-- LogoutController.php
| |-- nodes/
| | `-- Nodes.php
| |-- trans/
| | |-- Translate.php
| | `-- languages/
| | |-- mysql.php
| | `-- postgresql.php
| `-- users/
| |-- Users.php
|-- cache/
|-- conf/
| |-- database.ini
|-- public/
| |-- .htaccess
| `-- index.php
`-- system/
|-- Application.php
|-- password.php
|-- schema.php
`-- setup.php