Inheritance: extends FeiController
Example #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));
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('favorite');
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('password');
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
 }
Example #5
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('setting');
 }
Example #6
0
 /**
  * 构造方法,用于初始化参数
  */
 function __construct()
 {
     parent::__construct();
     $this->__initial('profile');
 }
Example #7
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('money');
 }
Example #8
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('cooperation');
 }
Example #9
0
File: news.php Project: daolei/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('news');
 }