Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-26 Thread Guillaume ORIOL
Great work! BTW, did anybody succeed in integrating Zend + Doctrine 2? Regards -- Guillaume Le 24/05/10 19:03, Diego Potapczuk a écrit : Very good! I will take a look ::: Diego Potapczuk On Mon, May 24, 2010 at 1:19 PM, Ralph Schindler ralph.schind...@zend.com

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-26 Thread Loïc Frering
Really great work guys! Can't wait to see that in ZF 1.11 :) Concerning Doctrine 2 I wrote a simple Application Resource and several components for integration with ZF (Generic Service and Dao, scaffolding, integration with Symfony DI Container...). You can grab my code on my Github:

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-26 Thread Guillaume ORIOL
Just had a quick look to your code, Loïc. Seems great! Will have an in depth look to it this evening. I wonder why I could find Symfony-related code in the Zend folder. I guess the only needed class for Doctrine 2 is Zend/Application/Resource/Doctrine2.php Thanks -- Guillaume Le 26/05/10

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-26 Thread Diego Potapczuk
Really a great code, just wanted it has a more complex example, like related entitys and such. About the Symfony code is because he is using some code from Synfony inside Zend, like de DI, so Zend has to know how to use it, like as an Application Resource or a Controller Helper. ::: Diego

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-26 Thread Loïc Frering
As said Diego, Symfony code is related to my deep integration (into the Dispatcher) of Symfony Dependency Injection Container with Zend Framework. By the way I'm interested in having feedback on this integration, I'll blog about this soon. To come back to Doctrine 2, you can easily use the

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-24 Thread Ralph Schindler
This is great! Nice work to you and all others involved in making it happen! -ralph Benjamin Eberlei wrote: Hello everyone, I completed a first version of Zend + Doctrine 1 integration today and want to share it with all you. Since currently the status on a 1.11 release is unclear I contacted

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-24 Thread Diego Potapczuk
Very good! I will take a look ::: Diego Potapczuk On Mon, May 24, 2010 at 1:19 PM, Ralph Schindler ralph.schind...@zend.comwrote: This is great! Nice work to you and all others involved in making it happen! -ralph Benjamin Eberlei wrote: Hello everyone, I completed a first version

[fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-23 Thread Benjamin Eberlei
Hello everyone, I completed a first version of Zend + Doctrine 1 integration today and want to share it with all you. Since currently the status on a 1.11 release is unclear I contacted all the contributors to various Doctrine-related components and combined them into a single release and