Overview
Class for loading form definitions from Solar_Sql_Model columns.
Configuration Keys
default_text_size
: The default 'size' attribute for text elements.default_textarea_rows
: The default 'rows' attribute for textarea elements.default_textarea_cols
: The default 'cols' attribute for textarea elements.
Constants
None.
Public Properties
The Solar_Form_Load_Model class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_Form_Load_Model class.
You can also view the list of all public, protected, and private methods.
-
__construct()
-
Constructor.
-
__destruct()
-
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
-
dump()
-
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
-
fetch()
-
Loads Solar_Form elements based on Solar_Sql_Model columns.
-
locale()
-
Looks up class-specific locale strings based on a key.