Heim >Backend-Entwicklung >PHP-Tutorial >thinkphp通过模块]怎么接收URL参数

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-23 13:34:371362Durchsuche

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn