API17:JTableUsergroup::store
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableUsergroup::store
Description
Inserts a new row if id is zero or updates an existing row in the database table.
Description:JTableUsergroup::store [Edit Descripton]
Since
Synopsis
public JTableUsergroup->store ($updateNulls=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $updateNulls | boolean | false | If false, null object variables are not updated |
Returns
boolean True successful, false otherwise and an internal error message is set
Defined in
libraries/joomla/database/table/usergroup.php
Referenced by
See also
SeeAlso:JTableUsergroup::store
Examples
<CodeExamplesForm />
