PHP Classes

File: tests/assert_templates/bug25.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   tests/assert_templates/bug25.php   Download  
File: tests/assert_templates/bug25.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Haanga
Template engine to process Django style templates
Author: By
Last change:
Date: 4 years ago
Size: 156 bytes
 

Contents

Class file image Download
<?php

if (!class_exists('Obj', false)) {
    require
__DIR__ . '/bug25_class.php';
}

$data = array('obj' => new Obj, 'base' => array('endpoint' => 'a'));