February 12, 2002

I downloaded and installed some

I downloaded and installed some php templating code today. It's not as full-featured as the templating sytem I used for my java programming, but it seems to get the job done. The most frustrating thing about php is that there isn't really a central source to find out where the really good code is. Everything is scattered to the winds and I'm not certain I've found the php guru hangout place. I'm using TemplatePower for php templating. Most libraries I see out there for php are for php3 and are broken on php4. It's weird.

What I really want is a templating system that allows you to put php in the templates. Which sounds kind of odd since that is what php is. But while I hate having html in the same file as my more complex php code, there's still the occasional time where I want to include different subtemplates depending on the situation, or not at all. Posted by Curt at February 12, 2002 02:13 AM