| 1 | <?php |
||
| 3 | class AdminController extends Controller |
||
| 4 | { |
||
| 5 | /** |
||
| 6 | * Construct this object by extending the basic Controller class |
||
| 7 | */ |
||
| 8 | public function __construct() |
||
| 16 | |||
| 17 | /** |
||
| 18 | * This method controls what happens when you move to /admin or /admin/index in your app. |
||
| 19 | */ |
||
| 20 | public function index() |
||
| 26 | |||
| 27 | public function actionAccountSettings() |
||
| 35 | } |
||
| 36 |