Click to See Complete Forum and Search --> : Template class in PHP5


Archbob
06-08-2007, 08:37 PM
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?

whisher06
06-10-2007, 07:05 AM
Hi.
I find useful this tutorials:
http://www.devshed.com/c/a/PHP/Developing-an-Extensible-Template-Processor-in-PHP-5/


http://www.devshed.com/c/a/PHP/Using-a-Template-Processor-Class-in-PHP-5/

Bye.