News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
SitePoint PHP Blog:
DOM vs. Template
September 25, 2008 @ 11:18:25

In this new post to the SitePoint PHP Blog there's a look at using a small templating engine recently released by Fredrik Holmstrom that takes a different tack on working with template files - it parses them into a DOM structure.

The main difference to traditional template engines (Such as Smarty), is that the template it self doesn't have any imperatives within. In fact, the template doesn't even have to be written to the template engine, to be used - Any markup can be used as a source.

The templating system uses Domlings, bits of HTML to match against and replace with the bound information. A few examples are included - a simple binding, how to switch out a block of HTML, pushing it back in and looping over a block of information to do some search and replace.

0 comments voice your opinion now!
dom template smarty domlings html replace



Similar Posts

Floss Valley Blog: Developing AJAX Application using Smarty and Xajax

Maurice Fonk's Blog: Smarty and the Zend Framework

PHPClasses.org: Site design theme editor

WaxJelly Blog: How to write a custom Smarty function in PHP

Paul Jones' Blog: What Does This Say About Unit-Testing in PHP Land?


Community Events







Don't see your event here?
Let us know!


mysql release conference framework PHP5 zendframework PEAR package application developer book job code database cakephp releases example ajax security zend

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework