references:joomla.framework:application:jpathway-getnamepathwayTable of Contents
getNamePathWay
Create and return an array of the pathway names. This is useful for things like SEF URLs. Syntaxarray getNamePathWay ( $showHome, $showComponent )
ExamplesExample global $mainframe; $pathway =& $mainframe->getPathWay(); print_r( $pathway->getNamePathWay() ); might result in: Result Array ( [0] => [1] => Home [2] => News Feeds ) |


