首页  韩国资源  酷站加油  我的展厅  设计名站  古典元素  推荐下载  设计欣赏  每周专访  招募精英  人才专区  网页教程  平面设计  编程开发  设计竞赛
当前位置:首页 > 编程开发 > PHP教程 > 正文
Google
smarty技术学习 修改php模板的一点体会
来源:68design.net 2007年09月18日 09:42 网友评论:0条 点击:

  smarty,最得名,用之,配置语法都是菜鸟级别的,没的说,先列一点我使用的:
  
<{foreach  key=key   item=MMSPAN from=$TSortUrl}>

 <td  align="left" valign="bottom" height="25">
<{if $mysort eq $key}>
img src="images/sort_<{$key}>_1.gif"  height="25" border="0" />

<{else}>

<a href="<{$MMSPAN}>"><img src="images/sort_<{$key}>.gif"  height="25"  border="0" /></a>

<{/if}></td>

<{/foreach}>

  如果在模板中需要有动态替换的,诸如用户登陆信息,最好的是调用js

  主要的参数配置是:

include_once(IncludeFile."/libs/Smarty.class.php");
$tpl = new Smarty();
$tpl->caching= false;   //True开启缓存
//$tpl->compile_check=true;//确定以后不再编译模板,修改为false
$tpl->template_dir = IncludeFile . "/templates/".Isite_tpl."/";
$tpl->compile_dir = IncludeFile . "/templates_c/";
$tpl->config_dir = IncludeFile . "/configs/";
$tpl->cache_dir = IncludeFile . "/cache/";
$tpl->left_delimiter = '<{';
$tpl->right_delimiter = '}>';
/*

  其中,常用的2个方法template_exists($f),用于检测$f模板是否存在。fetch()用于返回已经被assign的模板的输出文件,在生成静态页面的时候很是有用。

  看看smarty自身的chm文件说明,除了基本的几个语法,就看你的灵活使用了:

   传参:
   
<{include file="SiteAllTop.html"  mysort ="0" }>

   获取系统参数:
  
<{if $MMSPAN[0] eq $smarty.get.s}>selected<{/if}>

   清除一切html格式:

<{$OReDetail[6]|strip_tags}>

   注释:
{* Smarty *}

{* include the header file here *}
{include file="header.tpl"}

  数学运算符和截取:

{$foo|truncate:"`$fooTruncCount/$barTruncFactor-1`"}

  日期格式化:
{$smarty.now|date_format}
{$smarty.now|date_format:"%A, %B %e, %Y"}
{$smarty.now|date_format:"%H:%M:%S"}
{$yesterday|date_format}
{$yesterday|date_format:"%A, %B %e, %Y"}
{$yesterday|date_format:"%H:%M:%S"}

OUTPUT:

Feb 6, 2001
Tuesday, February 6, 2001
14:33:00
Feb 5, 2001
Monday, February 5, 2001
14:33:00

 正则使用:
{* 使用空格替换每个回车,tab,和换行符 *}
{$articleTitle}
{$articleTitle|regex_replace:"/[\r\t\n]/":" "}

  格式化字符串:

{textformat wrap=40 indent=4}

  日期比较例子:
<td><{if $smarty.now|date_format:"%Y-%m-%d" eq  $MMSPAN[4]|date_format:"%Y-%m-%d"}>
<img src="images/newh.gif" />
<{/if}></td>

上一篇:PHP的通用检测函数总结   下一篇:动态网页技术PHP中错误处理的一些方法
收藏此页】【打印】【关闭
 相关文章  我要点评
·PHP程序不实用大型系统的九大原因
·企业简单绿色VI矢量模板
·php设计模式介绍之值对象模式
·php设计模式介绍之导言
·php设计模式介绍之编程惯用法
·php设计模式介绍之值对象模式
·php设计模式介绍之导言
·PHP使用zlib扩展实现页面GZIP压缩输出

免责声明:本站刊载此文不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。对本文有任何异议,请联络:68design#163.com
转载要求:作者及来源信息必需保留。转载之图片、文件,链接请不要盗链到本站,且不准打上各自站点的水印。



关于我们 | 在线反馈 | 广告报价 | 友情链接 | 联系我们 | 免责声明 | 在线投稿 | 网站地图
Copyright © 2003-2007 68design.net, All Rights Reserve 【找网页设计师,当然上网页设计师联盟】