Renamed yiic to yii.

Added console command support to the bootstrap app.
This commit is contained in:
Qiang Xue
2013-05-16 15:42:49 -04:00
parent 71c60b6339
commit c10fe193d2
10 changed files with 112 additions and 20 deletions

View File

@@ -19,6 +19,7 @@ use yii\caching\Cache;
*/
class CacheController extends Controller
{
public function actionIndex()
{
$this->forward('help/index', array('-args' => array('cache/flush')));