JTableUsergroup: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/table/usergroup.php | libraries/joomla/database/table/usergroup.php | ||
| Line 29: | Line 27: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableUsergroup | category=JTableUsergroup | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 02:12, 25 March 2017
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