Computer Forums

Computer Forums (http://www.geekboards.com/forums/index.php)
-   Building Websites (http://www.geekboards.com/forums/forumdisplay.php?f=3)
-   -   PHP Templates (http://www.geekboards.com/forums/showthread.php?t=239)

sjaguar13 05-07-2006 09:46 PM

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.


All times are GMT -5. The time now is 01:49 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.