Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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.