Caution: This documentation is for eZ Publish legacy, 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.

ImplementationAlias

Summary

Sets alias names for database implementations

Usage

 

ImplementationAlias[ aliasname]=ezpostgresql|ezmysql
....

Description

The various database implementatations in eZ publish uses a database driver. These database drivers have names like ezmysql and ezpostgresql. In order to make let users use more commonly known names like mysql and postgresql you can set up aliases for the database drivers.

Don't change this setting unless you know what you are doing.

Examples

ImplementationAlias[]
ImplementationAlias[mysql]=ezmysql

This setting means that you can use the alias mysql when you want to use the ezmysql driver.

Frederik Holljen (01/02/2005 10:16 am)

Frederik Holljen (28/02/2005 2:39 pm)


Comments

There are no comments.