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 eZ publish where to find it. Use the path relative to the root of your eZ publish installation. eZ publish will search for the file "dbname" + "db.php" in that directory.
Examples
DatabaseImplementation=custom DatabasePluginPath=extensions/mydbdriver/classes/
eZ publish 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.