好久沒有翻閱以前學(xué)習(xí)php時候的資料,今天閑來無事打開了下自己以前學(xué)習(xí)php的記錄文檔,發(fā)現(xiàn)了一些可以和大家分享的技巧,主要都是php模板smarty的一些簡單技巧,分享這些技巧希望對初學(xué)smarty的同志有所幫助,可能不是太高深的東西,但是希望大家都能學(xué)習(xí)下吧,會的總結(jié)總結(jié),不會的學(xué)習(xí)學(xué)習(xí)。
下面是一些基于smarty簡單的使用方法和技巧總結(jié)列表。具體就不一行一行的和大家解釋了。
$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: 上邊我們介紹的"循環(huán)下標(biāo)",默認(rèn)為0
2. index_prev: 當(dāng)前下標(biāo)的前一個值,默認(rèn)為-1
3. index_next: 當(dāng)前下標(biāo)的下一個值,默認(rèn)為1
4. first: 是否為先進(jìn)下循環(huán)
5. last: 是否為后一個循環(huán)
6. iteration: 循環(huán)次數(shù)
7. rownum: 當(dāng)前的行號,iteration的另一個別名
8. loop: 后一個循環(huán)號,可用在section塊后統(tǒng)計section的循環(huán)次數(shù)
9. total: 循環(huán)次數(shù),可用在section塊后統(tǒng)計循環(huán)次數(shù)
10. show: 在函數(shù)的聲明中有它,用于判斷section是否顯示
foreach from=$array item=xx //$xx.
foreachelse
/foreach
簡單說到這里吧,大連網(wǎng)絡(luò)公司在這里感謝您閱讀至此,希望這些php_smarty技巧能幫上您。如果您還對smarty有任何疑問,也可以撥打我們公司網(wǎng)站建設(shè)咨詢電話65322029進(jìn)行咨詢。
掃一掃
關(guān)注新圖聞科技
全國咨詢熱線
186-0984-0880