mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-12 02:56:55 +01:00
75 lines
2.9 KiB
Plaintext
75 lines
2.9 KiB
Plaintext
* 初めに
|
|
- [Yii 公式ガイド](index)
|
|
- [新しい機能](changes)
|
|
- [1.0 から 1.1 へのアップグレード](upgrade)
|
|
- [Yii とは何か](quickstart.what-is-yii)
|
|
- [インストール](quickstart.installation)
|
|
- [Apache と Nginx の構成](quickstart.apache-nginx-config)
|
|
- [初めての Yii アプリケーションの作成](quickstart.first-app)
|
|
|
|
* 基本
|
|
- [モデル-ビュー-コントローラ (MVC)](basics.mvc)
|
|
- [エントリスクリプト](basics.entry)
|
|
- [アプリケーション](basics.application)
|
|
- [コントローラ](basics.controller)
|
|
- [モデル](basics.model)
|
|
- [ビュー](basics.view)
|
|
- [コンポーネント](basics.component)
|
|
- [モジュール](basics.module)
|
|
- [パスエイリアスと名前空間](basics.namespace)
|
|
- [規約](basics.convention)
|
|
- [開発ワークフロー](basics.workflow)
|
|
- [MVC のベストプラクティス](basics.best-practices)
|
|
|
|
* フォームを使う
|
|
- [フォーム概要](form.overview)
|
|
- [モデルの作成](form.model)
|
|
- [アクションの作成](form.action)
|
|
- [フォームの作成](form.view)
|
|
- [表形式入力の収集](form.table)
|
|
- [フォームビルダを使う](form.builder)
|
|
|
|
* データベースを使う
|
|
- [データベース概要](database.overview)
|
|
- [データアクセスオブジェクト](database.dao)
|
|
- [クエリビルダ](database.query-builder)
|
|
- [アクティブレコード](database.ar)
|
|
- [リレーショナルアクティブレコード](database.arr)
|
|
- [データベースマイグレーション](database.migration)
|
|
|
|
* キャッシュ
|
|
- [キャッシュ概要](caching.overview)
|
|
- [データキャッシュ](caching.data)
|
|
- [フラグメントキャッシュ](caching.fragment)
|
|
- [ページキャッシュ](caching.page)
|
|
- [ダイナミックコンテンツ](caching.dynamic)
|
|
|
|
* エクステンション
|
|
- [エクステンション概要](extension.overview)
|
|
- [エクステンションを使う](extension.use)
|
|
- [エクステンションを作成する](extension.create)
|
|
- [サードパーティライブラリを使う](extension.integration)
|
|
|
|
* テスト
|
|
- [テスト概要](test.overview)
|
|
- [フィクスチャを定義する](test.fixture)
|
|
- [ユニットテスト](test.unit)
|
|
- [機能テスト](test.functional)
|
|
|
|
* その他のトピック
|
|
- [自動的なコード生成](topics.gii)
|
|
- [URL の管理](topics.url)
|
|
- [認証と権限付与](topics.auth)
|
|
- [テーマ](topics.theming)
|
|
- [ロギング](topics.logging)
|
|
- [エラーハンドリング](topics.error)
|
|
- [ウェブサービス](topics.webservice)
|
|
- [国際化 (I18N)](topics.i18n)
|
|
- [他のテンプレートシステムを使う](topics.prado)
|
|
- [コンソールアプリケーション](topics.console)
|
|
- [セキュリティ](topics.security)
|
|
- [パフォーマンスチューニング](topics.performance)
|
|
- [コマンドラインツールを使用するコード生成(非推奨)](quickstart.first-app-yiic)
|
|
|
|
<div class="revision">$Id$</div>
|