references:joomla.framework:document:jdocumenthtml-getbasegetBase
Returns the document base URL. Syntaxstring getBase () ExamplesExample global $mainframe; $document =& JFactory::getDocument(); echo "Base URL: " . $document->getBase(); might produce: Result Base URL: http://127.0.0.1/joomla11/
|


