__construct() 공개 메소드

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');
 }