API17

Difference between revisions of "JControllerAdmin"

From Joomla! Documentation

(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

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:JControllerAdmin

Defined in[edit]

libraries/joomla/application/component/controlleradmin.php

Subpackage[edit]

Application

Extends[edit]

JController

Extended by[edit]

Methods[edit]

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[edit]

jimport( 'joomla.application.component.controlleradmin' );

See also[edit]

Template:SeeAlso:JControllerAdmin [Edit See Also]

Examples[edit]

<CodeExamplesForm />