Skip to content

Instantly share code, notes, and snippets.

View jmontoyaa's full-sized avatar

Julio Montoya jmontoyaa

  • Paris
View GitHub Profile
<?php
namespace Umpirsky\Doctrine\Common\Persistance;
use Doctrine\Common\Persistence\AbstractManagerRegistry;
use Silex\Application;
/**
* References Doctrine connections and entity/document managers.
*
<?php
// src/Igorw/FooController.php
namespace Igorw;
class FooController
{
function getIndexAction()
{