API17:JControllerAdmin
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/component/controlleradmin.php | libraries/joomla/application/component/controlleradmin.php | ||
| + | * see source code in [[jplatform:application/component/controlleradmin.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Application/11.1|Application]] | [[Subpackage Application/11.1|Application]] | ||
| Line 42: | Line 43: | ||
<source lang="php">jimport( 'joomla.application.component.controlleradmin' );</source> | <source lang="php">jimport( 'joomla.application.component.controlleradmin' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JControllerAdmin source code in [[jplatform:application/component/controlleradmin.php|BitBucket]] | ||
* [[JControllerAdmin|Other versions of this class]] | * [[JControllerAdmin|Other versions of this class]] | ||
{{SeeAlso:JControllerAdmin}} | {{SeeAlso:JControllerAdmin}} | ||
Revision as of 17:51, 23 April 2011
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:JControllerAdmin
Defined in
libraries/joomla/application/component/controlleradmin.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| checkin | Check in of one or more records. |
| delete | Removes an item. |
| display | Display is not supported by this controller. |
| publish | Method to publish a list of taxa. |
| reorder | Changes the order of one or more records. |
| saveorder | Method to save the submitted ordering values for records. |
Importing
jimport( 'joomla.application.component.controlleradmin' );
See also
- JControllerAdmin source code in BitBucket
- Other versions of this class
SeeAlso:JControllerAdmin [Edit See Also]
Examples
<CodeExamplesForm />
