API17

Difference between revisions of "JTableCategory"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/database/table/category.php
 
libraries/joomla/database/table/category.php
 +
* see source code in [[jplatform:database/table/category.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Database/11.1|Database]]
 
[[Subpackage Database/11.1|Database]]
Line 42: Line 43:
 
<source lang="php">jimport( 'joomla.database.table.category' );</source>
 
<source lang="php">jimport( 'joomla.database.table.category' );</source>
 
===See also===
 
===See also===
 +
* JTableCategory source code in [[jplatform:database/table/category.php|BitBucket]]
 
* [[JTableCategory|Other versions of this class]]
 
* [[JTableCategory|Other versions of this class]]
 
{{SeeAlso:JTableCategory}}
 
{{SeeAlso:JTableCategory}}

Revision as of 18:02, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JTableCategory

Defined in[edit]

libraries/joomla/database/table/category.php

Subpackage[edit]

Database

Extends[edit]

JTableNested

Extended by[edit]

Methods[edit]

Method name Description
__construct
bind Overloaded bind function.
check Override check function.
store Overriden to set created/modified and user id.
_getAssetName Method to compute the default name of the asset.
_getAssetParentId Get the parent asset id for the record.
_getAssetTitle Method to return the title to use for the asset table.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JTableCategory [Edit See Also]

Examples[edit]

<CodeExamplesForm />