News
December 28, 2009
RainTPL 1.7.6
RainTPL 1.7.6
Updates:
- Fixed bug that caused wrong path replace when template had more images.
RainTPL v1.7.6
December 10, 2009
RainTPL 1.7.5
RainTPL 1.7.5
Updates:
- You can use now organize template in subdirectory, so is possible do: {include="news/layout1"} or $tpl->draw( 'user/list');
- Constant DEBUG become RAINTPL_CHACHE_ENABLED. Set true as default to load cached template and improved speed.
Important: waiting the new RainPHP scripts, RainTPL file names become: rain.tpl.class.php and in rain.tpl.compile.class.php.
RainTPL v1.7.5
September 1, 2009
RainTPL 1.7
RainTPL 1.7.
Updates:
- Path error correct, now is possible to organize templates in subdirectory, ex:
TPL_DIR/TPL/news/news.html
$tpl = new RainTpl( 'TPL_DIR/TPL/' );
$tpl->draw( 'news/news' );
- XML, can be create xml template.
- $show_copyright parameter added to the RainTPL.compile.class.php, to show/hide comments in compiled templates. Set "false" for XML templates.
- Ereg function deprecated from PHP 5.3.0, substituted by preg_match. Thanks to Oliver Smith for support.
RainTPL v1.7
November, 19 2008
RainTPL 1.6 on sourceforge.net
Released RainTPL version 1.6, and online on sourceforge.net.
Addons of the 1.6:
- constants, global variables
- if cannot compile template, due the permission denied, raintpl load the precompiled one named as: template_name_def.php
The website is now in english version too, and the documentation is updated to the 1.6 version.
February, 27 2007
Memht has chosen RainTPL as template engine.
October, 24 2007
RainTPL v.1.1 (bug fix)
Bug correction in new versione, and changing in the directory structure. New documentation avaible, and new example.
RainTPLv1.1
Agust, 5 2007
Benchmark template engine
Benchmark of the famouse PHP template engine: benchmark.
Thanks Juozas Salna for the benchmark script!
July, 8 2007
Info
For information and assistence: info [at] rainelemental.net
|