|
|
 mauro | 2009-08-21 16:11:05 |
| Can you post structure of table(s)? |
 Thomas Jakober | 2009-08-21 20:17:48 - In reply to message 1 from mauro |
The structure depends on your application. How it works is explained in the comment of the class. The example table has the following structure:
Field Type Null Key Default Extra
id int(10) unsigned NO PRI NULL auto_increment
parent int(10) unsigned NO NULL
disp text NO NULL
country int(10) unsigned YES NULL
make int(10) unsigned YES NULL
model int(10) unsigned YES NULL
serie int(10) unsigned YES NULL
engine int(10) unsigned YES NULL |
 mauro | 2009-08-22 02:19:05 - In reply to message 2 from Thomas Jakober |
| Thank you, Thomas. |
 gugulethu Nyoni | 2011-05-10 12:35:22 - In reply to message 3 from mauro |
Hi, Thank you so much for the powerful application-would you kindly assist with the table sql..
Regards
Gugu |
|