CLASS NAME | DESCRIPTION |
| AkActiveRecord | Active Record objects doesn't specify their attributes directly, but rather infer them from the table definition with which they're linked. Adding, removing, and changing attributes and their type is done directly in the database. Any change is instantly reflected in the Active Record objects. The mapping that binds a given Active Record class to a certain database table will happen automatically in most common cases, but can be overwritten for the uncommon ones. |
AK_LIB_DIR.DS.'AkActiveRecord'.DS.'AkAssociatedActiveRecord.php' (line 21)
AK_LIB_DIR.DS.'AkActiveRecord'.DS.'AkDbAdapter.php' (line 22)
AK_ACTIVE_RECORD_CACHE_DATABASE_SCHEMA (line 35)
AK_ACTIVE_RECORD_CACHE_DATABASE_SCHEMA_LIFE (line 36)
AK_ACTIVE_RECORD_ENABLE_AUTOMATIC_SETTERS_AND_GETTERS (line 31)
AK_ACTIVE_RECORD_ENABLE_CALLBACK_GETTERS (line 33)
AK_ACTIVE_RECORD_ENABLE_CALLBACK_SETTERS (line 32)
AK_ACTIVE_RECORD_ENABLE_PERSISTENCE (line 34)
AK_ACTIVE_RECORD_INTERNATIONALIZE_MODELS_BY_DEFAULT (line 30)
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS (line 38)
AK_ACTIVE_RECORD_VALIDATE_TABLE_NAMES (line 37)
AK_DATE_REGULAR_EXPRESSION (line 43)
AK_EMAIL_REGULAR_EXPRESSION (line 40)
AK_IP4_REGULAR_EXPRESSION (line 44)
AK_PHONE_REGULAR_EXPRESSION (line 42)
AK_POST_CODE_REGULAR_EXPRESSION (line 45)