JTableARO

From Joomla! Documentation

Jump to: navigation, search

JTableARO is a concrete table class which handles data-rows of the #__core_acl_aro 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 id
section_value The ARO section_value
value The ARO value
order_value The ARO order_value
name The ARO name
hidden Hidden. 1 for hidden, else 0

Methods

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

Importing

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

See also

Personal tools