Recommend this page to a friend! |
Classes of Nikos M. | > | InTpl PHP Template Engine Inheritance | > | test/tpl3.php | > | Download |
|
![]() |
<?php $this->extend("tpl2.php"); ?> <?php $this->start("b1"); ?>(3 1)<?php $this->super()->block("b1"); ?><?php $this->end("b1"); ?> <?php $this->start("b2"); ?>(3 2)<?php $this->super()->block("b2"); ?><?php $this->end("b2"); ?> <?php $this->start("b3"); ?>(3 3)<?php $this->super()->block("b3"); ?><?php $this->end("b3"); ?> |