This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
h2o-php /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 13 21:13:00 -0700 2009 | |
| |
README.md | Fri Oct 09 13:28:12 -0700 2009 | |
| |
ext/ | Thu Oct 08 07:08:48 -0700 2009 | |
| |
h2o.php | Wed Oct 14 08:31:37 -0700 2009 | |
| |
h2o/ | Tue Nov 03 15:58:21 -0800 2009 | |
| |
tests/ | Wed Oct 14 08:32:38 -0700 2009 |
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
- Completely rewrite
- Some block types haven't been recreated yet, and some options have changed.
- Think about changing the name because of the rewrite which is non-BC?
- version 0.4
- Breaking changes autoescape is now turned on by default
- Improved searchpath and file loading handling
- Improved Handling on PHP overloaded objects
- Plenty of bug fixes
- version 0.3
- Support internationalized templates and translation parsing toolkit
- Performance optimization on context lookup
- Fixed operator pasing








