__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
 function __construct()
 {
     parent::__construct();
     $this->__initial('cooperation');
 }
示例#9
0
文件: news.php 项目: daolei/grw
 function __construct()
 {
     parent::__construct();
     $this->__initial('news');
 }