__construct() public method

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