Posts Tagged ‘templating’

PHP as a template language

February 11th, 2010 by Ivo

It's been a while since I blogged, but I just ran into another zealot pointing me to NoSmarty.net when I mentioned templating.

I think I've said it before. The tool you use should depend on the job you're trying to do. So to say that Smarty is wrong just because it is, does not feel right.

I agree that in many cases PHP can be used as a template language just fine, but there are situations where a Smarty template (or any other templating engine) is just that more pleasant.

Here's a bit of template code that I encountered yesterday. Its use of php as a template language is hideous. Because it's a template for an xml message and because it needs to cope with systems with short open tags on and off, it looks like this:
Read the rest of this entry »