Ejemplo n.º 1
0
 public function getQuery()
 {
     if ($this->_query) {
         return $this->_query;
     }
     $this->_query = $this->filter_params(parent::getQuery());
     return $this->_query;
 }