PHP Classes

File: tmp_wrapper.php

Recommend this page to a friend!
  Classes of Raskin Veniamin   Vs View Render   tmp_wrapper.php   Download  
File: tmp_wrapper.php
Role: Example script
Content type: text/plain
Description: tmp_wrapper
Class: Vs View Render
Render templates using parameter arrays
Author: By
Last change:
Date: 10 years ago
Size: 162 bytes
 

Contents

Class file image Download
<?php

$this
->obStart('tmp_main.php', array('wrapper'=>'wrapper data'));
?>

<div class="wrapper"><?php echo $content; ?></div>

<?php $this->obEnd(); ?>