DataMapper ORM


Reserved Names

In order to help out, DataMapper uses a series of functions and variable names in its operation. Because of this, some names cannot be used by a developer.

The following are variables that should only be used in your Models as described in this User Guide.

Variables

Important: The field names in your Database tables and relationships cannot be the same as these variables.

Take special care not to use these common names: all, common, config, db, error, lang, load, model, parent, prefix, stored, table, valid, validation.


The following is a list of reserved names that cannot be used as function names in your model or field names in your Database tables, unless you are overriding them on purpose.

Functions