Re: [fw-general] Using application resources from Zend_Tool

2009-12-24 Thread keith Pope
2009/12/24 Benjamin Eberlei : > > Hello Jurian, > > The Doctrine 2 Resource I have actually has Zend Tool Project support > already. The > code isn't published yet though. You won't be able to "share code" between > DC1 and DC2 though, they are too different. > > You could of course extend the zf c

Re: [fw-general] Using application resources from Zend_Tool

2009-12-24 Thread Benjamin Eberlei
Hello Jurian, The Doctrine 2 Resource I have actually has Zend Tool Project support already. The code isn't published yet though. You won't be able to "share code" between DC1 and DC2 though, they are too different. You could of course extend the zf create doctrine.project command to optionally

Re: [fw-general] Using application resources from Zend_Tool

2009-12-24 Thread Jurian Sluiman
On Thursday 24 Dec 2009 14:25:33 Benjamin Eberlei wrote: > Hey Jurien, > > This is awesome, from my POV the next step would be to replace the > configuration > you gave with explicit resources in a Zend Tool Project context. My idea > would be: > > zf create doctrine.project --for-module=blog >

Re: [fw-general] Using application resources from Zend_Tool

2009-12-24 Thread Benjamin Eberlei
Hey Jurien, This is awesome, from my POV the next step would be to replace the configuration you gave with explicit resources in a Zend Tool Project context. My idea would be: zf create doctrine.project --for-module=blog It would then create the schema, sql, fixtures, migrations and models fold

Re: [fw-general] Using application resources from Zend_Tool

2009-12-24 Thread Jurian Sluiman
Hi all, I did a commit to put the provider online. It's now at my Google code repository: http://code.google.com/p/sozfo/source/browse/trunk/library/Sozfo/Tool/Doctrine/Provider. Still pre-pre-pre-alpha ;) Please note it's at the very beginning and meant to provide very basic functionality:

Re: [fw-general] Using application resources from Zend_Tool

2009-12-23 Thread Jurian Sluiman
I'll have a look if Ralph is on IRC tonight. The "problem" is the application.ini where a lot of Doctrine config is located. Connections, Doctrine_Manager attributes and path settings (for modular support). All these things are already supported by the My_Application_Resource_Doctrine (a customized

Re: [fw-general] Using application resources from Zend_Tool

2009-12-23 Thread keith Pope
Funny, I was going to start looking at the DC2 integration over christmas, how far along are you with the DC1 stuff? You should be able to use the app resource from within ZT however not sure if this would be acceptable, might want to ask Ralph about the implications :) Does it really duplicate th

[fw-general] Using application resources from Zend_Tool

2009-12-23 Thread Jurian Sluiman
Hi all, I'm working on the integration of Doctrine1 and Zend_Tool. So far so good, but a lot of configuration is required which is already provided by the Doctrine application resource. The Doctrine1+Zend_Tool proposal ( http://framework.zend.com/wiki/display/ZFPROP/Doctrine+1+and+Zend_Tool+Integra