[fw-general] Experience with modular Doctrine structure

2009-12-09 Thread Jurian Sluiman
Hi guys, I'd like to implement Doctrine with my ZF app. Integration with an application resource isn't that hard. The difficulties are with the modular ZF structure and the non-modular Doctrine model folder. Since 1.2 Doctrine is capable of PEAR style loading of models and generation. But the nami

Re: [fw-general] Experience with modular Doctrine structure

2009-12-09 Thread prodigitalson
I asked nearly the same question today, although mine was geard more towards setting up a single CLI entry point for building without having to create a Zend_Tool_Provider and all that mess... Heres the thread from the Doctrine user list: http://groups.google.com/group/doctrine-user/browse_frm/th

Re: [fw-general] Experience with modular Doctrine structure

2009-12-09 Thread Jurian Sluiman
Hi, Thanks for pointing to that discussion! More material to read ;) After following some links at articles I was reading, I found the blog of Marc Remolt (he's written the Doctrine resource plugin proposal at the wiki, his website is http://www.marc-remolt.de). At his blog he has an article ab