Thread: PHP Templates
View Single Post
  #1  
Old 05-07-2006, 09:46 PM
sjaguar13 sjaguar13 is offline
Member
GB Advanced User
 
Join Date: May 2006
Posts: 50
Default PHP Templates

Anyone use templates? I made a script that needed to use them and I cound them pretty nice after I got the hang of how to use them. Smarty Templates is what phpBB uses, or at least they are really, really close to beign the same. It could just be a rip off of phpBB.

I used TemplateThis. It made it really easy to do the whole Model-View-Control programming scheme. Plus, it makes it easy to change the skin of a program without having to know what all the code does. The only thing I don't really like about it is if you decided to later have something print out, you have to edit the PHP file to set up the template variable and then edit the template file to use that variable. It's two times the work.
Reply With Quote