Skip to content

Instantly share code, notes, and snippets.

View cmple's full-sized avatar

Roman Vidyayev cmple

  • Philadelphia PA, US
View GitHub Profile
@Ocramius
Ocramius / module.config.php
Created November 12, 2011 13:42
Zend\Db adapter instantiation through Zend Framework 2 Di
<?php
return array(
'di' => array(
'definition' => array(
//teaching DI to use the factory
'class' => array(
'Zend\Db\Db' => array(
'methods' => array(
'factory' => array(
'adapter' => array(