__construct() public method

public __construct ( )
コード例 #1
0
ファイル: timegoal.php プロジェクト: daolei/grw
 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
ファイル: favorite.php プロジェクト: daolei/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('favorite');
 }
コード例 #3
0
ファイル: password.php プロジェクト: daolei/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('password');
 }
コード例 #4
0
ファイル: yunpan.php プロジェクト: daolei/grw
 function __construct()
 {
     parent::__construct();
 }
コード例 #5
0
ファイル: setting.php プロジェクト: daolei/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('setting');
 }
コード例 #6
0
ファイル: profile.php プロジェクト: daolei/grw
 /**
  * 构造方法,用于初始化参数
  */
 function __construct()
 {
     parent::__construct();
     $this->__initial('profile');
 }
コード例 #7
0
ファイル: money.php プロジェクト: ivanberry/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('money');
 }
コード例 #8
0
ファイル: cooperation.php プロジェクト: daolei/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('cooperation');
 }
コード例 #9
0
ファイル: news.php プロジェクト: daolei/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('news');
 }