
Vishal Subandh - 2008-08-25 11:16:33
Hi I have tried to use this class on my local m/c but I have no success in extracting the tables and columns in class format as you suggest.
I am doing the following
define('FILENAME','Tables.php'); // Insert Here File Name
define('SERVERNAME','localhost'); // insert here host name
define('USERNAME','root'); // Insert here the username
define('PASS','root'); // Insert here user password
define ('SCHEMA',''); // Insert Here The Schema That You would like to generate table info to
define('NEWLINE',"\r\n");
Please could you explain me what do I define in the schema? Also my db name is mysql_select_db('testdb');
Do I need to create an empty file Tables.php or is it generated automatically? Appreciate your suggestions