__construct() публичный Метод

public __construct ( )
Пример #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));
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('favorite');
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('password');
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
 }
Пример #5
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('setting');
 }
Пример #6
0
 /**
  * 构造方法,用于初始化参数
  */
 function __construct()
 {
     parent::__construct();
     $this->__initial('profile');
 }
Пример #7
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('money');
 }
Пример #8
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('cooperation');
 }
Пример #9
0
 function __construct()
 {
     parent::__construct();
     $this->__initial('news');
 }