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!

my guess is application object instantiated in main index.php file, initialized , rendered:

code: select all

$app->render();
the class jsite resides in includes/application.php, extends class japplication , defines method render() looks template details , renders page:

code: select all

$template   = $this->gettemplate(true);
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





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support