ACL Extension  0.3
 All Data Structures Namespaces Files Functions Variables
DefaultController.php
Go to the documentation of this file.
1 <?php
2 
3 class DefaultController extends Controller
4 {
5  public function actionIndex()
6  {
7  $this->render('index');
8  }
9 }