acidbox
08-24-2005, 03:58 PM
I am trying to use the new PDO (http://us3.php.net/manual/en/ref.pdo.php) Library that comes with PHP 5.1, and am at a stumbling block. Traditionally I use the mysql_list_tables function to get a full list of the tables in the current database I am working with. I do not see this functionality available in PDO. Has anyone done this yet?