PHP Classes

File: lib/Haanga/Extension/Filter/Count.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   lib/Haanga/Extension/Filter/Count.php   Download  
File: lib/Haanga/Extension/Filter/Count.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: Fixed tests

+ Filter_Count had wrong class name
+ Using proper autoloader
+ Finally fixed issue with locales
Date: 4 years ago
Size: 131 bytes
 

Contents

Class file image Download
<?php

class Haanga_Extension_Filter_Count
{
    public
$php_alias = "count";
    public
$is_safe = TRUE; /* a number if safe */
}