beberlei / zf-doctrine

A Zend Framework 1.x and Doctrine 1.2 Integration - UNMAINTAINED
101 stars 21 forks source link

Fix migration variable typo and add support for custom hydrators #30

Closed kirkegaard closed 13 years ago

kirkegaard commented 13 years ago

You can now add custom hydrators by having something like this in your application.ini

resources.doctrine.manager.hydrators[KeyValue] = "App_Doctrine_Hydrator_KeyValue"

Also fix the migration path variable issue :)