|
lilTC, which stands for "a 'little' template class" is a lightweight template
tool or 'template engine', written in PHP, which can be used for filling any kind
of templates with dynamic data. Usually this class is used for HTML pages.
lilTC is very easy to install and to use and it supports file caching
to shorten the time until the document can be seen in a browser.
Why another template tool? Simply, because the other tools are
way too overloaded for my needs. |