FOFTableBehavior::onBeforeStore
The event which runs before storing (saving) data to the database
Signature
public function onBeforeStore(&
$table,
boolean
$updateNulls )
Parameters
-
$table
-
$updateNulls
- Should nulls be saved as nulls (true) or just skipped over (false)?
Returns
- boolean
- True to allow saving