API16:JTableUsergroup
From Joomla! Documentation
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' );
Examples
Code Examples