API17

API17:JTableCategory

From Joomla! Documentation

Joomla 11.1 JTableCategory

Description

Methods

Visibility Method name Description
public __construct
public bind Overloaded bind function.
public check Override check function.
public store Overriden to set created/modified and user id.
protected _getAssetName Method to compute the default name of the asset.
protected _getAssetParentId Get the parent asset id for the record.
protected _getAssetTitle Method to return the title to use for the asset table.
  • Defined in libraries/joomla/database/table/category.php
  • Extends JTableNested

Importing

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

See also


User contributed notes

Code Examples