|
|
@ -91,6 +91,10 @@ return array( |
|
|
|
'yii\caching\WinCache' => YII_PATH . '/caching/WinCache.php', |
|
|
|
'yii\caching\WinCache' => YII_PATH . '/caching/WinCache.php', |
|
|
|
'yii\caching\XCache' => YII_PATH . '/caching/XCache.php', |
|
|
|
'yii\caching\XCache' => YII_PATH . '/caching/XCache.php', |
|
|
|
'yii\caching\ZendDataCache' => YII_PATH . '/caching/ZendDataCache.php', |
|
|
|
'yii\caching\ZendDataCache' => YII_PATH . '/caching/ZendDataCache.php', |
|
|
|
|
|
|
|
'yii\captcha\Captcha' => YII_PATH . '/captcha/Captcha.php', |
|
|
|
|
|
|
|
'yii\captcha\CaptchaAction' => YII_PATH . '/captcha/CaptchaAction.php', |
|
|
|
|
|
|
|
'yii\captcha\CaptchaAsset' => YII_PATH . '/captcha/CaptchaAsset.php', |
|
|
|
|
|
|
|
'yii\captcha\CaptchaValidator' => YII_PATH . '/captcha/CaptchaValidator.php', |
|
|
|
'yii\data\ActiveDataProvider' => YII_PATH . '/data/ActiveDataProvider.php', |
|
|
|
'yii\data\ActiveDataProvider' => YII_PATH . '/data/ActiveDataProvider.php', |
|
|
|
'yii\data\ArrayDataProvider' => YII_PATH . '/data/ArrayDataProvider.php', |
|
|
|
'yii\data\ArrayDataProvider' => YII_PATH . '/data/ArrayDataProvider.php', |
|
|
|
'yii\data\DataProvider' => YII_PATH . '/data/DataProvider.php', |
|
|
|
'yii\data\DataProvider' => YII_PATH . '/data/DataProvider.php', |
|
|
@ -167,7 +171,6 @@ return array( |
|
|
|
'yii\rbac\PhpManager' => YII_PATH . '/rbac/PhpManager.php', |
|
|
|
'yii\rbac\PhpManager' => YII_PATH . '/rbac/PhpManager.php', |
|
|
|
'yii\requirements\YiiRequirementChecker' => YII_PATH . '/requirements/YiiRequirementChecker.php', |
|
|
|
'yii\requirements\YiiRequirementChecker' => YII_PATH . '/requirements/YiiRequirementChecker.php', |
|
|
|
'yii\validators\BooleanValidator' => YII_PATH . '/validators/BooleanValidator.php', |
|
|
|
'yii\validators\BooleanValidator' => YII_PATH . '/validators/BooleanValidator.php', |
|
|
|
'yii\validators\CaptchaValidator' => YII_PATH . '/validators/CaptchaValidator.php', |
|
|
|
|
|
|
|
'yii\validators\CompareValidator' => YII_PATH . '/validators/CompareValidator.php', |
|
|
|
'yii\validators\CompareValidator' => YII_PATH . '/validators/CompareValidator.php', |
|
|
|
'yii\validators\DateValidator' => YII_PATH . '/validators/DateValidator.php', |
|
|
|
'yii\validators\DateValidator' => YII_PATH . '/validators/DateValidator.php', |
|
|
|
'yii\validators\DefaultValueValidator' => YII_PATH . '/validators/DefaultValueValidator.php', |
|
|
|
'yii\validators\DefaultValueValidator' => YII_PATH . '/validators/DefaultValueValidator.php', |
|
|
@ -193,7 +196,6 @@ return array( |
|
|
|
'yii\web\AssetConverter' => YII_PATH . '/web/AssetConverter.php', |
|
|
|
'yii\web\AssetConverter' => YII_PATH . '/web/AssetConverter.php', |
|
|
|
'yii\web\AssetManager' => YII_PATH . '/web/AssetManager.php', |
|
|
|
'yii\web\AssetManager' => YII_PATH . '/web/AssetManager.php', |
|
|
|
'yii\web\CacheSession' => YII_PATH . '/web/CacheSession.php', |
|
|
|
'yii\web\CacheSession' => YII_PATH . '/web/CacheSession.php', |
|
|
|
'yii\web\CaptchaAction' => YII_PATH . '/web/CaptchaAction.php', |
|
|
|
|
|
|
|
'yii\web\Controller' => YII_PATH . '/web/Controller.php', |
|
|
|
'yii\web\Controller' => YII_PATH . '/web/Controller.php', |
|
|
|
'yii\web\Cookie' => YII_PATH . '/web/Cookie.php', |
|
|
|
'yii\web\Cookie' => YII_PATH . '/web/Cookie.php', |
|
|
|
'yii\web\CookieCollection' => YII_PATH . '/web/CookieCollection.php', |
|
|
|
'yii\web\CookieCollection' => YII_PATH . '/web/CookieCollection.php', |
|
|
@ -225,14 +227,18 @@ return array( |
|
|
|
'yii\widgets\ActiveFormAsset' => YII_PATH . '/widgets/ActiveFormAsset.php', |
|
|
|
'yii\widgets\ActiveFormAsset' => YII_PATH . '/widgets/ActiveFormAsset.php', |
|
|
|
'yii\widgets\Block' => YII_PATH . '/widgets/Block.php', |
|
|
|
'yii\widgets\Block' => YII_PATH . '/widgets/Block.php', |
|
|
|
'yii\widgets\Breadcrumbs' => YII_PATH . '/widgets/Breadcrumbs.php', |
|
|
|
'yii\widgets\Breadcrumbs' => YII_PATH . '/widgets/Breadcrumbs.php', |
|
|
|
'yii\widgets\Captcha' => YII_PATH . '/widgets/Captcha.php', |
|
|
|
|
|
|
|
'yii\widgets\CaptchaAsset' => YII_PATH . '/widgets/CaptchaAsset.php', |
|
|
|
|
|
|
|
'yii\widgets\ContentDecorator' => YII_PATH . '/widgets/ContentDecorator.php', |
|
|
|
'yii\widgets\ContentDecorator' => YII_PATH . '/widgets/ContentDecorator.php', |
|
|
|
'yii\widgets\DetailView' => YII_PATH . '/widgets/DetailView.php', |
|
|
|
'yii\widgets\DetailView' => YII_PATH . '/widgets/DetailView.php', |
|
|
|
'yii\widgets\FragmentCache' => YII_PATH . '/widgets/FragmentCache.php', |
|
|
|
'yii\widgets\FragmentCache' => YII_PATH . '/widgets/FragmentCache.php', |
|
|
|
|
|
|
|
'yii\widgets\grid\CheckboxColumn' => YII_PATH . '/widgets/grid/CheckboxColumn.php', |
|
|
|
|
|
|
|
'yii\widgets\grid\Column' => YII_PATH . '/widgets/grid/Column.php', |
|
|
|
|
|
|
|
'yii\widgets\grid\DataColumn' => YII_PATH . '/widgets/grid/DataColumn.php', |
|
|
|
|
|
|
|
'yii\widgets\GridView' => YII_PATH . '/widgets/GridView.php', |
|
|
|
'yii\widgets\InputWidget' => YII_PATH . '/widgets/InputWidget.php', |
|
|
|
'yii\widgets\InputWidget' => YII_PATH . '/widgets/InputWidget.php', |
|
|
|
'yii\widgets\LinkPager' => YII_PATH . '/widgets/LinkPager.php', |
|
|
|
'yii\widgets\LinkPager' => YII_PATH . '/widgets/LinkPager.php', |
|
|
|
'yii\widgets\ListPager' => YII_PATH . '/widgets/ListPager.php', |
|
|
|
'yii\widgets\LinkSorter' => YII_PATH . '/widgets/LinkSorter.php', |
|
|
|
|
|
|
|
'yii\widgets\ListView' => YII_PATH . '/widgets/ListView.php', |
|
|
|
|
|
|
|
'yii\widgets\ListViewBase' => YII_PATH . '/widgets/ListViewBase.php', |
|
|
|
'yii\widgets\MaskedInput' => YII_PATH . '/widgets/MaskedInput.php', |
|
|
|
'yii\widgets\MaskedInput' => YII_PATH . '/widgets/MaskedInput.php', |
|
|
|
'yii\widgets\MaskedInputAsset' => YII_PATH . '/widgets/MaskedInputAsset.php', |
|
|
|
'yii\widgets\MaskedInputAsset' => YII_PATH . '/widgets/MaskedInputAsset.php', |
|
|
|
'yii\widgets\Menu' => YII_PATH . '/widgets/Menu.php', |
|
|
|
'yii\widgets\Menu' => YII_PATH . '/widgets/Menu.php', |
|
|
|