Commit 4de91e3a authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлен новый action (manage)

parent 5ebc25de
<?php
/**
* Created by PhpStorm.
* User: PHOENIX
* Date: 10.04.16
* Time: 14:06
*/
namespace common\modules\analyticsSchool\controllers;
use common\components\AdminController;
class CourseAdminController extends AdminController {
/**
* @return array|void
*/
public static function actionsTitles(){
return [
'Manage' => 'Управление курсами',
];
}
public function actionManage(){
return $this->render(
'manage'
);
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment