<html>
<body>
<a href="<?php print $this->getFullUrl('abc'); ?>">test</a>
</body>
</html>
"$this" is always used in a class defination to access class object itself.But in the html code,
no object of class is initialized,what does this "$this" mean?
"$this" in html file
Moderator: General Moderators