首頁 >後端開發 >php教程 >thinkphp fetch往裡面傳遞參數

thinkphp fetch往裡面傳遞參數

WBOY
WBOY原創
2016-10-17 09:30:223455瀏覽

我想傳遞一個參數 a=1如何傳遞進去

<code> echo $content = $this->fetch("Need@Need:readBizProduceOrder");</code>

回覆內容:

我想傳遞一個參數 a=1如何傳遞進去

<code> echo $content = $this->fetch("Need@Need:readBizProduceOrder");</code>

在模板中使用a嗎?

<code>$this->assign("a", 1);
echo $content = $this->fetch("Need@Need:readBizProduceOrder");</code>

這裡的 $this 是Controller 還是View, 還是Template?

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn