EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
Controller.php
Go to the documentation of this file.
1 <?php
6 class Controller extends CController
7 {
12  public $layout='//layouts/column1';
16  public $menu=array();
22  public $breadcrumbs=array();
23 }