這篇文章將為大家詳細(xì)講解有關(guān)smarty常見(jiàn)代碼段有哪些,小編覺(jué)得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。
具體如下:
1、
<select > {html_options values=$cust_ids selected=$customer_id output=$cust_names} </select>
說(shuō)明:生成下拉菜單。values=一個(gè)數(shù)組,數(shù)組元素為列表值 selected=一個(gè)值,這個(gè)是默認(rèn)的列
表值 output=一個(gè)數(shù)組,數(shù)組元素為顯示的列表值
{html_checkboxes values=$cust_ids checked=$customer_id output=$cust_names separator="<br/>"}
說(shuō)明:復(fù)選框。同上;separator="<br />"指以<br />分隔每個(gè)復(fù)選按鈕的字符串
{html_radios values=$cust_ids checked=$customer_id output=$cust_names separator="<br/>"}
說(shuō)明:?jiǎn)芜x按鈕
2、
{counter start=0 skip=2 print=ture}
說(shuō)明:計(jì)數(shù)器,其后使用時(shí),以0 開(kāi)始,每次增加 2 。
3、
{section loop=$data} <tr bgcolor="{cycle values="#eeeeee,#d0d0d0"}"> <td>{$data[rows]}</td> </tr> {/section}
說(shuō)明:輪回返回?cái)?shù)組元素(或一個(gè)數(shù)列)值
4、
{assign var="name" value="Bob"} The value of $name is {$name}.//The value of $name is Bob。
說(shuō)明:賦值
5、
{fetch file="/tupian/20230522/CH 用于從本地文件系統(tǒng)、HTTP或FTP上取得文件并顯示文件的內(nèi)容. 如果文件名稱(chēng)以"http://"開(kāi)頭,將取得該網(wǎng)站頁(yè)面并顯示. 如果文件名稱(chēng)以"ftp://"開(kāi)頭,將從ftp服務(wù)器取得
該文件并顯示.
6、
{html_image file="../path/relative/to/currdir/pumpkin.jpg" border="1" height="100" width="100" alt="圖片" href="1.html"}說(shuō)明:圖片
7、
{html_select_date}說(shuō)明:創(chuàng)建日期下拉菜單. 它可以顯示任意年月日
{html_select_time}說(shuō)明:用于創(chuàng)建時(shí)間下拉菜單. 它可以顯示任意時(shí)分秒
8、
{html_table loop=$data cols=4 table_attr='border="0"' tr_attr=$tr td_attr=$td}說(shuō)明:以$data數(shù)組元素形成一個(gè)4列的表。table_attl為表格屬性,tr_attr為行屬性,td_attr
為列屬性
9、
{math equation="x + y" x=$height y=$width}說(shuō)明:數(shù)學(xué)運(yùn)算函數(shù)
10、
{mailto address="me@domain.com" text="send me some mail"}說(shuō)明:生成電子郵件鏈接
11、
{popup}說(shuō)明:創(chuàng)建javascript彈出窗口,使用前必須先調(diào)用 popup_init 函數(shù)
關(guān)于“smarty常見(jiàn)代碼段有哪些”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺(jué)得文章不錯(cuò),請(qǐng)把它分享出去讓更多的人看到。
網(wǎng)頁(yè)名稱(chēng):smarty常見(jiàn)代碼段有哪些-創(chuàng)新互聯(lián)
網(wǎng)址分享:http://sd-ha.com/article4/jjioe.html成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站營(yíng)銷(xiāo)、面包屑導(dǎo)航、關(guān)鍵詞優(yōu)化、商城網(wǎng)站、小程序開(kāi)發(fā)、定制網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容