首页 后端开发 php教程 让你的Smarty更聪明_PHP教程

让你的Smarty更聪明_PHP教程

Jul 13, 2016 pm 05:27 PM
php smarty 代码 准备 扩展

一、扩展你的Smarty 1、准备功夫 PHP代码:-------------------------------------------------------------------------------- function Smarty_function_page ( $params, &$Smarty ) { $href = #; $space =  ; $frist = NULL; $last = NULL; $page = 5; extract($params); if ( !$row || $row $pages ) { $from = 1; $to = $pages; } else { if ( $from $pages ) { $from = $curr_page - $pages + $to; $to = $pages; if ( ( $to - $from ) = 1 ) $p[frist] = . $frist . ; if ( $prev && ( $i = $curr_page - 1 ) >= 1 ) $p[prev] = . $prev . ; for( $i = $from; $i

New Document {page row=10} {page row=10 now=5} {page row=10 now=5 href=DownloadFilesa2004-11-02"plugins.php$a=1&b=2&page=" frist="第一页" prev="上一页" next="下一页" last="最后页"} {page row=10 now=5 href=DownloadFilesa2004-11-02"plugins.php$a=1&b=2&page=" frist="第一页" prev="上一页" next="下一页" last="最后页"} {page row=10 now=1 href=DownloadFilesa2004-11-02"plugins.php$a=1&b=2&page=" frist="第一页" prev="上一页" next="下一页" last="最后页"} {page row=10 now=10 href=DownloadFilesa2004-11-02"plugins.php$a=1&b=2&page=" frist="第一页" prev="上一页" next="下一页" last="最后页"} -------------------------------------------------------------------------------- 将上面的代码命名为"plugins.html"保存到Smarty的template目录里 2、测试程序 PHP代码:-------------------------------------------------------------------------------- $Smarty->display( plugins.html ); -------------------------------------------------------------------------------- 3、使用说明 我懒得打了,对比一下"plugins.html"的5个{page}用法,以及看看显示出来的效果就明白是什么了 4、插件说明 “《Smarty手册》第十六章.以插件扩展Smarty ”的应用。像中文字符截取之类的都可以以plugins扩展Smarty,Smarty自带的截取不支持中文。 __________________ 二、Smarty自动生成静态页面 如果你的文件扩展名为".html"~~~~~嘿嘿,这不就是静态页面了吗?-_-! 至于怎么取得静态的文件名呢? PHP代码:-------------------------------------------------------------------------------- /** * */ class template extends Smarty { /** * */ function template () { $this->Smarty(); } // end func /** * */ function name ( $tpl_file, $cache_id = null, $compile_id = null ) { if (!isset($compile_id)) $compile_id = $this->compile_id; $_auto_id = $this->_get_auto_id( $cache_id, $compile_id ); $_cache_file = $this->_get_auto_filename( $this->cache_dir, $tpl_file, $_auto_id ); return basename( $_cache_file ); } // end func } // end class $Smarty = new template; $file_name = $Smarty->name( plugins.html, cache_name );#html文件的名字(不包含路径) $Smarty->cache_lifetime = -1;#静态文件永不过期 $Smarty->fetch( plugins.html, cache_name );#生成静态html文件 这是村里翻译的,实际上Smarty的应用还远不止于此。 One of the unique aspects about Smarty is the template compling. This means Smarty reads the template files and creates PHP scripts from them. Once they are created, they are executed from then on. Therefore there is no costly template file parsing for each request, and each template can take full advantage of PHP compiler cache solutions such as Zend Accelerator (http://www.zend.com) or PHP Accelerator (http://www.php-accelerator.co.uk). Smarty的特点之一是"模板编译"。意思是Smarty读取模板文件然后用他们创建php脚本。这些脚本创建以后将被执行。因此并没有花费模板文件的语法解析,同时每个模板可以享受到诸如Zend加速器(http://www.zend.com) 或者PHP加速器(http://www.php-accelerator.co.uk)。这样的php编译器高速缓存解决方案。 Some of Smartys features: Smaty的一些特点: It is extremely fast. 非常非常的快! It is efficient since the PHP parser does the dirty work. 用php分析器干这个苦差事是有效的 No template parsing overhead, only compiles once. 不需要多余的模板语法解析,仅仅是编译一次 It is smart about recompiling only the template files that have changed. 仅对修改过的模板文件进行重新编译 You can make custom functions and custom variable modifiers, so the template language is extremely extensible. 可以编辑自定义函数和自定义变量,因此这种模板语言完全可以扩展 Configurable template delimiter tag syntax, so you can use {}, {{}}, , etc. 可以自行设置模板定界符,所以你可以使用{}, {{}}, , 等等 The if/elseif/else/endif constructs are passed to the PHP parser, so the {if ...} expression syntax can be as simple or as complex as you like. 诸如 if/elseif/else/endif 语句可以被传递到php语法解析器,所以 {if ...} 表达式是简单的或者是复合的,随你喜欢啦 Unlimited nesting of sections, ifs, etc. allowed. 如果允许的话,section之间可以无限嵌套 It is possible to embed PHP code right in your template files, although this may not be needed (nor recommended) since the engine is so customizable. 引擎是可以定制的.可以内嵌php代码到你的模板文件中,虽然这可能并不需要(不推荐) Built-in caching support 内建缓存支持 Arbitrary template sources 独立模板文件 Custom cache handling functions 可自定义缓存处理函数 Plugin architecture 插件体系结构

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/531853.htmlTechArticle一、扩展你的Smarty 1、准备功夫 PHP代码:-------------------------------------------------------------------------------- function Smarty_function_page ( $params, $space...
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

AI Hentai Generator

AI Hentai Generator

免费生成ai无尽的。

热门文章

R.E.P.O.能量晶体解释及其做什么(黄色晶体)
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳图形设置
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您听不到任何人,如何修复音频
3 周前 By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解锁Myrise中的所有内容
4 周前 By 尊渡假赌尊渡假赌尊渡假赌

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

适用于 Ubuntu 和 Debian 的 PHP 8.4 安装和升级指南 适用于 Ubuntu 和 Debian 的 PHP 8.4 安装和升级指南 Dec 24, 2024 pm 04:42 PM

PHP 8.4 带来了多项新功能、安全性改进和性能改进,同时弃用和删除了大量功能。 本指南介绍了如何在 Ubuntu、Debian 或其衍生版本上安装 PHP 8.4 或升级到 PHP 8.4

CakePHP 日期和时间 CakePHP 日期和时间 Sep 10, 2024 pm 05:27 PM

为了在 cakephp4 中处理日期和时间,我们将使用可用的 FrozenTime 类。

讨论 CakePHP 讨论 CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP 是 PHP 的开源框架。它的目的是使应用程序的开发、部署和维护变得更加容易。 CakePHP 基于类似 MVC 的架构,功能强大且易于掌握。模型、视图和控制器 gu

CakePHP 文件上传 CakePHP 文件上传 Sep 10, 2024 pm 05:27 PM

为了进行文件上传,我们将使用表单助手。这是文件上传的示例。

CakePHP 创建验证器 CakePHP 创建验证器 Sep 10, 2024 pm 05:26 PM

可以通过在控制器中添加以下两行来创建验证器。

CakePHP 日志记录 CakePHP 日志记录 Sep 10, 2024 pm 05:26 PM

登录 CakePHP 是一项非常简单的任务。您只需使用一项功能即可。您可以记录任何后台进程(如 cronjob)的错误、异常、用户活动、用户采取的操作。在 CakePHP 中记录数据很容易。提供了 log() 函数

如何设置 Visual Studio Code (VS Code) 进行 PHP 开发 如何设置 Visual Studio Code (VS Code) 进行 PHP 开发 Dec 20, 2024 am 11:31 AM

Visual Studio Code,也称为 VS Code,是一个免费的源代码编辑器 - 或集成开发环境 (IDE) - 可用于所有主要操作系统。 VS Code 拥有针对多种编程语言的大量扩展,可以轻松编写

CakePHP 快速指南 CakePHP 快速指南 Sep 10, 2024 pm 05:27 PM

CakePHP 是一个开源MVC 框架。它使开发、部署和维护应用程序变得更加容易。 CakePHP 有许多库可以减少大多数常见任务的过载。

See all articles