API15:JTableARO/ construct
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Description:JTableARO/ construct
Contents |
Syntax
__construct(&$db)
| Parameter Name | Default Value | Description |
|---|---|---|
| &$db |
Defined in
libraries/joomla/database/table/aro.php
Importing
jimport( 'joomla.database.table.aro' );
Source Body
function __construct( &$db ) { parent::__construct( '#__core_acl_aro', 'aro_id', $db ); }
[Edit See Also] SeeAlso:JTableARO/ construct
Examples
<CodeExamplesForm />
