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