Beispiel #1
0
 public function LimitQuery(ISqlCommand $sqlCommand, $limit, $offset = null)
 {
     $this->_db->setLimit($limit, $offset);
     return $this->Query($sqlCommand);
 }