Classes

JApplication

Base class for a Joomla! application.

Acts as a Factory class for application specific objects and provides many supporting API functions. Derived clases should supply the route(), dispatch() and render() functions.
« More »

JApplicationBase

Joomla Platform Base Application Class

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JApplicationCli

Base class for a Joomla! command line application.

« More »

JApplicationDaemon

Class to turn JCli applications into daemons. It requires CLI and PCNTL support built into PHP.

« More »

JApplicationHelper

Application helper functions

« More »

JApplicationWeb

Base class for a Joomla! Web application.

« More »

JCategories

JCategories Class.

« More »

JCategoryNode

Helper class to load Categorytree

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JCli

Deprecated class placeholder. You should use JApplicationCli instead.

« More »

JComponentHelper

Component helper class

« More »

JController

Base class for a Joomla Controller

Controller (Controllers are where you put all the actual code.) Provides basic functionality, such as rendering views (aka displaying templates).
« More »

JControllerAdmin

Base class for a Joomla Administrator Controller

Controller (controllers are where you put all the actual code) Provides basic functionality, such as rendering views (aka displaying templates).
« More »

JControllerForm

Controller tailored to suit most form-based admin operations.

Controller (Controllers are where you put all the actual code.) Provides basic functionality, such as rendering views (aka displaying templates).
« More »

JDaemon

Backward Compatability Stub for JApplicationDaemon

« More »

JInput

Joomla! Input Base Class

This is an abstracted input class used to manage retrieving data from the application environment.
« More »

JInputCLI

Joomla! Input CLI Class

This is an abstracted input class used to manage retrieving data from the application environment.
« More »

JInputCookie

Joomla! Input Cookie Class

This is an abstracted input class used to manage retrieving data from the application environment.
« More »

JInputFiles

Joomla! Input Files Class

This is an abstracted input class used to manage retrieving data from the application environment.
« More »

JMenu

JMenu class

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JModel

Base class for a Joomla Model

Acts as a Factory class for application specific objects and provides many supporting API functions.
« More »

JModelAdmin

Prototype admin model.

Acts as a Factory class for application specific objects and provides many supporting API functions.
« More »

JModelForm

Prototype form model.

Acts as a Factory class for application specific objects and provides many supporting API functions.
« More »

JModelItem

Prototype item model.

Acts as a Factory class for application specific objects and provides many supporting API functions.
« More »

JModelList

Model class for handling lists of items.

Acts as a Factory class for application specific objects and provides many supporting API functions.
« More »

JModuleHelper

Module helper class

« More »

JPathway

Class to maintain a pathway.

The user's navigated path within the application.
« More »

JRouter

Class to create and parse routes

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JView

Base class for a Joomla View

Class holding methods for displaying presentation data.
« More »

JWeb

Deprecated class placeholder. You should use JApplicationWeb instead.

« More »

JWebClient

Class to model a Web Client.

« More »