PHP Classes

File: tests/assert_templates/foreach_vars.php

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

Contents

Class file image Download
<?php
$data
= array(
   
'categoriesArray' => array(
        array(
           
'cat' => array('categoria' => 'foo'),
           
'subCategories' => array(
                array(
'categoria' => 'one'),
                array(
'categoria' => 'two'),
                array(
'categoria' => 'tree'),
            ),
        ),
    ),
);