![]() |
CMS
Version 3.9
|
Dummy data model to render a component's settings as a form, using the "type" field of the setting record to determine the renderer. More...
Inherits DataItem.
Public Attributes | |
$fields = array() | |
$primary_key = "settings_id" | |
$table = "settings" | |
Dummy data model to render a component's settings as a form, using the "type" field of the setting record to determine the renderer.
The fields array is built in the settings.inc script and given to AutoForm.
Definition at line 378 of file settings.inc.
ComponentSettings::$fields = array() |
Definition at line 380 of file settings.inc.
ComponentSettings::$primary_key = "settings_id" |
Definition at line 382 of file settings.inc.
ComponentSettings::$table = "settings" |
Definition at line 383 of file settings.inc.