Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save serapheem/6047509 to your computer and use it in GitHub Desktop.
Symfony2 - Getting services from controller
<?php
$request = $this->getRequest();
$templating = $this->get('templating');
$router = $this->get('router');
$mailer = $this->get('mailer');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment