예제 #1
0
파일: model.php 프로젝트: pnixx/boot
 /**
  * Кол-во затронутых сток в запросе
  * @return integer
  */
 public function affected_rows()
 {
     return $this->_db->affected_rows();
 }