示例#1
0
文件: DB.php 项目: jinghm318/ko
 private function _oGetIdGenerator()
 {
     if (is_null($this->_oIdGenerator)) {
         $this->_oIdGenerator = Ko_Data_IDMan::OInstance();
     }
     return $this->_oIdGenerator;
 }
示例#2
0
 /**
  * @return int
  */
 public function iNewTimeId()
 {
     return Ko_Data_IDMan::OInstance()->iGetNewTimeID($this->_sIdKey);
 }