当前位置:Gxlcms > PHP教程 > thinkphp通过模块]怎么接收URL参数

thinkphp通过模块]怎么接收URL参数

时间:2021-07-01 10:21:17 帮助过:20人阅读

求救 thinkphp通过模块]怎么接收URL参数


回复讨论(解决方案)

class EditAction extends Action{
public function edit(){
$goods=M('Goods');
$id=$_GET['id'];
$arr=$goods->where($id)->find();
dump($arr);
$this->display();
}
}
?>

http://bbs.csdn.net/topics/390635608
已回帖

人气教程排行