vlibTemplate
vlibTemplate is a php class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax. It compiles a template into native PHP code using 1 (one) pcre call, thus the parsing is extremely fast (and the resulting compiled templates can be easily cached). The vlibTemplateCache class, caches each template in native php code thus allowing vlibTemplate to bypass the majority of the regex calls when the template is recalled. vlibTemplateCache also checks for newer versions of the original template and updates the cache accordingly. vlibTemplate comes as part of the vLIB library.
Visit publisher site: vlibTemplateListing Details
- Version:
- 4.0
- Filed in:
-
Scripts / PHP / Scripts & Programs / Content Management
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
- License Type:
- Other
- Price:
- 0.00
- Additional Info:
- Open Source Artisitic License
User Reviews
Add/Edit Your ReviewDisplaying 1-2 out of 2 reviews
-
vlibTemplate is one of the best template classes ever written. I use it for dl_stats and it's fast and supports MySQL queries. My advice: Use it!
-
This template class is better than smarty or patTemplate, because it's easier to install and offers features like: - Oracle - PostgreSQL - other RDBMS - Mail - Date support. Superb class. Try it and you will never use anything else.