API17

API17:JTableUsergroup

From Joomla! Documentation

Joomla 11.1 JTableUsergroup

Description

Methods

Visibility Method name Description
public __construct Constructor.
public check Method to check the current record to save.
public delete Delete this object and it's dependancies.
public rebuild Method to recursively rebuild the nested set tree.
public store Inserts a new row if id is zero or updates an existing row in the database table.
  • Defined in libraries/joomla/database/table/usergroup.php
  • Extends JTable

Importing

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

See also


User contributed notes

Code Examples