Skip to content

Instantly share code, notes, and snippets.

@serapheem
Created July 21, 2013 04:39
Show Gist options
  • Select an option

  • Save serapheem/6047497 to your computer and use it in GitHub Desktop.

Select an option

Save serapheem/6047497 to your computer and use it in GitHub Desktop.
Symfony2 - Forwarding to another controller method
<?php
$response = $this->forward('AcmeHelloBundle:Hello:fancy', array(
'name' => $name,
'color' => 'green'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment