Login   Register  
PHP Classes
elePHPant
Icontem

File: tests/assert_templates/base.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Cesar D. Rodas  >  Haanga  >  tests/assert_templates/base.php  >  Download  
File: tests/assert_templates/base.php
Role: Auxiliary data
Content type: text/plain
Description: Testing file
Class: Haanga
Template engine to process Django style templates
Author: By
Last change:
Date: 2010-07-25 15:36
Size: 187 bytes
 

Contents

Class file image Download
<?php

$data = array(
    'menu' => array(
        array('url' => 'http://php.net/', 'name' => '<PHP>'),
        array('url' => 'http://www.google.com/', 'name' => '<Google>'),
    )
);