After almost a year of inactivity, I am glad to say that the development of TemplateThis is picking up yet again!
We are sorry for the delay that has undergone about 2 weeks which should have been active development time. However we are proud to announce that TemplateThis 0.5.6 is almost ready for release and will be placed on the SourceForge website when available. Please continue to support TemplateThis in all your effort. Thank you.
TemplateThis is a templating system written in PHP to help aid web developers separate logic from design. In this release, we brought back the template caching feature to help save on bandwidth when compiling the output. There is some new variables inside the class file that can be customized to fit the cache system to your need. The example files have been updated to show the usage of the cache feature.
TemplateThis is a templating written in PHP to help aid web developers separate content from logic. In this release, custom delimeters have been added and may be changed in the class file. This feature hasn't fully been tested with the regular expression matching but seems to be doing OK so far. We also have spotted another bug in the extension loading. This bug does not affect the compiler at all, it only affects custom extensions that are trying to modify the $_data array and return it, which right now isnt working. This issue should be resolved in the next release.
TemplateThis is proud to announce that the documentation wiki is now online for your documentation needs. This wiki covers everything from downloading and installation, using blocks, using control structures, etc. The wiki engine is powered by WikkiTikkiTavi and is located here: http://templatethis.mudmirror.com
TemplateThis is a templating engine written in PHP to help aid web developers separate logic from design. In this release, the debug() function was temporarily removed because it was causing a major flaw in the compiler not wanting to compile a template more than once due to the debug function writing unnecessary globals. Also, a prepend() function has been added that does the same as append() but adds values to the front of the tag instead of the end, but does not support arrays (and never will).
TemplateThis 0.2.4 has been released. TemplateThis is a templating system developed in PHP to help web developers separate logic from design. In this release, most of the bugs that were spotted as common mistakes in 0.1.1 have been fixed, as well as some additions and removals of functions. Some of the new functionality is the ability to now use TemplateThis to compile many different templates from one script, thus allowing you to have different templates that might be the same for more than one page. Also, some new extensions have been included, but not have yet been documented.
TemplateThis is a PHP templating system used as a tool to separate logic from design. This is the first release of TemplateThis, which includes basic functionality for parsing templates. As of right now, TemplateThis includes support for basic extensions, debugging, and compilation. More functionality is planned, as the engine is still in its alpha state. Please do not use this release on a production site, rather for testing.