references:joomla.framework:environment:juri-__constructTable of Contents
__construct
This is the class constructor. You can pass a URI string to the constructor to initialize it to a specific URI. SyntaxJURI __construct ( $uri )
ExamplesExample global $mainframe; $uri = new JURI( $mainframe->getBaseURL() ); |


