Recommend this page to a friend! |
Classes of Nikos M. | > | InTpl PHP Template Engine Inheritance | > | test/tpl1.php | > | Download |
|
![]() |
Test Inheritance and Super calls: <?php $this->start("b1"); ?>(1 1)<?php $this->end("b1"); ?> <?php $this->start("b2"); ?>(1 2)<?php $this->end("b2"); ?> <?php $this->start("b3") ?>(1 3)<?php $this->end("b3"); ?> |