這篇文章給大家分享的是有關(guān)smarty php方法指的是什么的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考。一起跟隨小編過來看看吧。
專業(yè)成都網(wǎng)站建設(shè)公司,做排名好的好網(wǎng)站,排在同行前面,為您帶來客戶和效益!創(chuàng)新互聯(lián)為您提供成都網(wǎng)站建設(shè),五站合一網(wǎng)站設(shè)計(jì)制作,服務(wù)好的網(wǎng)站設(shè)計(jì)公司,成都網(wǎng)站建設(shè)、網(wǎng)站建設(shè)負(fù)責(zé)任的成都網(wǎng)站制作公司!smarty php方法指的是“Smarty:php”函數(shù),而“{php}”僅在SmartyBC中可用,語法如“{php}include('/path/to/display_weather.php');{/php}”。
Smarty:php函數(shù)
{php}
重要說明
Smarty已經(jīng)廢棄{php}標(biāo)簽,強(qiáng)烈建議不要使用。 請(qǐng)把你的PHP邏輯放到PHP程序或者插件函數(shù)中實(shí)現(xiàn)。
溫馨提示:
在Smarty 3.1,{php}僅在SmartyBC中可用。
{php}標(biāo)簽可以允許PHP代碼直接嵌到模板中使用。 這些代碼是否被編碼,需要取決于$php_handling 的設(shè)置.
Example 7.61. {php}標(biāo)簽的使用
{php} // including a php script directly from the template. include('/path/to/display_weather.php'); {/php}
Example 7.62. {php}標(biāo)簽中使用全局變量來賦值變量
{* this template includes a {php} block that assign's the variable $varX *} {php} global $foo, $bar; if($foo == $bar){ echo 'This will be sent to browser'; } // assign a variable to Smarty $this->assign('varX','Toffee'); {/php} {* output the variable *} {$varX} is my fav ice cream :-)
參見 $php_handling, {include_php}, {include}, {insert} 和 組件化模板.
感謝各位的閱讀!關(guān)于smarty php方法指的是什么就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!