Example #1
0
 public function fetchAll($where = null, $order = null, $count = null, $offset = null)
 {
     $this->_db = CrFramework_Db_Control::getAdapter('read');
     $this->setDefaultAdapter($this->_db);
     $rowset = parent::fetchAll($where, $order, $count, $offset);
     return $rowset;
 }