API16

JTableUsergroup

From Joomla! Documentation

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Defined in[edit]

libraries/joomla/database/table/usergroup.php

Methods[edit]

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[edit]

jimport( 'joomla.database.table.usergroup' );



Examples[edit]

Code Examples[edit]