예제 #1
0
파일: Abstract.php 프로젝트: cwcw/cms
 /**
  * Returns a list of the tables in the database.
  *
  * @return array
  */
 public function listTables()
 {
     return $this->_adapter->listTables();
 }