New Template Engine

From IceBB Wiki

Jump to: navigation, search

Yapter

  • Seems similar to Smarty in the Syntax
  • The HTML itself is used along with some [text], {text}
  • So designers can still use(more easily) a wysiwyg interface for the designing

HTML_Template_Flexy

  • Built in PEAR
  • Well documented
  • Seems like we can use (X)HTML completey
  • Of course the PHP scripting seems quite inconvenient at first, But still seems okay, as we can build lots of skins with out even changing a bit of the php, in case we have the same content in the pages..
  • Can convert templates from Smarty format
  • MutantMonkey likes the syntax
  • David likes the features

PHP

  • Faster than any of the above
  • About as easy to work with as any template engine
  • Extremely flexible
  • Well documented
  • MutantMonkey likes this the best :D