文件名称:Smarty-3.1.2
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:133.17kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
codepub.com下载说明.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
demo/plugins/cacheresource.memcache.php
demo/plugins/cacheresource.mysql.php
libs/plugins/function.counter.php
libs/plugins/function.cycle.php
libs/plugins/function.fetch.php
libs/plugins/function.html_checkboxes.php
libs/plugins/function.html_image.php
libs/plugins/function.html_options.php
libs/plugins/function.html_radios.php
libs/plugins/function.html_select_date.php
libs/plugins/function.html_select_time.php
libs/plugins/function.html_table.php
libs/plugins/function.mailto.php
libs/plugins/function.math.php
demo/index.php
libs/plugins/modifier.capitalize.php
libs/plugins/modifier.date_format.php
libs/plugins/modifier.debug_print_var.php
libs/plugins/modifier.escape.php
libs/plugins/modifier.regex_replace.php
libs/plugins/modifier.replace.php
libs/plugins/modifier.spacify.php
libs/plugins/modifier.truncate.php
libs/plugins/modifiercompiler.cat.php
libs/plugins/modifiercompiler.count_characters.php
libs/plugins/modifiercompiler.count_paragraphs.php
libs/plugins/modifiercompiler.count_sentences.php
libs/plugins/modifiercompiler.count_words.php
libs/plugins/modifiercompiler.default.php
libs/plugins/modifiercompiler.escape.php
libs/plugins/modifiercompiler.from_charset.php
libs/plugins/modifiercompiler.indent.php
libs/plugins/modifiercompiler.lower.php
libs/plugins/modifiercompiler.noprint.php
libs/plugins/modifiercompiler.string_format.php
libs/plugins/modifiercompiler.strip.php
libs/plugins/modifiercompiler.strip_tags.php
libs/plugins/modifiercompiler.to_charset.php
libs/plugins/modifiercompiler.unescape.php
libs/plugins/modifiercompiler.upper.php
libs/plugins/modifiercompiler.wordwrap.php
libs/plugins/outputfilter.trimwhitespace.php
demo/plugins/resource.extendsall.php
demo/plugins/resource.mysql.php
demo/plugins/resource.mysqls.php
libs/plugins/shared.escape_special_chars.php
libs/plugins/shared.literal_compiler_param.php
libs/plugins/shared.make_timestamp.php
libs/plugins/shared.mb_str_replace.php
libs/plugins/shared.mb_unicode.php
libs/plugins/shared.mb_wordwrap.php
libs/Smarty.class.php
libs/sysplugins/smarty_cacheresource.php
libs/sysplugins/smarty_cacheresource_custom.php
libs/sysplugins/smarty_cacheresource_keyvaluestore.php
libs/sysplugins/smarty_config_source.php
libs/sysplugins/smarty_internal_cacheresource_file.php
libs/sysplugins/smarty_internal_compile_append.php
libs/sysplugins/smarty_internal_compile_assign.php
libs/sysplugins/smarty_internal_compile_block.php
libs/sysplugins/smarty_internal_compile_break.php
libs/sysplugins/smarty_internal_compile_call.php
libs/sysplugins/smarty_internal_compile_capture.php
libs/sysplugins/smarty_internal_compile_config_load.php
libs/sysplugins/smarty_internal_compile_continue.php
libs/sysplugins/smarty_internal_compile_debug.php
libs/sysplugins/smarty_internal_compile_eval.php
libs/sysplugins/smarty_internal_compile_extends.php
libs/sysplugins/smarty_internal_compile_for.php
libs/sysplugins/smarty_internal_compile_foreach.php
libs/sysplugins/smarty_internal_compile_function.php
libs/sysplugins/smarty_internal_compile_if.php
libs/sysplugins/smarty_internal_compile_include.php
libs/sysplugins/smarty_internal_compile_include_php.php
libs/sysplugins/smarty_internal_compile_insert.php
libs/sysplugins/smarty_internal_compile_ldelim.php
libs/sysplugins/smarty_internal_compile_nocache.php
libs/sysplugins/smarty_internal_compile_private_block_plugin.php
libs/sysplugins/smarty_internal_compile_private_function_plugin.php
libs/sysplugins/smarty_internal_compile_private_modifier.php
libs/sysplugins/smarty_internal_compile_private_object_block_function.php
libs/sysplugins/smarty_internal_compile_private_object_function.php
libs/sysplugins/smarty_internal_compile_private_print_expression.php
libs/sysplugins/smarty_internal_compile_private_registered_block.php
libs/sysplugins/smarty_internal_compile_private_registered_function.php
libs/sysplugins/smarty_internal_compile_private_special_variable.php
libs/sysplugins/smarty_internal_compile_rdelim.php
libs/sysplugins/smarty_internal_compile_section.php
libs/sysplugins/smarty_internal_compile_setfilter.php
libs/sysplugins/smarty_internal_compile_while.php
libs/sysplugins/smarty_internal_compilebase.php
libs/sysplugins/smarty_internal_config.php
libs/sysplugins/smarty_internal_config_file_compiler.php
libs/sysplugins/smarty_internal_configfilelexer.php
libs/sysplugins/smarty_internal_configfileparser.php
libs/sysplugins/smarty_internal_data.php
libs/sysplugins/smarty_internal_debug.php
libs/sysplugins/smarty_internal_filter_handler.php
libs/sysplugins/smarty_internal_function_call_handler.php
libs/sysplugins/smarty_internal_get_include_path.php
libs/sysplugins/smarty_internal_nocache_insert.php
libs/sysplugins/smarty_internal_parsetree.php
libs/sysplugins/smarty_internal_resource_eval.php
libs/sysplugins/smarty_internal_resource_extends.php
libs/sysplugins/smarty_internal_resource_file.php
libs/sysplugins/smarty_internal_resource_php.php
change_log.txt
codepub.com下载说明.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
demo/plugins/cacheresource.memcache.php
demo/plugins/cacheresource.mysql.php
libs/plugins/function.counter.php
libs/plugins/function.cycle.php
libs/plugins/function.fetch.php
libs/plugins/function.html_checkboxes.php
libs/plugins/function.html_image.php
libs/plugins/function.html_options.php
libs/plugins/function.html_radios.php
libs/plugins/function.html_select_date.php
libs/plugins/function.html_select_time.php
libs/plugins/function.html_table.php
libs/plugins/function.mailto.php
libs/plugins/function.math.php
demo/index.php
libs/plugins/modifier.capitalize.php
libs/plugins/modifier.date_format.php
libs/plugins/modifier.debug_print_var.php
libs/plugins/modifier.escape.php
libs/plugins/modifier.regex_replace.php
libs/plugins/modifier.replace.php
libs/plugins/modifier.spacify.php
libs/plugins/modifier.truncate.php
libs/plugins/modifiercompiler.cat.php
libs/plugins/modifiercompiler.count_characters.php
libs/plugins/modifiercompiler.count_paragraphs.php
libs/plugins/modifiercompiler.count_sentences.php
libs/plugins/modifiercompiler.count_words.php
libs/plugins/modifiercompiler.default.php
libs/plugins/modifiercompiler.escape.php
libs/plugins/modifiercompiler.from_charset.php
libs/plugins/modifiercompiler.indent.php
libs/plugins/modifiercompiler.lower.php
libs/plugins/modifiercompiler.noprint.php
libs/plugins/modifiercompiler.string_format.php
libs/plugins/modifiercompiler.strip.php
libs/plugins/modifiercompiler.strip_tags.php
libs/plugins/modifiercompiler.to_charset.php
libs/plugins/modifiercompiler.unescape.php
libs/plugins/modifiercompiler.upper.php
libs/plugins/modifiercompiler.wordwrap.php
libs/plugins/outputfilter.trimwhitespace.php
demo/plugins/resource.extendsall.php
demo/plugins/resource.mysql.php
demo/plugins/resource.mysqls.php
libs/plugins/shared.escape_special_chars.php
libs/plugins/shared.literal_compiler_param.php
libs/plugins/shared.make_timestamp.php
libs/plugins/shared.mb_str_replace.php
libs/plugins/shared.mb_unicode.php
libs/plugins/shared.mb_wordwrap.php
libs/Smarty.class.php
libs/sysplugins/smarty_cacheresource.php
libs/sysplugins/smarty_cacheresource_custom.php
libs/sysplugins/smarty_cacheresource_keyvaluestore.php
libs/sysplugins/smarty_config_source.php
libs/sysplugins/smarty_internal_cacheresource_file.php
libs/sysplugins/smarty_internal_compile_append.php
libs/sysplugins/smarty_internal_compile_assign.php
libs/sysplugins/smarty_internal_compile_block.php
libs/sysplugins/smarty_internal_compile_break.php
libs/sysplugins/smarty_internal_compile_call.php
libs/sysplugins/smarty_internal_compile_capture.php
libs/sysplugins/smarty_internal_compile_config_load.php
libs/sysplugins/smarty_internal_compile_continue.php
libs/sysplugins/smarty_internal_compile_debug.php
libs/sysplugins/smarty_internal_compile_eval.php
libs/sysplugins/smarty_internal_compile_extends.php
libs/sysplugins/smarty_internal_compile_for.php
libs/sysplugins/smarty_internal_compile_foreach.php
libs/sysplugins/smarty_internal_compile_function.php
libs/sysplugins/smarty_internal_compile_if.php
libs/sysplugins/smarty_internal_compile_include.php
libs/sysplugins/smarty_internal_compile_include_php.php
libs/sysplugins/smarty_internal_compile_insert.php
libs/sysplugins/smarty_internal_compile_ldelim.php
libs/sysplugins/smarty_internal_compile_nocache.php
libs/sysplugins/smarty_internal_compile_private_block_plugin.php
libs/sysplugins/smarty_internal_compile_private_function_plugin.php
libs/sysplugins/smarty_internal_compile_private_modifier.php
libs/sysplugins/smarty_internal_compile_private_object_block_function.php
libs/sysplugins/smarty_internal_compile_private_object_function.php
libs/sysplugins/smarty_internal_compile_private_print_expression.php
libs/sysplugins/smarty_internal_compile_private_registered_block.php
libs/sysplugins/smarty_internal_compile_private_registered_function.php
libs/sysplugins/smarty_internal_compile_private_special_variable.php
libs/sysplugins/smarty_internal_compile_rdelim.php
libs/sysplugins/smarty_internal_compile_section.php
libs/sysplugins/smarty_internal_compile_setfilter.php
libs/sysplugins/smarty_internal_compile_while.php
libs/sysplugins/smarty_internal_compilebase.php
libs/sysplugins/smarty_internal_config.php
libs/sysplugins/smarty_internal_config_file_compiler.php
libs/sysplugins/smarty_internal_configfilelexer.php
libs/sysplugins/smarty_internal_configfileparser.php
libs/sysplugins/smarty_internal_data.php
libs/sysplugins/smarty_internal_debug.php
libs/sysplugins/smarty_internal_filter_handler.php
libs/sysplugins/smarty_internal_function_call_handler.php
libs/sysplugins/smarty_internal_get_include_path.php
libs/sysplugins/smarty_internal_nocache_insert.php
libs/sysplugins/smarty_internal_parsetree.php
libs/sysplugins/smarty_internal_resource_eval.php
libs/sysplugins/smarty_internal_resource_extends.php
libs/sysplugins/smarty_internal_resource_file.php
libs/sysplugins/smarty_internal_resource_php.php
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.