Brent
|
| Posted: 05/08/2002, 3:13 PM |
|
In CCS do we still use the MySQL class library db_mysql.php for accessing tables in our custom code?
If yes, where are the $db->Database, $db->User, $db->Password and $db->Host values stored in CCS? I want to re-use these values.
If no, then what class replaces it and where can I find some examples? TIA
Brent
|
|
|
 |
Nicole
|
| Posted: 05/09/2002, 6:49 AM |
|
Brent,
database, login and password are defined in common file in clsDB<connecrion_name> class, namely in Initialize function. I hope it'd be helpful
|
|
|
 |
|