API16

API16:JTableUsergroup

From Joomla! Documentation

Revision as of 02:12, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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