PHP Classes

File: tests/assert_templates/bug24.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   tests/assert_templates/bug24.php   Download  
File: tests/assert_templates/bug24.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: 120 bytes
 

Contents

Class file image Download
<?php

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

$data = array('obj' => new Obj);