PHP Classes

I think your class will be not work if db contain the tables ...

Recommend this page to a friend!

      Backup_Restore  >  All threads  >  I think your class will be not work...  >  (Un) Subscribe thread alerts  
Subject:I think your class will be not work...
Summary:Package rating comment
Messages:1
Author:PhoeNix
Date:2010-10-25 17:10:56
 

PhoeNix rated this package as follows:

Utility: Not sure
Consistency: Not sure

  1. I think your class will be not work...   Reply   Report abuse  
Picture of PhoeNix PhoeNix - 2010-10-25 17:10:56
I think your class will be not work if db contain the tables which name like 'order' or 'set'. Exp at line 63:

$result = mysql_db_query($dbname, "SHOW FIELDS FROM `$table`",$conn) or die("Table does not exists");

It will be better.