references:joomla.framework:application:japplication-getpathwayTable of Contents
getPathWay
Return a reference to the JPathWay object. This method should be used by extensions to obtain access to the pathway object. SyntaxJPathway &getPathWay () ExamplesExample global $mainframe; $pathway = $mainframe->getPathWay(); will result in a reference to the application pathway object being stored in the $pathway variable. |


