Google News
logo
Symfony - Interview Questions
How to get the request parameters in Symfony 2?
$request->query->get('paraemeter_name') method is used to get the request parameters in symfony2.
Advertisement