Browse Source

renamed autoload to classmap.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
9b0cb851d6
  1. 4
      build/controllers/ClassmapController.php
  2. 2
      framework/yii/classes.php

4
build/controllers/AutoloadController.php → build/controllers/ClassmapController.php

@ -14,7 +14,7 @@ use yii\helpers\FileHelper;
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
class AutoloadController extends Controller class ClassmapController extends Controller
{ {
public $defaultAction = 'create'; public $defaultAction = 'create';
@ -66,7 +66,7 @@ class AutoloadController extends Controller
/** /**
* Yii core class map. * Yii core class map.
* *
* This file is automatically generated by the "build autoload" command under the "build" folder. * This file is automatically generated by the "build classmap" command under the "build" folder.
* Do not modify it directly. * Do not modify it directly.
* *
* @link http://www.yiiframework.com/ * @link http://www.yiiframework.com/

2
framework/yii/classes.php

@ -2,7 +2,7 @@
/** /**
* Yii core class map. * Yii core class map.
* *
* This file is automatically generated by the "build autoload" command under the "build" folder. * This file is automatically generated by the "build classmap" command under the "build" folder.
* Do not modify it directly. * Do not modify it directly.
* *
* @link http://www.yiiframework.com/ * @link http://www.yiiframework.com/

Loading…
Cancel
Save