anyone here knows a fast, effective and reliable template engine for PHP? Im using smarty at the moment and would like to know if others are using other template engines and what are their comments or suggestions regarding this matter. tnx.
PHP template engine
Well, if i were you i would stick with smarty. It's quite fast, incredible flexible and easy to use.
Personally, i have looked into some engines before i started working with them, but smarty won by a large margin.
Personally, i have looked into some engines before i started working with them, but smarty won by a large margin.
What about phpBB's template system ? the file you need is template.php
| DSitC wrote: |
| Well, if i were you i would stick with smarty. It's quite fast, incredible flexible and easy to use.
Personally, i have looked into some engines before i started working with them, but smarty won by a large margin. |
sorry, late response. thank you, atleast i save time by not trying to find other template engines. by the way im using ADOdb for database abstraction.In our organization we have integrated these engines, smarty for template and ADOdb for database abstraction together with some AJAX..etc..for development.. how about other database abstraction tools? with wide range of database ofcourse. do you know some of them?
| Jamatu wrote: |
| http://ets.sourceforge.net |
what are the features of ets? what i like most about smarty is that it cache files for faster parsing later on. it also includes lot of available functions..and custom build functions..how about ets? when was it developed? etc..
