Description: Smarty is a template engine in php project development. Accurate to say that i mplements and procedures and interface separation. Therefore, the programmer can change the logic without the need to rebuild the template designer can change the template without affecting the logic.
Some of Smarty s features:
Very, very fast!
PHP parser does the dirty work
No template parsing, only compiles once
Only to modify the template file to be recompiled
To edit the custom function custom variable , so the template language can be extended
Can set the template delimiter, so you can use {}, {{}}, etc.
Such as the if/elseif/else/endif statement can be passed to the PHP parser, so the {if ...} expression is simple or compound
If allowed, Unlimited nesting of sections,
The engine can be customized php code can be embedded into your template file, although this may not be needed (not recommended)
Built-in caching support
Independent template file
Custom cache ha
To Search:
File list (Check if you may need any files):
README
change_log.txt
SMARTY_3.1_NOTES.txt
SMARTY3.0_BC_NOTES.txt
COPYING.lib
SMARTY2_BC_NOTES
demo\configs\test.conf
libs\plugins\block.textformat.php
demo\plugins\cacheresource.apc.php
....\.......\cacheresource.memcache.php
....\.......\cacheresource.mysql.php
libs\plugins\function.counter.php
....\.......\function.cycle.php
....\.......\function.fetch.php
....\.......\function.html_checkboxes.php
....\.......\function.html_image.php
....\.......\function.html_options.php
....\.......\function.html_radios.php
....\.......\function.html_select_date.php
....\.......\function.html_select_time.php
....\.......\function.html_table.php
....\.......\function.mailto.php
....\.......\function.math.php
demo\index.php
libs\plugins\modifier.capitalize.php
....\.......\modifier.date_format.php
....\.......\modifier.debug_print_var.php
....\.......\modifier.escape.php
....\.......\modifier.regex_replace.php
....\.......\modifier.replace.php
....\.......\modifier.spacify.php
....\.......\modifier.truncate.php
....\.......\modifiercompiler.cat.php
....\.......\modifiercompiler.count_characters.php
....\.......\modifiercompiler.count_paragraphs.php
....\.......\modifiercompiler.count_sentences.php
....\.......\modifiercompiler.count_words.php
....\.......\modifiercompiler.default.php
....\.......\modifiercompiler.escape.php
....\.......\modifiercompiler.from_charset.php
....\.......\modifiercompiler.indent.php
....\.......\modifiercompiler.lower.php
....\.......\modifiercompiler.noprint.php
....\.......\modifiercompiler.string_format.php
....\.......\modifiercompiler.strip.php
....\.......\modifiercompiler.strip_tags.php
....\.......\modifiercompiler.to_charset.php
....\.......\modifiercompiler.unescape.php
....\.......\modifiercompiler.upper.php
....\.......\modifiercompiler.wordwrap.php
....\.......\outputfilter.trimwhitespace.php
demo\plugins\resource.extendsall.php
....\.......\resource.mysql.php
....\.......\resource.mysqls.php
libs\plugins\shared.escape_special_chars.php
....\.......\shared.literal_compiler_param.php
....\.......\shared.make_timestamp.php
....\.......\shared.mb_str_replace.php
....\.......\shared.mb_unicode.php
....\.......\shared.mb_wordwrap.php
....\Smarty.class.php
....\sysplugins\smarty_cacheresource.php
....\..........\smarty_cacheresource_custom.php
....\..........\smarty_cacheresource_keyvaluestore.php
....\..........\smarty_config_source.php
....\..........\smarty_internal_cacheresource_file.php
....\..........\smarty_internal_compile_append.php
....\..........\smarty_internal_compile_assign.php
....\..........\smarty_internal_compile_block.php
....\..........\smarty_internal_compile_break.php
....\..........\smarty_internal_compile_call.php
....\..........\smarty_internal_compile_capture.php
....\..........\smarty_internal_compile_config_load.php
....\..........\smarty_internal_compile_continue.php
....\..........\smarty_internal_compile_debug.php
....\..........\smarty_internal_compile_eval.php
....\..........\smarty_internal_compile_extends.php
....\..........\smarty_internal_compile_for.php
....\..........\smarty_internal_compile_foreach.php
....\..........\smarty_internal_compile_function.php
....\..........\smarty_internal_compile_if.php
....\..........\smarty_internal_compile_include.php
....\..........\smarty_internal_compile_include_php.php
....\..........\smarty_internal_compile_insert.php
....\..........\smarty_internal_compile_ldelim.php
....\..........\smarty_internal_compile_nocache.php
....\..........\smarty_internal_compile_private_block_plugin.php
....\..........\smarty_internal_compile_private_function_plugin.php
....\..........\smarty_internal_compile_private_modifier.php
....\..........\smarty_internal_compile_private_object_block_function.php
....\..........\smarty_internal_compile_private_object_function.php
....\..........\smarty_internal_compile_private_print_expression.php
....\..........\smarty_internal_compile_private_registered_block.php
....\..........\smarty_internal_compile_private_registered_function.php
....\..........\smarty_internal_compile_private_special_variable.php