Skip to content

Instantly share code, notes, and snippets.

View hhamon's full-sized avatar

Hugo Hamon hhamon

View GitHub Profile
@hhamon
hhamon / PdoLoader.php
Created August 11, 2012 07:06 — forked from havvg/PdoDumper.php
PdoLoader as translation resource for Symfony2
<?php
namespace Ormigo\Bundle\TranslationBundle\Translation\Loader;
use Symfony\Component\Config\Resource\ResourceInterface;
use Symfony\Component\Translation\Loader\LoaderInterface;
use Symfony\Component\Translation\MessageCatalogue;
use Symfony\Component\Translation\Translator;
/**