示例#1
0
文件: Manager.php 项目: Gomez/horde
 /**
  * Shortcut for getting a table name.
  *
  * @param string $tableType
  *
  * @return string  Configured table name.
  */
 protected function _t($tableType)
 {
     return $this->_db->quoteTableName($this->_tables[$tableType]);
 }