template_bv 1.0
Developed by Ben Vautier, listed in Template
Template_bv is a minimalist templating engine that is extremely fast, does not use regular expressions and can easily be extended.
The main idea is based on "splitting" a predefined template at given delimiter marks.
The class splits the template string using the PHP explode function and a configurable token string to find where template variable placeholders are located. By using this method we don't need to use regular expression to locate the template variables.
This template engine would suite someone who likes to embed HTML inside of PHP and not the other way around.
It can assign values to be replaced by placeholder marks, as well as, define values to insert before (prepend) or after (append) those marks.
License type: LGPL - GNU Lesser General Public License
Date added: 1 year, 8 months 9 days ago | Last updated: 1 year, 8 months 9 days ago
More popular Template
- Templateze 1.0 (6 years, 7 months 24 days ago)
- Template Manager 1.5 (2 years, 9 months 2 days ago)
- XtremeTemplate 1.1 (3 years, 3 months ago)
- PHPTAL 1.2 (2 years, 7 months 1 day ago)
- Solace FastTemplate 1.0 (3 years, 6 months 13 days ago)
Listing Files

main.tpl- 452 Bytes
- 02/28/2006 18:34:20

class.template_bv.php- 7.1 KB
- 02/28/2006 18:34:20

example.php- 1.0 KB
- 02/28/2006 18:34:20
