php模板smarty的一些简单技巧
摘要:php模板smarty的一些简单技巧,smarty初学者简单技巧,今天突然打开电脑看看以前学习smarty的时候总结的一些简单的技巧,希望对php初学者有些帮助,可能都是一些简单的技巧,应该是有用的总结。
好久没有翻阅以前学习php时候的资料,今天闲来无事打开了下自己以前学习php的记录文档,发现了一些可以和大家分享的技巧,主要都是
php模板smarty的一些简单技巧,分享这些技巧希望对初学smarty的同志有所帮助,可能不是太高深的东西,但是希望大家都能学习下吧,会的总结总结,不会的学习学习。
下面是一些基于smarty简单的使用方法和技巧总结列表。具体就不一行一行的和大家解释了。
$smarty=new smarty()
$smarty->template_dir=
$smarty->complie_dir=
$smarty->cache_dir=
$smarty->left_delimiter=
$smarty->right_delimiter-
$smarty->caching=
$smarty->cache_lifetime=
$smarty->assign
$smarty->display
include file=""
cat:""
default:
indent:5:" "
replace:"author":"icyzhl"
lower:
capitalize
date_format:"%Y年%m月%d日"
assign var= value=
html_checkboxs name= values= checked= output= separator=
html_radios name= values= checke= output= separator=
html_select_date
if else /if
section name=xx loop=$news step=1 start max show //$news[xx].
$smarty.section.xx.index
1. index: 上边我们介绍的"循环下标",默认为0
2. index_prev: 当前下标的前一个值,默认为-1
3. index_next: 当前下标的下一个值,默认为1
4. first: 是否为下循环
5. last: 是否为很后一个循环
6. iteration: 循环次数
7. rownum: 当前的行号,iteration的另一个别名
8. loop: 很后一个循环号,可用在section块后统计section的循环次数
9. total: 循环次数,可用在section块后统计循环次数
10. show: 在函数的声明中有它,用于判断section是否显示
foreach from=$array item=xx //$xx.
foreachelse
/foreach
简单说到这里吧,
合肥网络公司在这里感谢您阅读至此,希望这些php_smarty技巧能帮上您。如果您还对smarty有任何疑问,也可以拨打我们公司网站建设咨询电话65112395进行咨询。