Deutschland United States United Kingdom
ContentLion - Open Source CMS

Database access

We provide a database class for accessing the database. You can reach it over DataBase::Current(). The connection will be established automaticly, so you don't have to connect or disconnect.

To avoid name conflicts, you have to write {'dbprefix'} before each table name. It will be replaces with the prefix (defualt cl_).

The database class provides the following functions: