$this->assign('top', $top); 这行出错啊,怎么回事???

浏览:1179 发布日期:2013/03/28 分类:求助交流
$top=$mod->join('inner join joys_modules_menu
on id=modulesid')->where("published=1 and `position`='top' and (menuid=".$itemid." or menuid=0)")->select();
dump($top);
$this->assign('top', $top);
最佳答案
评论( 相关
后面还有条评论,点击查看>>