久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      smarty php方法是什么

      smarty php方法指的是“Smarty:php”函數(shù),而“{php}”僅在SmartyBC中可用,語法如“{php}include('/path/to/display_weather.php');{/php}”。

      smarty php方法是什么

      推薦:《PHP視頻教程》

      Smarty:php函數(shù)

      {php}

      重要說明

      Smarty已經(jīng)廢棄{php}標簽,強烈建議不要使用。 請把你的PHP邏輯放到PHP程序或者插件函數(shù)中實現(xiàn)。

      溫馨提示:

      在Smarty 3.1,{php}僅在SmartyBC中可用。

      {php}標簽可以允許PHP代碼直接嵌到模板中使用。 這些代碼是否被編碼,需要取決于$php_handling 的設(shè)置.

      Example 7.61. {php}標簽的使用

      {php}    // including a php script directly from the template.    include('/path/to/display_weather.php'); {/php}

      Example 7.62. {php}標簽中使用全局變量來賦值變量

      {* 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 *} <strong>{$varX}</strong> is my fav ice cream :-)

      參見 $php_handling, {include_php}, {include}, {insert} 和 組件化模板.

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號