Haanga icon indicating copy to clipboard operation
Haanga copied to clipboard

Template compiler for PHP, Django-style (as much as possible). Pretty efficent by avoiding to have anything at run-time.

Results 8 Haanga issues
Sort by recently updated
recently updated
newest added

Con la versión 7.3 de php o superiores la librería devuelve el siguiente error. Se arregla cambiando la línea 139 por un continue 2.

Seems the version 1.0.4 is not updated in composer or something like that,.. in my composer.json ... "minimum-stability": "stable", "require": { "crodas/Haanga" : "1.0.4" } I'm getting the following message...

This will be fixed in PHP 5.5, meaning you will be able to use `{% if object.method %}` but that's not currently possible. It would be great if the `Empty`...

Hi cesar, ## from: https://docs.djangoproject.com/en/1.4/ref/templates/builtins/#if if The {% if %} tag evaluates a variable, and if that variable is "true" (i.e. exists, is not empty, and is not a false...

as the heading says.. send an array to the template. and you get this error intermitently. solution is to use {{ this['that'] }} instead of {{ this.that }} - i...

``` 28 August 25 30 ``` PHP Notice: Trying to get property of non-object in /home/erik/Desktop/crodas-Haanga-4839bd4/examples/tmp/442c2708c1dd101eef368e7dd6b15550ea30c414.php on line 89 PHP Fatal error: Uncaught exception 'Exception' with message 'View doesn't exists'...