Hey, I figured the time has finally come for me to jump from php4 to php5. I want to write my own php5 template engine but I haven't found any good tutorials on how to do this in PHP5. I understand alot of the PHP4 code for template classes doesn't work with PHP5. Can anyone point me to a good tutorial of how to write a template engine in PHP5?
Template class in PHP5