Support Forums
Template System - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21)
+---- Thread: Template System (/showthread.php?tid=7657)



Template System - Aaron Clifford - 06-07-2010

I've been after a template system that works in the same way as myBB, not to fussed about the caching. Just how the {$variables} work. I've tried to remove the system from myBB but failed miserably, any ideas of one similar?


RE: Template System - Sam - 06-07-2010

Hang on? MyBB isn't a template system it's a forum software... I don't really know what you mean.


RE: Template System - Omniscient - 06-07-2010

http://www.smarty.net/

That's a very popular template engine.

Here is a great blog post with reviews of 19 template engines:

http://www.webresourcesdepot.com/19-promising-php-template-engines/


RE: Template System - Aaron Clifford - 06-08-2010

Cheers, I mean't the template system it uses Sam Smile. Thanks for the links will check them out.


RE: Template System - Lord-Nikon - 06-13-2010

I fully agree with Smarty. Currently using it for almost every site we build and it is extremely flexible. What I like most about smarty is the easy way you can create your own modules to use in the template system.


RE: Template System - Chimi - 12-06-2010

Agreed, Smarty is your best bet.


RE: Template System - Orgy - 12-09-2010

(12-06-2010, 01:34 AM).Shannon Wrote: Agreed, Smarty is your best bet.

Yeah except I can guarantee that you have never used Smarty.