예제 #1
0
 /**
  * Returns last inserted id
  * @return unknown_type
  */
 public function getInsertID()
 {
     return $this->db->getInsertID();
 }
예제 #2
0
파일: oodb.php 프로젝트: Jamongkad/Sunfish
 /**
  * Returns last inserted id
  * @return unknown_type
  */
 public function getInsertID()
 {
     // self::$log[] = $sql;
     return $this->db->getInsertID();
 }