PHP Classes

File: tests/assert_templates/cycle.tpl

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

Contents

Class file image Download
{% for user in array %} {% cycle 'uno' 'dos' 'tres' %} {% endfor %} ----------------------------------------------- {% cycle 'uno' 'dos' 'tres' as foo %} {% cycle foo %} {% cycle foo %} {% cycle foo %} {% cycle foo %}