标签: cakephp-2.0
如何在CakePHP 2中使用fetch?
使用
echo $ this-> fetch ('content');
如何使用fetch包括leftmenu.ctp?
所以不要
echo $ this-> fetch ('leftmenu');
答案 0 :(得分:1)
你应该使用leftmenu作为元素。在Elements文件夹中放置ctp文件并将其包括在内:
echo $this->element('leftmenu');