Is there any good / simple tutorials on how to build a template engine using php / mysql? I am having a hard time creating a template based system for each row on my database.
It's particularly helpful as they use pear::db in the example and add an abstraction layer mentioning that they may want to change the db library later - well it's later and pear::db is being deprecated :)