What class is instantiated with $this in the Template index - Joomla! Forum - community, help and support
i'd know class instantiated $this variable in ../templates/protostar/index.php,
where declared , how file included.
thank you, solved!
where declared , how file included.
thank you, solved!
my guess is application object instantiated in main index.php file, initialized , rendered:the class jsite resides in includes/application.php, extends class japplication , defines method render() looks template details , renders page:tip: can relatively drill in classes , methods using php cross reference listing. can install perl utility on workstation , produce number of cross reference listings different versions. latest version of joomla php cross reference listing can viewed here:http://www.reference.joomlademo.de/nav.html?index.html
code: select all
$app->render();code: select all
$template = $this->gettemplate(true);
Comments
Post a Comment