コード例 #1
0
ファイル: DBHandler.php プロジェクト: firaga/operation
 /**
  * @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);
 }