Description:JApplication
From Joomla! Documentation
Revision as of 17:44, 16 April 2011 by Chris Davenport (Talk | contribs)
JApplication is the base class for a Joomla Application. It 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.