Login   Register  
PHP Classes
elePHPant
Icontem

File: tmp_wrapper.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of vench  >  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: 2013-07-17 23:23
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(); ?>