API17:JTableCategory
From Joomla! Documentation
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
JTableCategory source code on BitBucket
Subpackage Database- Other versions of JTableCategory
User contributed notes
Code Examples