| 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 | 
| 
 | 
  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. 
  
   |