DatabasePluginPath
Summary
Sets the path to an external database driver.Usage
DatabasePluginPath= path_to_database_driver
Description
If you want to use a custom database driver you must tell Exponential where to find it. Use the path relative to the root of your Exponential installation. Exponential will search for the file "dbname" + "db.php" in that directory.
Examples
DatabaseImplementation=custom DatabasePluginPath=extensions/mydbdriver/classes/
Exponential will now search for the file customdb.php in the directory extensions/mydbdriver/classes/
Frederik Holljen (01/02/2005 10:55 am)
Frederik Holljen (28/02/2005 2:16 pm)
Comments
There are no comments.