JCategories
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.
[Edit Descripton] Description:JCategories
Contents
Defined in
libraries/joomla/application/categories.php
Methods
| Method name | Description |
|---|---|
| __construct | Class constructor |
| get | Loads a specific category and all its children in a JCategoryNode object |
| node | Return a node |
| root | Return the root or null |
| getInstance | Returns a reference to a JCategories object |
Importing
jimport( 'joomla.application.categories' );
[Edit See Also] SeeAlso:JCategories
Examples
<CodeExamplesForm />
Advertisement