WIKINDX METHODS

Method:
listTables()

Class:
SQL

Method Call:
include_once("core/sql/SQL.php");
$db = new SQL();
ARRAY $db->listTables();

Description:
Returns an array of the tables in the currently opened database.

WIKINDX home      WIKINDX usage      WIKINDX classes