好久沒有翻閱以前學習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有任何疑問,也可以撥打我們公司網站建設咨詢電話65322029進行咨詢。