API16

JTableUsergroup: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JTableUsergroup}}
===Defined in===
===Defined in===
libraries/joomla/database/table/usergroup.php
libraries/joomla/database/table/usergroup.php
Line 29: Line 27:




{{subst:SeeAlso:JTableUsergroup}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JTableUsergroup
  category=JTableUsergroup
  category=CodeExample
  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