How to Easily Manage HTML Output in PHP
Sunday, January 20th, 2008
I thought I’d come out with the big guns for our inaugural post. If you’ve ever written a PHP-powered site, you’ll know that the mix of PHP and HTML in the same document can quickly become hideous to read and a nightmare to maintain.
The usual solution is o use a template engine like Smarty, but these are hard to learn and are overkill for smaller projects.
What’s a developer to do?
