Solar_Form_Load_Model::_setLoad()

protected void Solar_Form_Load_Model::_setLoad ( string|array $load )

Sets the list of column names and element options to load as elements.

Parameters

  • (string|array) $load: The column names and element options. If a '*' is used, loads all columns from the model, minus special columns (e.g. primary, created, xmlstruct, etc).

Returns

  • (void)

Description

Sets the list of column names and element options to load as elements.



Local