Forum Moderators: coopster

Message Too Old, No Replies

Template engine tutorials

         

akelly65

3:46 pm on Sep 2, 2007 (gmt 0)

10+ Year Member



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.

bsterz

11:25 am on Sep 4, 2007 (gmt 0)

10+ Year Member



I like this one:
[onlamp.com...]

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 :)

akelly65

7:10 pm on Sep 4, 2007 (gmt 0)

10+ Year Member



thank you