cakephp菜鳥筆記-零碎重要提示(不斷補充)

1、 有些全局變量可以在view使用,使用img、js裏面的文件都有
<?php echo $html->image($p['Product']['thumb_url'],array('onclick'=>$remoteFunction));?>
所以如要使用,請網$html的helpers查找方法。
2、  Session的讀寫很簡單,$this->Session->write('lang',0);$lang = $this->Session->read('lang');
3、  $this->render($view,$layout),進行調用其他view。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章