mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-05 15:54:07 +01:00
69 lines
2.7 KiB
Plaintext
69 lines
2.7 KiB
Plaintext
* 初めに
|
|
- [Yiiの公式ガイド](index)
|
|
- [新機能](changes)
|
|
- [1.0 から 1.1 へのアップグレード](upgrade)
|
|
- [Yiiとは何でしょうか](quickstart.what-is-yii)
|
|
- [インストール](quickstart.installation)
|
|
- [初めての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)
|
|
|
|
* フォームを使う
|
|
- [フォームを使う](form.overview)
|
|
- [モデルの作成](form.model)
|
|
- [アクションの作成](form.action)
|
|
- [フォームの作成](form.view)
|
|
- [HTMLテーブル式入力の収集](form.table)
|
|
- [フォームビルダを使う](form.builder)
|
|
|
|
* データベースを使う
|
|
- [データベースを使う](database.overview)
|
|
- [データアクセスオブジェクト](database.dao)
|
|
- [アクティブレコード](database.ar)
|
|
- [リレーショナルアクティブレコード](database.arr)
|
|
|
|
* キャッシュ
|
|
- [キャッシュ](caching.overview)
|
|
- [データキャッシュ](caching.data)
|
|
- [フラグメントキャッシュ](caching.fragment)
|
|
- [ページキャッシュ](caching.page)
|
|
- [ダイナミックコンテンツ](caching.dynamic)
|
|
|
|
* Yiiのエクステンション
|
|
- [エクステンション](extension.overview)
|
|
- [エクステンションを使う](extension.use)
|
|
- [エクステンションを作成する](extension.create)
|
|
- [サードパーティライブラリを使う](extension.integration)
|
|
|
|
* テスト
|
|
- [テスト](test.overview)
|
|
- [Defining Fixtures](test.fixture)
|
|
- [ユニットテスト](test.unit)
|
|
- [機能テスト](test.functional)
|
|
|
|
* その他のトピック
|
|
- [URLの取り扱い](topics.url)
|
|
- [認証](topics.auth)
|
|
- [テーマ](topics.theming)
|
|
- [ログをとる](topics.logging)
|
|
- [エラーハンドリング](topics.error)
|
|
- [ウェブサービス](topics.webservice)
|
|
- [国際化 (I18N)](topics.i18n)
|
|
- [代替テンプレート文法](topics.prado)
|
|
- [コンソールアプリケーション](topics.console)
|
|
- [セキュリティ](topics.security)
|
|
- [性能チューニング](topics.performance)
|
|
|
|
<div class="revision">$Id: toc.txt 1603 2009-09-13 19:21:34Z qiang.xue $</div>
|