文件名称:Smarty-3.1.2

  • 所属分类:
  • WEB源码
  • 资源属性:
  • [PHP] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 133kb
  • 下载次数:
  • 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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org