|
|
|
|
|
by zdw
5014 days ago
|
|
Everyone probably knows this, but PHP's Smarty template engine (http://www.smarty.net) is really awesome. I've yet to see a better one in any language - it has things like Unix-like pipe chaining of filters, user defined functions, and intelligent caching built in. I reduced the number of lines in one codebase I worked on by 70% through use of Smarty. |
|
Bolting a template engine on top of that makes no sense whatsoever.