API16:JTableUsergroup
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.
[Edit Descripton] Description:JTableUsergroup
Contents |
Defined in
libraries/joomla/database/table/usergroup.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| check | Method to check the current record to save |
| rebuild | Method to recursively rebuild the nested set tree. |
| store | Inserts a new row if id is zero or updates an existing row in the database table |
| delete | Delete this object and it's dependancies |
Importing
jimport( 'joomla.database.table.usergroup' );
[Edit See Also] SeeAlso:JTableUsergroup
Examples
<CodeExamplesForm />
