public
Description: A beautiful template engine for PHP in Django style
Homepage: http://www.h2o-template.org
Clone URL: git://github.com/speedmax/h2o-php.git
Click here to lend your support to: h2o-php and make a donation at www.pledgie.com !
name age message
file .gitignore Tue Oct 13 21:13:00 -0700 2009 Caching works I believe... really needs some mo... [jlogsdon]
file README.md Fri Oct 09 13:28:12 -0700 2009 Fixing a typo and re-adding the quote [jlogsdon]
directory ext/ Thu Oct 08 07:08:48 -0700 2009 Loader test now passes, fixed a bug with block ... [girsbrai]
file h2o.php Wed Oct 14 08:31:37 -0700 2009 The final frontier (caching) is a pain in my ass [jlogsdon]
directory h2o/ Tue Nov 03 15:58:21 -0800 2009 Stupid mistake [jlogsdon]
directory tests/ Wed Oct 14 08:32:38 -0700 2009 Fixing a fatal error in the tests until we get ... [jlogsdon]
README.md

H2O Template

This repository is part of the refactoring push, only use it if you know what you're doing

Being a martial art fan, I borrow a quote.

Empty your mind, be formless. Shapeless, like water. If you put water into a cup, it becomes the cup. You put water into a bottle and it becomes the bottle. You put it in a teapot it becomes the teapot. Now, water can flow or it can crash. Be water my friend. -- Bruce Lee

H2o template

H2O is markup language for PHP that taken a lot of inspiration from django.

  • Readable and human friendly syntax.
  • Easy to use and maintain
  • Encourage reuse in templates by template inclusion and inheritance.
  • highly extensible through filters, tags and template extensions.
  • Bundled rich set of filters and tags for string formatting, HTML helpers and internationalization.

Requirement

  • PHP 5.1 +

News

  • version 0.5
    1. Completely rewrite
    2. Some block types haven't been recreated yet, and some options have changed.
    3. Think about changing the name because of the rewrite which is non-BC?
  • version 0.4
    1. Breaking changes autoescape is now turned on by default
    2. Improved searchpath and file loading handling
    3. Improved Handling on PHP overloaded objects
    4. Plenty of bug fixes
  • version 0.3
    1. Support internationalized templates and translation parsing toolkit
    2. Performance optimization on context lookup
    3. Fixed operator pasing