Controller tailored to suit most form-based admin operations.
Located in /libraries/joomla/application/component/controllerform.php (line 22)
JObject | --JController | --JControllerForm
Class | Description |
---|---|
WeblinksControllerWeblink | Weblink controller class. |
ContactControllerContact | |
ContentControllerArticle | |
AdminControllerProfile | User profile controller class. |
ModulesControllerModule | Module controller class. |
MessagesControllerMessage | Messages Component Message Model |
UsersControllerUser | User controller class. |
UsersControllerNote | User note controller class. |
UsersControllerGroup | User view level controller class. |
UsersControllerLevel | User view level controller class. |
NewsfeedsControllerNewsfeed | Newsfeed controller class. |
LanguagesControllerLanguage | Languages list actions controller. |
LanguagesControllerOverride | Languages Override Controller |
PluginsControllerPlugin | Plugin controller class. |
CategoriesControllerCategory | The Category Controller |
RedirectControllerLink | Redirect link controller class. |
TemplatesControllerStyle | Template style controller class. |
FinderControllerFilter | Indexer controller class for Finder. |
MenusControllerMenu | The Menu Type Controller |
MenusControllerItem | The Menu Item Controller |
BannersControllerClient | Client controller class. |
BannersControllerBanner | Banner controller class. |
The context for storing internal data, e.g. record.
The URL option for the component.
The prefix to use with controller messages.
The URL view item variable.
The URL view list variable.
Inherited from JController
JController::$basePath
JController::$default_view
JController::$doTask
JController::$instance
JController::$message
JController::$messageType
JController::$methods
JController::$model_prefix
JController::$name
JController::$paths
JController::$redirect
JController::$task
JController::$taskMap
JController::$_acoSection
JController::$_acoSectionValue
Inherited from JObject
JObject::$_errors
Constructor.
Method to add a new record.
Method to check if you can add a new record.
Extended classes can override this if necessary.
Method to check if you can add a new record.
Extended classes can override this if necessary.
Method to check if you can save a new or existing record.
Extended classes can override this if necessary.
Method to run batch operations.
Method to cancel an edit.
Method to edit an existing record.
Method to get a model object, loading it if required.
Gets the URL arguments to append to an item redirect.
Gets the URL arguments to append to a list redirect.
Function that allows child controller access to model data after the data has been saved.
Method to save a record.
Inherited From JController
JController::__construct()
JController::addModelPath()
JController::addPath()
JController::addViewPath()
JController::authorise()
JController::authorize()
JController::checkEditId()
JController::createFileName()
JController::createModel()
JController::createView()
JController::display()
JController::execute()
JController::getInstance()
JController::getModel()
JController::getName()
JController::getTask()
JController::getTasks()
JController::getView()
JController::holdEditId()
JController::redirect()
JController::registerDefaultTask()
JController::registerTask()
JController::releaseEditId()
JController::setAccessControl()
JController::setMessage()
JController::setPath()
JController::setRedirect()
JController::unregisterTask()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:53:54 -0500 by phpDocumentor 1.4.4