Support Joomla!

references:joomla.framework:application:japplication-execute

Table of Contents

execute

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Application Class JApplication Method execute Reference execute() Never Work in Progress

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.

Syntax

void execute ( $option )

$option string is a string containing the option parameter, which is the component that is to be displayed. This value currently has no real effect in either the site or administrator applications.

Examples

The site index.php calls this method in the following way:

Example

$mainframe->execute( $option );

 
references/joomla.framework/application/japplication-execute.txt (594 views) · Last modified: 2007/08/15 14:49