示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->password = M('password');
     $this->categories = M('categories');
     $this->history = M('history');
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->pwd = M('password');
 }
示例#3
0
 function __construct()
 {
     parent::__construct();
     $this->history = M('history');
 }
示例#4
0
 function __construct()
 {
     parent::__construct();
     $this->user = M('users');
     $this->password = M('password');
 }
示例#5
0
 function __construct()
 {
     parent::__construct();
     $this->categories = M('categories');
 }