I REALLY dislike template engines, and I prefer to create header/footer files and seperate my php code from the html as much as possible.
If a user can type {$title} in a template, they can just as easily type $row[title]. When doing loops, more people know and understand how to do them in PHP then in smarty.
|