Inheritance: extends FeiController
Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('timegoal');
     $todo = FeiClass('model_todo');
     //Total todos
     $this->todos = array('todo' => $todo->statics(0), 'maybe' => $todo->statics(3));
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('favorite');
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('password');
 }
Exemple #4
0
 function __construct()
 {
     parent::__construct();
 }
Exemple #5
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('setting');
 }
Exemple #6
0
 /**
  * 构造方法,用于初始化参数
  */
 function __construct()
 {
     parent::__construct();
     $this->__initial('profile');
 }
Exemple #7
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('money');
 }
Exemple #8
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('cooperation');
 }
Exemple #9
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('news');
 }