mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	* guide-ja/intro revised [ci skip] * docs/guide-ja/start-* revised [ci skip] * docs/guide-ja translation for "Active Record" revised [ci skip] * docs/guide-ja/structure small fix [ci skip] * docs/guide-ja/structure-models.md revised [ci skip] * docs/guide-ja/structure-views.md reviewed [ci skip] * guide-ja/structure-modules.md guide-ja/structure-filters.md revised [ci skip] * guide-ja/structure-widgets.md updated [ci skip] * guide-ja/structure revised [ci skip] * guide-ja/structure-extensions.md revised [ci skip] * guide-ja/structure-extensions.md revised [ci skip] * guide-ja/intro adjusted line counts [ci skip] * guide-ja/start adjusted line counts [ci skip] * guide-ja/start line counts adjusted [ci skip] * guide-ja/structure-extensions.md typo fixed [ci skip] * guide-ja/structure line count adjusted [ci skip] * guide-ja/structure line count adjusted [ci skip]
		
			
				
	
	
	
		
			7.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			7.5 KiB
		
	
	
	
	
	
	
	
Yii 2.0 決定版ガイド
このチュートリアルは Yii ドキュメント許諾条件 の下にリリースされています。
All Rights Reserved.
2014 (c) Yii Software LLC.
導入
始めよう
アプリケーションの構造
リクエストの処理
鍵となる概念
データベースの取り扱い
- データベース・アクセス・オブジェクト: データベースへの接続、基本的なクエリ、トランザクション、および、スキーマ操作
 - クエリ・ビルダ: シンプルな抽象レイヤを使ってデータベースに対してクエリを行う
 - アクティブ・レコード: アクティブ・レコード ORM、レコードの読み出しと操作、リレーションの定義
 - マイグレーション: チーム開発環境においてデータベースにバージョン・コントロールを適用
 - Sphinx
 - Redis
 - MongoDB
 - ElasticSearch
 
ユーザからのデータ取得
データの表示
セキュリティ
キャッシュ
RESTful ウェブ・サービス
開発ツール
テスト
スペシャル・トピック
- アドバンスト・プロジェクト・テンプレート
 - アプリケーションを一から構築する
 - コンソール・コマンド
 - コア・バリデータ
 - 国際化
 - メール送信
 - パフォーマンス・チューニング
 - 共有ホスティング環境
 - テンプレート・エンジン
 - サードパーティのコードを扱う
 - Yii をマイクロ・フレームワークとして使う
 
ウィジェット
- yii\grid\GridView
 - yii\widgets\ListView
 - yii\widgets\DetailView
 - yii\widgets\ActiveForm
 - yii\widgets\Pjax
 - yii\widgets\Menu
 - yii\widgets\LinkPager
 - yii\widgets\LinkSorter
 - Bootstrap ウィジェット
 - jQuery UI ウィジェット