cgmartin / CgmConfigAdmin

ZF2 module for easy administration of application settings
BSD 3-Clause "New" or "Revised" License
27 stars 15 forks source link

Doctrine ORM support #6

Open adamlundrigan opened 11 years ago

adamlundrigan commented 11 years ago

I've created a simple module which adds Doctrine ORM support to CgmConfigAdmin:

https://github.com/adamlundrigan/CgmConfigAdminDoctrineORM

Everything seems to work fine, but i'm just getting started with using your module in my Doctrine-based ZF2 project so any feedback is welcome.

If you want I can transfer the repository to you so both modules live in the same location.

cgmartin commented 11 years ago

This is great, thank you. I think it'd be nice to include in the same repo if it can be an optional setting for those not using Doctrine. You've earned collaborator status. :)

I've only taken a quick glance through it so far, but I'll look through more this week. I've done some Doctrine 2 work about 1.5 years ago, so it's not all that fresh in my mind... But I'd like to review to understand how it all fits together.

Thanks again!

cgmartin commented 11 years ago

I've updated the develop branch. It can be used for integrating, if needed.

adamlundrigan commented 11 years ago

Thanks! I'll take a stab at merging the two together this weekend.