Hacker News new | ask | show | jobs
by toolate 5691 days ago
I've found that the quality of a PHP project tends to be fairly independant of whether it uses a templating library.

One benefit of Smarty is that it forces at least some seperation of business and display logic. People will still try and shove business logic into the templates, but at least you know you're not going to find SQL statements halfway though the rendering of a table.