JTableAROGroup

From Joomla! Documentation

Jump to: navigation, search

JTableAROGroup is a concrete table class which handles data-rows of the #__core_acl_aro_groups table.

Contents

Availability

From Joomla 1.5 Joomla 1.6

Defined in

/joomla/database/table/aro.php

Extends

Reserved Database Field Names

The operation of this class is dependent on the existence of specially-named fields (columns) in the database table.

Field name Description
id The ARO-Group id
parent_id Group id of this group's parent.
lft Group is nested. Left-Value
rgt Group is nested. Right-Value
name ARO Group name
value ARO Group value

Methods

Method name Description
__construct Constructor. Takes table name, primary key and database reference.

Importing

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

See also

Personal tools