API16

API16:JTableUsergroup

From Joomla! Documentation

Revision as of 14:32, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

{{subst:Description:JTableUsergroup}}

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' );


{{subst:SeeAlso:JTableUsergroup}}

Examples

<CodeExamplesForm />