Breadcrumbs
Tag: "templating"
-
Templates With Savant 2
- Author
- Date
- Fri 25 Nov 2005 at 14:01
- Type
- Blog Entry
Templating engines are a great asset to any application or website maintained by a development team. It helps to separate design logic and presentation into two sections. This allows the developers to maintain the program and pass the final values to a template. Then the designers and webmasters can easily change the presentation without having to deal with any code. Many developers use the Smarty template engine. While Smarty offers a nice amount of features that really take templating far and beyond, it is slightly bloated. PHP itself…
