Ejemplo n.º 1
0
 private static function getLastInsertId()
 {
     return DbHelper::getLastInsertId();
 }
Ejemplo n.º 2
0
 private function getQueryLimitByReusltLimit()
 {
     return \Helper\Db::getLimitQuery($this->getLimit(), $this->getOffset());
 }