コード例 #1
0
ファイル: dbQuery.php プロジェクト: samsonframework/orm
 /** @deprecated Use QueryInterface implementation */
 public function own_limit($st, $en = 0)
 {
     $this->query->limit($st, $en);
     return $this;
 }