Example #1
0
 /**
  * Lists all the tables in the current database.
  *
  * @return  array
  */
 public function listTables()
 {
     return $this->_driver->listTables();
 }