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

WBOY
Release: 2016-06-23 13:34:37
Original
1318 people have browsed it

求救 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
已回帖

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template