News Feed
Jobs Feed
Sections




News Archive
Smashing Magazine:
Getting Started With PHP Templating
October 18, 2011 @ 09:15:49

On the Smashing Magazine site today there's a new post introducing you to templating in PHP applications. They cover both the creation of a simple, custom templating library as well as using a more widely known too - Twig.

In this article, we'll cover how to separate the view of your PHP application from its other components. We'll look at why using such an architecture is useful and what tools we can use to accomplish this. [...] To fully benefit from this article, you should already know how to write and run your own PHP scripts on a Web server (i.e. using Apache).

They start with the very basics of templating, mostly pointing out how it reduces the dependency of having layout code directly in your application's logic. It makes things easier to reuse and makes for better code structure in the long run. They mention other templating engines like Smarty, PHPTAL and Twig, but focus in on the last for their code samples. They show basic templating, making reusable templates, applying filters and working with simple control structures.

0 comments voice your opinion now!
templating tutorial introduction twig smarty phptal


blog comments powered by Disqus

Similar Posts

Developer Drive: Create Your Own CRUD App with MySQL and PHP

Christoph Hochstrasser: PHP Socket Programming, done the Right Way (tm)

NETTUTS.com: How to Implement Email Verification for New Members

JoomlaBlogger.net: How to understand Joomla templates in five easy steps

Maarten Balliauw's Blog: Lightweight PHP application deployment to Windows Azure


Community Events











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


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

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