Template Engine
模板引擎
- Smarty (采用)
** Support Smarty on CakePHP by Mark John S. Buenconsejo. ** How to use Smarty with Cake (SmartyView) By Travis Cline ** How to use SmartyHelpers with SmartyView by By Travis Cline
采用理由:1. 强大的功能;2.前人成功的和CakePHP结合的经验(见上面链接);3.当前工期有限,至少当前将不采用非主流引擎产品。 主要缺点:相对于SmartTemplate或Template Lite,Smarty的运行速度明显慢了一点。
a review on Template Lite by Padraic Brady.