Beispiel #1
0
 /**
  * 获取版本
  * 
  * @param int $op 
  * @return string
  */
 public function getVersion($op = self::READ)
 {
     return $this->_adapter->getVersion($this->selectDb($op));
 }