|
|
|
@ -85,7 +85,7 @@ return array(
|
|
|
|
|
'yii\captcha\CaptchaValidator' => YII_PATH . '/captcha/CaptchaValidator.php', |
|
|
|
|
'yii\data\ActiveDataProvider' => YII_PATH . '/data/ActiveDataProvider.php', |
|
|
|
|
'yii\data\ArrayDataProvider' => YII_PATH . '/data/ArrayDataProvider.php', |
|
|
|
|
'yii\data\DataProvider' => YII_PATH . '/data/DataProvider.php', |
|
|
|
|
'yii\data\BaseDataProvider' => YII_PATH . '/data/BaseDataProvider.php', |
|
|
|
|
'yii\data\DataProviderInterface' => YII_PATH . '/data/DataProviderInterface.php', |
|
|
|
|
'yii\data\Pagination' => YII_PATH . '/data/Pagination.php', |
|
|
|
|
'yii\data\Sort' => YII_PATH . '/data/Sort.php', |
|
|
|
@ -118,6 +118,7 @@ return array(
|
|
|
|
|
'yii\db\pgsql\Schema' => YII_PATH . '/db/pgsql/Schema.php', |
|
|
|
|
'yii\db\sqlite\QueryBuilder' => YII_PATH . '/db/sqlite/QueryBuilder.php', |
|
|
|
|
'yii\db\sqlite\Schema' => YII_PATH . '/db/sqlite/Schema.php', |
|
|
|
|
'yii\grid\ActionColumn' => YII_PATH . '/grid/ActionColumn.php', |
|
|
|
|
'yii\grid\CheckboxColumn' => YII_PATH . '/grid/CheckboxColumn.php', |
|
|
|
|
'yii\grid\Column' => YII_PATH . '/grid/Column.php', |
|
|
|
|
'yii\grid\DataColumn' => YII_PATH . '/grid/DataColumn.php', |
|
|
|
@ -126,26 +127,26 @@ return array(
|
|
|
|
|
'yii\grid\SerialColumn' => YII_PATH . '/grid/SerialColumn.php', |
|
|
|
|
'yii\helpers\ArrayHelper' => YII_PATH . '/helpers/ArrayHelper.php', |
|
|
|
|
'yii\helpers\BaseArrayHelper' => YII_PATH . '/helpers/BaseArrayHelper.php', |
|
|
|
|
'yii\helpers\Console' => YII_PATH . '/helpers/Console.php', |
|
|
|
|
'yii\helpers\BaseConsole' => YII_PATH . '/helpers/BaseConsole.php', |
|
|
|
|
'yii\helpers\FileHelper' => YII_PATH . '/helpers/FileHelper.php', |
|
|
|
|
'yii\helpers\BaseFileHelper' => YII_PATH . '/helpers/BaseFileHelper.php', |
|
|
|
|
'yii\helpers\Html' => YII_PATH . '/helpers/Html.php', |
|
|
|
|
'yii\helpers\BaseHtml' => YII_PATH . '/helpers/BaseHtml.php', |
|
|
|
|
'yii\helpers\HtmlPurifier' => YII_PATH . '/helpers/HtmlPurifier.php', |
|
|
|
|
'yii\helpers\BaseHtmlPurifier' => YII_PATH . '/helpers/BaseHtmlPurifier.php', |
|
|
|
|
'yii\helpers\Inflector' => YII_PATH . '/helpers/Inflector.php', |
|
|
|
|
'yii\helpers\BaseInflector' => YII_PATH . '/helpers/BaseInflector.php', |
|
|
|
|
'yii\helpers\Json' => YII_PATH . '/helpers/Json.php', |
|
|
|
|
'yii\helpers\BaseJson' => YII_PATH . '/helpers/BaseJson.php', |
|
|
|
|
'yii\helpers\Markdown' => YII_PATH . '/helpers/Markdown.php', |
|
|
|
|
'yii\helpers\BaseMarkdown' => YII_PATH . '/helpers/BaseMarkdown.php', |
|
|
|
|
'yii\helpers\Security' => YII_PATH . '/helpers/Security.php', |
|
|
|
|
'yii\helpers\BaseSecurity' => YII_PATH . '/helpers/BaseSecurity.php', |
|
|
|
|
'yii\helpers\StringHelper' => YII_PATH . '/helpers/StringHelper.php', |
|
|
|
|
'yii\helpers\BaseStringHelper' => YII_PATH . '/helpers/BaseStringHelper.php', |
|
|
|
|
'yii\helpers\VarDumper' => YII_PATH . '/helpers/VarDumper.php', |
|
|
|
|
'yii\helpers\BaseVarDumper' => YII_PATH . '/helpers/BaseVarDumper.php', |
|
|
|
|
'yii\helpers\Console' => YII_PATH . '/helpers/Console.php', |
|
|
|
|
'yii\helpers\FileHelper' => YII_PATH . '/helpers/FileHelper.php', |
|
|
|
|
'yii\helpers\Html' => YII_PATH . '/helpers/Html.php', |
|
|
|
|
'yii\helpers\HtmlPurifier' => YII_PATH . '/helpers/HtmlPurifier.php', |
|
|
|
|
'yii\helpers\Inflector' => YII_PATH . '/helpers/Inflector.php', |
|
|
|
|
'yii\helpers\Json' => YII_PATH . '/helpers/Json.php', |
|
|
|
|
'yii\helpers\Markdown' => YII_PATH . '/helpers/Markdown.php', |
|
|
|
|
'yii\helpers\Security' => YII_PATH . '/helpers/Security.php', |
|
|
|
|
'yii\helpers\StringHelper' => YII_PATH . '/helpers/StringHelper.php', |
|
|
|
|
'yii\helpers\VarDumper' => YII_PATH . '/helpers/VarDumper.php', |
|
|
|
|
'yii\i18n\DbMessageSource' => YII_PATH . '/i18n/DbMessageSource.php', |
|
|
|
|
'yii\i18n\Formatter' => YII_PATH . '/i18n/Formatter.php', |
|
|
|
|
'yii\i18n\GettextFile' => YII_PATH . '/i18n/GettextFile.php', |
|
|
|
@ -194,6 +195,7 @@ return array(
|
|
|
|
|
'yii\web\Application' => YII_PATH . '/web/Application.php', |
|
|
|
|
'yii\web\AssetBundle' => YII_PATH . '/web/AssetBundle.php', |
|
|
|
|
'yii\web\AssetConverter' => YII_PATH . '/web/AssetConverter.php', |
|
|
|
|
'yii\web\AssetConverterInterface' => YII_PATH . '/web/AssetConverterInterface.php', |
|
|
|
|
'yii\web\AssetManager' => YII_PATH . '/web/AssetManager.php', |
|
|
|
|
'yii\web\CacheSession' => YII_PATH . '/web/CacheSession.php', |
|
|
|
|
'yii\web\Controller' => YII_PATH . '/web/Controller.php', |
|
|
|
@ -204,7 +206,6 @@ return array(
|
|
|
|
|
'yii\web\HeaderCollection' => YII_PATH . '/web/HeaderCollection.php', |
|
|
|
|
'yii\web\HttpCache' => YII_PATH . '/web/HttpCache.php', |
|
|
|
|
'yii\web\HttpException' => YII_PATH . '/web/HttpException.php', |
|
|
|
|
'yii\web\AssetConverterInterface' => YII_PATH . '/web/AssetConverterInterface.php', |
|
|
|
|
'yii\web\IdentityInterface' => YII_PATH . '/web/IdentityInterface.php', |
|
|
|
|
'yii\web\JqueryAsset' => YII_PATH . '/web/JqueryAsset.php', |
|
|
|
|
'yii\web\JsExpression' => YII_PATH . '/web/JsExpression.php', |
|
|
|
@ -226,6 +227,7 @@ return array(
|
|
|
|
|
'yii\widgets\ActiveField' => YII_PATH . '/widgets/ActiveField.php', |
|
|
|
|
'yii\widgets\ActiveForm' => YII_PATH . '/widgets/ActiveForm.php', |
|
|
|
|
'yii\widgets\ActiveFormAsset' => YII_PATH . '/widgets/ActiveFormAsset.php', |
|
|
|
|
'yii\widgets\BaseListView' => YII_PATH . '/widgets/BaseListView.php', |
|
|
|
|
'yii\widgets\Block' => YII_PATH . '/widgets/Block.php', |
|
|
|
|
'yii\widgets\Breadcrumbs' => YII_PATH . '/widgets/Breadcrumbs.php', |
|
|
|
|
'yii\widgets\ContentDecorator' => YII_PATH . '/widgets/ContentDecorator.php', |
|
|
|
@ -235,7 +237,6 @@ return array(
|
|
|
|
|
'yii\widgets\LinkPager' => YII_PATH . '/widgets/LinkPager.php', |
|
|
|
|
'yii\widgets\LinkSorter' => YII_PATH . '/widgets/LinkSorter.php', |
|
|
|
|
'yii\widgets\ListView' => YII_PATH . '/widgets/ListView.php', |
|
|
|
|
'yii\widgets\BaseListView' => YII_PATH . '/widgets/BaseListView.php', |
|
|
|
|
'yii\widgets\MaskedInput' => YII_PATH . '/widgets/MaskedInput.php', |
|
|
|
|
'yii\widgets\MaskedInputAsset' => YII_PATH . '/widgets/MaskedInputAsset.php', |
|
|
|
|
'yii\widgets\Menu' => YII_PATH . '/widgets/Menu.php', |
|
|
|
|