Example #1
0
 public function __construct($id = null)
 {
     $db = Daq_Db::getInstance()->getDb();
     $this->_name = $db->users;
     parent::__construct($id);
 }