Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

VlibTemplate

< >

VlibTemplate is a template language created in 2003.

#4589on PLDB 21Years Old
Wikipedia

vlibTemplate is a template engine written in PHP. Programmers and web developers may use it for web development. vlibTemplate is a PHP class that is intended to make splitting PHP from HTML a simple and natural task, using markup tags. Read more on Wikipedia...


Example from Wikipedia:
require_once 'vlib/vlibTemplate.php'; $tmpl = new vlibTemplate('tmpl/basic.htm'); $tmpl->setvar('title_text', 'TITLE: This is the vLIB basic example ...'); $tmpl->setvar('body_text', 'BODY: This is the message set using setvar()'); $tmpl->setvar('div_cont' , 'DIV : This is div paragraph'); $tmpl->pparse();

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0