예제 #1
0
파일: Generic.php 프로젝트: alab1001101/zf2
 /**
  * List Tables
  *
  * @return array
  */
 public function getTableNames()
 {
     return $this->_connection->listTables();
 }