Browse Source

Adds PHPTAL as templating library.

pull/177/head
Ben Peachey 11 years ago
parent
commit
a2235bcbc9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

133
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
133
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
134
 * [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
134
 * [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
135
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
135
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
136
+* [PHPTAL](http://phptal.org/) - A PHP implementation of the TAL templating language, orignating from the Python Zope library.
136
 * [Plates](http://platesphp.com/) - A native PHP templating library.
137
 * [Plates](http://platesphp.com/) - A native PHP templating library.
137
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
138
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
138
 
139
 

Loading…
Cancel
Save