vLIB 4.2.1
vLIB is a PHP template engine designed for programmers and web developers for their web development.vlib Template is a PHP project that is intended to make splitting PHP from HTML a simple and natural task. It makes use of the following vlibTemplate markup tags (like html tags); <tmpl_var ...>, <tmpl_loop ...> and so on.
vLIB Contains Three Classes:
- vlibTemplate,
- vlibDate,
- vlibMimeMail.
Features of vLIB template engine:
- WYSIWYG: you can design and edit your templates with Frontpage, Dreamweaver or any other WYSIWYG HTML editor you can think of.
- Structure and Modularity: vlibTemplate will help you a great deal about modularity and structure of your code. It will help you to create cleaner code, too.
- Template includes: you can include a template file from within another template file so, for example, you can have a site footer that you point to from each template, if you needed to change the footer, it can be done simply by editing 1 file.
- Template loops: you can set up loops in your template for maybe showing the result of a database query. You can use setdbloop and let handle vlibTemplate the $result (e.g. returned by mysql_query, pg_query or ora_do). vlibTemplate can handle a lot of RDBMS like: MySQL, PostgreSQL, Oracle, Informix and others.
- Template conditions: you can actually use boolean conditions in your template (<tmpl_if name="is_true"></tmpl_if>), this can be handy for displaying different color in a table, or showing a list of results in a search page.
- Template caching: you can cache your templates to a file which means that vlibTemplate reads the template from the cache (which is already compiled) and thus can save much time while writing a page.
- Template debugging: if you want to see exactly what's being used by vTemplae you can see by using vlibTemplateDebug. This class will output an HTML-formatted page with all data needed to see where you're going wrong. It will even tell you if there are errors in the way you've written the template.
More popular Template engine
- smarty 3.1.13 (4 months ago)
- PHPLayouts 0.9.2 (2 years, 5 months 14 days ago)
- Savant 3.0.1 (2 years, 2 months 11 days ago)
- vLIB 4.2.1 (2 years, 5 months 14 days ago)
- QuickSkin 5.0 (2 years, 5 months 14 days ago)
Listing Files

CONTRIBUTIONS.txt- 1.5 KB
- 11/20/2008 20:42:02

error.php- 3.0 KB
- 09/08/2008 22:41:34

mime_types.php- 6.1 KB
- 09/08/2008 22:41:34

common.php- 2.0 KB
- 09/08/2008 22:41:34

cache.php- 6.0 KB
- 09/08/2008 22:41:34

vlibTemplate_debugmodwrapper_no_javascript.html- 86 Bytes
- 09/08/2008 22:41:34

vlibTemplate_debugmod.html- 8.6 KB
- 09/08/2008 22:41:34

vlibTemplate_debugmod_no_javascript.html- 7.4 KB
- 09/08/2008 22:41:34

.debug.php.marks- 26 Bytes
- 09/08/2008 22:41:34

debug.php- 26.9 KB
- 09/08/2008 22:41:34

vlibTemplate_debugmodwrapper.html- 1.5 KB
- 09/08/2008 22:41:34

error.php- 6.0 KB
- 09/08/2008 22:41:34

LICENSE.txt- 26.7 KB
- 11/21/2008 17:40:36

DefaultLog.php- 1.4 KB
- 09/08/2008 22:41:34

