references:joomla.framework:application:jpathway-getpathwayTable of Contents
getPathWay
Return the JPathWay items array. Syntaxarray getPathWay ( $showHome, $showComponent )
ExamplesExample global $mainframe; $pathway =& $mainframe->getPathWay(); print_r( $pathway->getPathWay( true, false ) ); might produce: Result Array ( [0] => stdClass Object ( [name] => Home [link] => index.php ) ) |


