PHP Classes

File: test/tpl1.php

Recommend this page to a friend!
  Classes of Nikos M.   InTpl PHP Template Engine Inheritance   test/tpl1.php   Download  
File: test/tpl1.php
Role: Auxiliary data
Content type: text/plain
Description: Template script
Class: InTpl PHP Template Engine Inheritance
Render templates that inherit from other templates
Author: By
Last change: v.1.1.3

* default block text if empty
Date: 5 days ago
Size: 271 bytes
 

Contents

Class file image 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"); ?> <?php $this->start("b4") ?><?php $this->end("b4"); ?>