Previous Page
filter()

Solar_Example_Model_TestSolarFoo_Record
form()

Next Page
getInvalid()

form()

public Solar_Form form ( array $cols default NULL )

Returns a Solar_Form object pre-populated with column properties, values, and filters ready for processing (all based on the model for this record).

Inherited from Solar_Sql_Model_Record.

Parameters

  • (array) $cols: An array of column property names to include in the form; if empty, uses all columns.

Returns

  • (Solar_Form)

Description

Returns a Solar_Form object pre-populated with column properties, values, and filters ready for processing (all based on the model for this record).