-
Notifications
You must be signed in to change notification settings - Fork 0
Directory Structure
tsubo edited this page Oct 9, 2014
·
6 revisions
.
├── controller
├── data
├── model
├── schema
├── vendor
├── view
│ ├── layout
│ ├── page
│ └── partial
└── webroot
├── assets
├── img
└── theme
| ディレクトリ | 内容 |
|---|---|
| controller | SlimフレームワークのRoutingファイルを格納。 ブログや管理画面の機能を実装。 |
| data | json形式のデータファイル(ブログデータ)を格納。 |
| model | jsonファイル、画像ディレクトリを取り扱うPHPのclassファイルを格納。 |
| schema | Json Editorが使用する Json Schemaファイルを格納。 ブログの編集画面/データ構造を定義。 |
| vendor | composerでインストールしたChocoを構成するPHPライブラリを格納。 |
| view | Twigテンプレートファイルを格納。 |
| layout | レイアウト関連のテンプレートを格納。 |
| page | サイトのページファイルを格納。 |
| partial | ヘッダやフッタ等の共通部品テンプレートを格納。 |
| webroot | サイトのドキュメントルート。 |
| assets | CSS, Javascriptを格納。 |
| img | 画像、PDFファイルを格納。 |
| theme | Twitter Bootstrapのテーマファイルを格納。 |
- Home
- Getting Started
- Deployment
- Environment
- Component
- Directory Structure
- Configration
- Your Contents
- Default Pages
- Admin
- Blog
- Template
- Design
- Theme
- Customization
- Routing
- Json Schema
- Custom Field
- Custom Post
- Debug