It seems that FastTemplate hasn't been fixed or worked on since Early 2002. Does anyone have an alternate template method?
Same thing for PHPortal.
What do you want to do with FT?
I re-wrote some of it so it takes data from a MYSQL DB and phrases it into a .html file.
I am gonna work on using a string instead of a file, i just have to re-write a couple of funtions.
Regards, - MP
look at http://php-templates.sourceforge.net/
I just need a general template system where I can work on the logic and code and the designers can continue to use their tools. It seems like PHP-Template is it. Thanks guys!
BTW - I do have my own template system which uses HTML COMMENTS to mark the areas where I should insert my code but it was become too cumbersome and slowing things down. Only way to fix it would be to adapt some sort of caching system.