JTableUsergroup: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JTableUsergroup}}
===Defi... |
m preparing for archive only |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/table/usergroup.php | libraries/joomla/database/table/usergroup.php | ||
| Line 27: | Line 22: | ||
|Delete this object and it's dependancies | |Delete this object and it's dependancies | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.usergroup' );</source> | <source lang="php">jimport( 'joomla.database.table.usergroup' );</source> | ||
===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