コード例 #1
0
ファイル: Mdb2Connection.php プロジェクト: Trideon/gigolo
 public function LimitQuery(ISqlCommand $sqlCommand, $limit, $offset = null)
 {
     $this->_db->setLimit($limit, $offset);
     return $this->Query($sqlCommand);
 }