Page 1 of 1
php and templates.
Posted: Sat Dec 18, 2004 7:53 pm
by typeblu
i was curious if you professional php developers use premade template systems like smarty or stuff like b2, or if you just create your own on a project to project basis? or maybe you have your own custom one that you use? or is there a better approach?
Posted: Sat Dec 18, 2004 8:48 pm
by andre_c
i usually use smarty, with few exceptions when i needed something more specific to what i was doing
Posted: Sat Dec 25, 2004 9:50 am
by John Cartwright
I use my own simple templating engine to keep my html from my php and allows for easy template modifications. I will sometimes dip into smarty here and there, but genereally like to keep it simple.
Posted: Sat Dec 25, 2004 12:15 pm
by qads
Always my own, i never use anyone else's code, especially open source.
Posted: Sat Dec 25, 2004 12:28 pm
by evilmonkey
What do you have against open source?
Posted: Sat Dec 25, 2004 3:43 pm
by timvw
i don't have a problem with open-source software. but in some cases i have problems with the "viral" aspect of licenstes like gpl...
Posted: Sat Dec 25, 2004 4:16 pm
by qads
evilmonkey wrote:What do you have against open source?
noting, but lets say the code has few exploitable issues (like phpbb2 few days ago), then it is likely that my clients will get affected, besides, i like coding my own stuff, i have my own library of scripts

.