JTableMenuType::store
Method to store a row in the database from the JTable instance properties.
If a primary key value is set the row with that primary key value will be updated with the instance property values. If no primary key value is set a new row will be inserted into the database with the properties from the JTable instance.
Signature
public function store([boolean
$updateNulls = false] )
Parameters
-
$updateNulls
- True to update fields even if they are null.
Returns
- boolean
- True on success.