references:joomla.framework:environment:juri-getpathgetPath
Gets the URI path string. Syntaxstring getPath () ExamplesExample $uri = new JURI( 'http://forum.joomla.org/index.php/topic,41464.msg227819.html#msg227819' ); echo "Path: " . $uri->getPath(); might produce: Result Path: /index.php/topic,41464.msg227819.html
|


