Joao Prado Maia on "Smarty: A PHP Template Engine"
Hits: 624
Description: We've got a bevy of articles this week with the Labor Day holiday last Monday, so to get started, here\'s an introduction to a relatively new PHP development called "Smarty." If you're a PHP developer you've probably included other files in your PHP scripts in an effort to reuse code. Smarty makes that job easier and allows you to separate HMTL layout from code logic. A PHP template engine, Smarty has several unique features, including the ability to compile parsed templates into PHP scripts, and then reuse the compiled template when appropriate