Example #1
0
 /**
  * @return Centurion_Db_Table_Select
  */
 protected function _getSelect()
 {
     if (null === $this->_select) {
         $this->_select = $this->_model->select(true, true, false);
     }
     return $this->_select;
 }