DBDiff\DB\DBManager::getTables PHP Method

getTables() public method

public getTables ( $connection )
    public function getTables($connection)
    {
        $result = $this->getDB($connection)->select("show tables");
        return array_flatten($result);
    }