예제 #1
0
 /**
  * @return array
  */
 public function aGet($vKey)
 {
     return $this->_oDB->aGet($vKey, $vKey);
 }
예제 #2
0
파일: DBHandler.php 프로젝트: jinghm318/ko
 /**
  * @return array
  */
 public function aGet($vKey)
 {
     return $this->_oDB->aGet($this->_iGetHintId($vKey), $vKey);
 }