Welcome Guest, Not a member yet? Register   Sign In
Smarty in CI
#5

[eluser]CodeIgniterNewbie[/eluser]
How about these benefits listed on Smarty's site (see: http://www.smarty.net/rightforme.php):

Caching: Smarty provides fine-grained caching features for caching all or parts of a rendered web page, or leaving parts uncached. Programmers can register template functions as cacheable or non-cachable, group cached pages into logical units for easier management, etc.

Security: Templates do not contain PHP code. Therefore, a template designer is not unleashed with the full power of PHP, but only the subset of functionality made available to them from the programmer (application code.)

Compiling: Smarty compiles templates into PHP code behind the scenes, eliminating run-time parsing of templates.

Performance: Smarty performs extremely well, despite its vast feature set. Most of Smarty's capabilities lie in plugins that are loaded on-demand. Smarty comes with numerous presentation tools, minimizing your application code and resulting in quicker, less error-prone application development/deployment. Smarty templates get compiled to PHP files internally (once), eliminating costly template file scans and leveraging the speed of PHP op-code accelerators.


Messages In This Thread
Smarty in CI - by El Forum - 04-22-2008, 04:56 AM
Smarty in CI - by El Forum - 04-22-2008, 05:04 AM
Smarty in CI - by El Forum - 04-22-2008, 05:06 AM
Smarty in CI - by El Forum - 04-22-2008, 06:03 AM
Smarty in CI - by El Forum - 04-22-2008, 06:08 AM
Smarty in CI - by El Forum - 04-22-2008, 06:30 AM
Smarty in CI - by El Forum - 04-22-2008, 06:31 AM
Smarty in CI - by El Forum - 04-22-2008, 06:33 AM
Smarty in CI - by El Forum - 04-22-2008, 06:34 AM
Smarty in CI - by El Forum - 04-22-2008, 06:36 AM
Smarty in CI - by El Forum - 04-22-2008, 06:38 AM
Smarty in CI - by El Forum - 04-22-2008, 06:38 AM
Smarty in CI - by El Forum - 04-22-2008, 06:41 AM
Smarty in CI - by El Forum - 04-22-2008, 06:41 AM
Smarty in CI - by El Forum - 04-22-2008, 06:48 AM
Smarty in CI - by El Forum - 04-22-2008, 06:49 AM
Smarty in CI - by El Forum - 04-22-2008, 06:50 AM
Smarty in CI - by El Forum - 04-22-2008, 06:50 AM
Smarty in CI - by El Forum - 04-22-2008, 06:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB