Esempio n. 1
0
 /**
  * Retrieve table list
  *
  * @return array
  */
 public function getTables()
 {
     return $this->_write->listTables();
 }