First of all i don't know why people still using Smarty, Well most of say its template engine and also provide cache system.
But i don't agree with you guys, PHPSmarty required extra execute time then traditionally PHP template (probably include php files).
Here is few reason people prefer Smarty over simple PHP
For template engines:
Added security for end-user customization. Themes in pure PHP have unconstrained ability to cause harm to a user and their installation. Thus a template engine removes that risk, if it is a good one.
Ease of use for non-programmers, such as graphic artists or web designers.
For plain-php: (I go with Plan PHP).
The speed of pure PHP cannot be matched by any template engine built atop it.
The full power of PHP is available to the output, and not just an interpreted or filtered portion.
If you are not good at PHP security even using Smarty Engine is nothing.
Well i haven't seen any good Smarty IDE, but i am using PHP nusphare and PHP Designer most of time and i am satisfied.
Thanks,First of all i don't know why people still using Smarty, Well most of say its template engine and also provide cache system.
But i don't agree with you guys, PHPSmarty required extra execute time then traditionally PHP template (probably include php files).
Here is few reason people prefer Smarty over simple PHP
For template engines:
[list=1][*]Added security for end-user customization. Themes in pure PHP have unconstrained ability to cause harm to a user and their installation. Thus a template engine removes that risk, if it is a good one.[/*]
[*]Ease of use for non-programmers, such as graphic artists or web designers.[/*][/LIST]
For plain-php: (I go with Plan PHP).
[list=1][*]The speed of pure PHP cannot be matched by any template engine built atop it.[/*][*]The [I]full[/I] power of PHP is available to the output, and not just an interpreted or filtered portion.[/*][/LIST]
If you are not good at PHP security even using Smarty Engine is nothing.
Well i haven't seen any good Smarty IDE, but i am using PHP nusphare and PHP Designer most of time and i am satisfied.
Thanks,
My favorite IDE for Smarty templates is Codelobster: http://www.codelobster.com/smarty.htmlMy favorite IDE for Smarty templates is Codelobster: [url]http://www.codelobster.com/smarty.html[/url]
eziscript
But i don't agree with you guys, PHPSmarty required extra execute time then traditionally PHP template (probably include php files).
Here is few reason people prefer Smarty over simple PHP
For template engines:
For plain-php: (I go with Plan PHP).
If you are not good at PHP security even using Smarty Engine is nothing.
Well i haven't seen any good Smarty IDE, but i am using PHP nusphare and PHP Designer most of time and i am satisfied.
Thanks, First of all i don't know why people still using Smarty, Well most of say its template engine and also provide cache system. But i don't agree with you guys, PHPSmarty required extra execute time then traditionally PHP template (probably include php files). Here is few reason people prefer Smarty over simple PHP For template engines: [list=1][*]Added security for end-user customization. Themes in pure PHP have unconstrained ability to cause harm to a user and their installation. Thus a template engine removes that risk, if it is a good one.[/*] [*]Ease of use for non-programmers, such as graphic artists or web designers.[/*][/LIST] For plain-php: (I go with Plan PHP). [list=1][*]The speed of pure PHP cannot be matched by any template engine built atop it.[/*][*]The [I]full[/I] power of PHP is available to the output, and not just an interpreted or filtered portion.[/*][/LIST] If you are not good at PHP security even using Smarty Engine is nothing. Well i haven't seen any good Smarty IDE, but i am using PHP nusphare and PHP Designer most of time and i am satisfied. Thanks,
Are you sure you want to delete this post?