Solar_Sql_Model_Record::__set()
public
void
Solar_Sql_Model_Record::__set
( string $key
, mixed $val
)
Magic setter for record properties; automatically calls __setColName() methods when they exist.
Parameters
(string)
$key
: The property name.(mixed)
$val
: The value to set.
Returns
(void)
Description
Magic setter for record properties; automatically calls __setColName() methods when they exist.