The $mainframe object is ultimately an instance of the JApplication class. The JApplication class JApplication defined in libraries/joomla/application/application.php . Depending on whether you are in the admin section or the Joomla interface, the $mainframe object is a direct instance of JAdministrator or JSite respectively. These classes are in includes/application.php and administrator/includes/application.php .
source share