<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ require_once 'VsViewRender.php'; $render = new VsViewRender(array()); $render->render('tmp_content.php', array( 'name'=>'Ben', )); ?>