News Feed
Jobs Feed
Sections




News Archive
Anthony Ferrara:
On Templating
December 11, 2012 @ 11:50:31

In this latest post to his site Anthony Ferrara take a look at templating in web applications - more specifically as it deals with his experience with the Mustache templating engine.

I've been playing around with tempting engines a lot lately. For a recent project, I needed the ability to re-use the same template set in both JS and PHP (coupled with the History API, providing seamless dynamic behavior, yet still having raw content pages). Realistically today, there's only one choice for that sort of requirement: Mustache. I've learned a lot while playing with Mustache, and it's really changed my entire viewpoint on presentation layer construction.

He briefly gives an overview of "the past" of templating in PHP (including a mention of Smarty) and how templating tools - like Mustache - have helped to improve the situation, especially when it comes to the separation of presentation and processing. As an alternative, there's also a mention of the Twig templating engine in the comments, another popular option from the Symfony project.

0 comments voice your opinion now!
templating presentation mustache twig introduction opinion


blog comments powered by Disqus

Similar Posts

Cal Evans' Blog: Six ways to be a better client for your developer - Point 3

Zend Developer Zone: An Introduction to the Art of Unit Testing in PHP

NETTUTS.com: ASP.NET for PHP Developers

Lorna Mitchell's Blog: Using an Existing Vagrant Setup for PHP Development

Sebastian Bergmann's Blog: A Tool's Tale


Community Events











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


functional example conference podcast testing introduction series language code zendframework2 community tool release framework database interview development composer opinion object

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