| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A tiny php templating framework based on t.js
t.php is a simple solution to interpolating values in an html string.
$template = new T("<div>Hello {{=name}}</div>");
echo $template->parse(array('name' => 'World!'));
For more advanced usage check the t_test.php.
This software is released under the MIT license.
Javascript version maintained by @jasonmoo
| Back | FazBrowse Home | New Git URL |