thinkphp 3.2 assign 跨模板传值
controller中有两个一个是index一个是user,我的assign在index中,但是我想让他在user中调用并显示。$dd=session('id');$fi...
controller中有两个一个是index一个是user,我的assign在index中,但是我想让他在user中调用并显示。
$dd = session('id');
$find = M('useraddress');
$address = $find->where("id=$dd")->getField('address');
$this->assgin('address',$address); 展开
$dd = session('id');
$find = M('useraddress');
$address = $find->where("id=$dd")->getField('address');
$this->assgin('address',$address); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询