Beispiel #1
0
 /**
  *
  * @return ArrayObject
  */
 protected function _select($model = NULL)
 {
     $model = isset($model) ? $model : $this->_model;
     return $this->_meta->select($model);
 }