references:joomla.framework:application:japplication-executeexecute
Executes the application. This is an abstract method that is used to execute the current application. This method is implemented in the JSite and JAdministrator classes and performs the necessary operations to render the output. In most cases, this method does not need to be invoked as it is called by the Joomla! entry points. Syntaxvoid execute ( $option )
ExamplesThe site index.php calls this method in the following way: Example $mainframe->execute( $option ); |


