文件名称:Smarty-3.1.2
介绍说明--下载内容均来自于网络,请自行研究使用
Smarty是php项目开发中的模板引擎。准确的说,它实现和程序与界面的分离。因此,程序员可以改变逻辑而不需要重新构建模板模板设计者可以改变模板而不影响到逻辑.
Smaty的一些特点:
非常非常的快!
用php分析器干这个苦差事是有效的
不需要多余的模板语法解析,仅仅是编译一次
仅对修改过的模板文件进行重新编译
以编辑 自定义函数 和自定义 变量 ,因此这种模板语言完全可以扩展
可以自行设置模板定界符,所以你可以使用{}, {{}}, , 等等
诸如 if/elseif/else/endif 语句可以被传递到php语法解析器,所以 {if ...} 表达式是简单的或者是复合的
如果允许的话,section之间可以无限嵌套
引擎是可以定制的.可以内嵌php代码到你的模板文件中,虽然这可能并不需要(不推荐)
内建缓存支持
独立模板文件
可自定义缓存处理函数
插件体系结构-Smarty is a template engine in php project development. Accurate to say that it implements and procedures and interface separation. Therefore, the programmer can change the logic without the need to rebuild the template 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
Smaty的一些特点:
非常非常的快!
用php分析器干这个苦差事是有效的
不需要多余的模板语法解析,仅仅是编译一次
仅对修改过的模板文件进行重新编译
以编辑 自定义函数 和自定义 变量 ,因此这种模板语言完全可以扩展
可以自行设置模板定界符,所以你可以使用{}, {{}}, , 等等
诸如 if/elseif/else/endif 语句可以被传递到php语法解析器,所以 {if ...} 表达式是简单的或者是复合的
如果允许的话,section之间可以无限嵌套
引擎是可以定制的.可以内嵌php代码到你的模板文件中,虽然这可能并不需要(不推荐)
内建缓存支持
独立模板文件
可自定义缓存处理函数
插件体系结构-Smarty is a template engine in php project development. Accurate to say that it implements and procedures and interface separation. Therefore, the programmer can change the logic without the need to rebuild the template 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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
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