News Feed
Jobs Feed
Sections




News Archive
Sean Coates' Blog:
PHP as a templating language
May 15, 2012 @ 10:58:37

In this new post to his blog Sean Coates talks about PHP as a templating language and why he (and Gimmebar) have decided to go another, more frontend-based direction.

For many years, I was a supporter of using PHP as a templating language to render HTML. However, I really don't buy into the idea of adding an additional abstraction layer on top of PHP, such as Smarty (and many others). In the past year or so, I've come to the realization that even PHP itself is no longer ideally suited to function as the templating engine of current web applications - at least not as the primary templating engine for such apps.

His reasoning is pretty simple - more and more web applications are becoming less and less server-driven. When building applications (and APIs) you don't know how the data will be consumed, so your frontend has to be agnostic. So, what's his current alternative of choice? The Mustache templating framework provides a simple way to create reusable templates (along with the compatible Handlebars Javascript library).

0 comments voice your opinion now!
templating language smarty mustache handlebars javascript api


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso: Building a Silex application from one Behat/Gherkin feature file

Sara Golemon\'s Blog: libssh2 API documentation - Complete

SitePoint PHP Blog: Win Cash for the best Facebook App!

PHPBuilder.com: Build an MVC Framework with PHP

ProDevTips: Writing a CMS/Community with Smarty and the Zend Framework: Part 7


Community Events









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


introduction composer framework tool zendframework2 interview community event language podcast api unittest development object example code functional release opinion testing

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