If you only want to get a value from the query string you can use getVar() or getGet():. PHP Code: $something = $request->getVar('foo');
確定! 回上一頁