Files
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
..
2017-09-19 13:20:13 +03:00
2016-08-25 23:30:48 +09:00
2016-09-03 22:02:33 +02:00

Yii 2.0 決定版ガイド

このチュートリアルは Yii ドキュメント許諾条件 の下にリリースされています。

All Rights Reserved.

2014 (c) Yii Software LLC.

前書き

始めよう

アプリケーションの構造

リクエストの処理

鍵となる概念

データベースの取り扱い

ユーザからのデータ取得

データの表示

セキュリティ

キャッシュ

RESTful ウェブサービス

開発ツール

テスト

スペシャルトピック

ウィジェット

ヘルパ