PHP Classes

File: tests/assert_templates/ifchanged.php

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

Contents

Class file image Download
<?php $data = array('users' => array( array( 'name' => 'foo', 'age' => 22, 'foo' => 2, ), array( 'name' => 'older Foo', 'age' => 23, 'foo' => 2 ), array( 'name' => 'older Bar', 'age' => 23, 'foo' => 2 ), array( 'name' => 'bar', 'age' => 22, 'foo' => 1 ), ), 'regroup_field' => 'age', );