function __construct() { parent::__construct(); $this->password = M('password'); $this->categories = M('categories'); $this->history = M('history'); }
function __construct() { parent::__construct(); $this->pwd = M('password'); }
function __construct() { parent::__construct(); $this->history = M('history'); }
function __construct() { parent::__construct(); $this->user = M('users'); $this->password = M('password'); }
function __construct() { parent::__construct(); $this->categories = M('categories'); }