示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * Returns a list of the tables in the database.
  *
  * @return array
  */
 public function listTables()
 {
     return $this->_adapter->listTables();
 }