Skip to content

Instantly share code, notes, and snippets.

@tobalsan
Last active August 29, 2015 14:04
Show Gist options
  • Save tobalsan/9c1ada0a768e00eb3189 to your computer and use it in GitHub Desktop.
Save tobalsan/9c1ada0a768e00eb3189 to your computer and use it in GitHub Desktop.
Symfony 1.4: Retrieve full query string into an array directly from template
<?php
// Retrieve full query string into an array directly from template
$params = $sf_request->getParameterHolder()->getAll()->getRawValue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment