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/

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.