smarty 3.1.13
Smarty is a PHP template engine.Smarty is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person.
Smarty is primarily promoted as a tool for separation of concerns. More specifically, it facilitates a manageable way to separate application logic and content from its presentation.
Features of Smarty:
- It is extremely fast.
- It is efficient since the PHP parser does the dirty work.
- No template parsing overhead, only compiles once.
- It is smart about recompiling only the template files that have changed.
- You can easily create your own custom functions and variable modifiers, so the template language is extremely extensible.
- Configurable template {delimiter} tag syntax, so you can use {$foo}, {{$foo}}, <!--{$foo}-->, etc.
- The {if}..{elseif}..{else}..{/if} constructs are passed to the PHP parser, so the {if...} expression syntax can be as simple or as complex an evaluation as you like.
- Allows unlimited nesting of sections, if's etc.
- Built-in caching support
- Arbitrary template sources
- Custom cache handling functions
- Template Inheritance for easy management of template content.
- Plugin architecture
Requirements:
- PHP 5.2 or Higher
What's New in This Version:
- Enhancement allow to disable exception message escaping by SmartyException::$escape = false;
More popular Template engine
- smarty 3.1.13 (4 months 29 days ago)
- PHPLayouts 0.9.2 (2 years, 6 months 13 days ago)
- Savant 3.0.1 (2 years, 3 months 10 days ago)
- vLIB 4.2.1 (2 years, 6 months 13 days ago)
- QuickSkin 5.0 (2 years, 6 months 13 days ago)
Listing Files

README- 20.2 KB
- 11/21/2010 03:58:30

smarty_internal_function_call_handler.php- 1.9 KB
- 11/21/2010 03:58:30

smarty_internal_resource_php.php- 3.4 KB
- 11/21/2010 03:58:30

smarty_internal_filter_handler.php- 2.7 KB
- 11/21/2010 03:58:30

smarty_internal_parsetree.php- 6.9 KB
- 11/21/2010 03:58:30

smarty_internal_config_file_compiler.php- 3.9 KB
- 11/21/2010 03:58:30

smarty_internal_compile_block.php- 8.2 KB
- 11/21/2010 03:58:30

smarty_internal_compile_private_print_expression.php- 3.0 KB
- 11/21/2010 03:58:30

smarty_internal_resource_eval.php- 2.3 KB
- 11/21/2010 03:58:30

smarty_internal_register.php- 5.0 KB
- 11/21/2010 03:58:30

smarty_internal_compile_for.php- 6.1 KB
- 11/21/2010 03:58:30

smarty_internal_compile_foreach.php- 8.9 KB
- 11/21/2010 03:58:30

smarty_internal_compile_capture.php- 2.5 KB
- 11/21/2010 03:58:30

smarty_internal_compile_private_object_block_function.php- 3.5 KB
- 11/21/2010 03:58:30

smarty_internal_compile_include_php.php- 2.9 KB
- 11/21/2010 03:58:30

smarty_internal_configfileparser.php- 31.9 KB
- 11/21/2010 03:58:30

smarty_internal_templatelexer.php- 35.3 KB
- 11/21/2010 03:58:30

