h2o-php icon indicating copy to clipboard operation
h2o-php copied to clipboard

A beautiful template engine for PHP in Django style

Results 49 h2o-php issues
Sort by recently updated
recently updated
newest added

The following syntax trigger a `TemplateSyntaxError` ``` {% if me.number >= 0 %} // Uncaught exception 'TemplateSyntaxError' with message 'unexpected character in filters : "=" ``` Also using negative value...

Hello everybody ! PHP7 introduced the ParseError class (http://php.net/manual/en/class.parseerror.php) which conflicts with h2o/errors.php. Have PHP7 compliance changes been planned for h2o-php ? Regards Gwen

I'm using h2o and love it. However I'm trying to use some other third party code that uses a javascript templating engine that uses the same syntax. It would be...

This could be a byproduct of using autoloading on PHP 5.5

The links_to filter by default outputs escaped HTML code. Please mark it as safe.

I have added elseif support to the if tag, changes are in the attached changeset,

Hi, I'm trying to install h2o through composer but it does not work. Would it be possible to create a composer.json file for autoloading? Thanks :)

A use case needs to have the whole context in a variable. Is it possible currently? ``` {{ context.length }} {% for k,v in context %} ```

I`m not sure if this is possible within django, but would be good to combine the result of a Tag call with a Filter callback. ``` {% add number1, number2...

I've made some minor touch-ups to the Examples directory's README file, similar to what I did for the main README.