dree
|
| Posted: 09/21/2005, 12:37 PM |
|
manually b/c i dont have the codecharge file
which file can i update the sql table name
i checked the common.php and i dont see that
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 09/30/2005, 5:05 PM |
|
Go to Common.PHP and search Connection Class. A few lines below you eill
find this->DB, this->DBDatabase, this->DBHost, this->DBUser,
this->DBPassword, etc.
Those are your connection settings.
However, the connection settings do not control the table name, but rather
at the database layer. Table names are in the individual files.
|
|
|
 |
|