Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zend Framework 1.11 with Doctrine 2 Integration

Could someone explain in detail how to integrate Doctrine 2 and Zend Framework 1.11?

like image 314
ulduz114 Avatar asked Feb 15 '11 08:02

ulduz114


3 Answers

There is a great video by Jon Lebensold about integrating D2 and ZF: Unit Testing Doctrine 2 - don't be misleaded by the title :)

like image 121
Radek Benkel Avatar answered Oct 15 '22 06:10

Radek Benkel


I know this is a late inclusion but I just did this following the Zend webinar recording at http://www.zend.com/en/webinar/Framework/70170000000bSrG-webinar-zf-v-1-doctrine-v-2-20101214.flv (you need a (free) Zend account to view it).

Ralph Schindler also has the slides up here http://www.slideshare.net/ralphschindler/zend-framework-1-doctrine-2-6177485

If you're familiar with Doctrine2, you can probably skip the first half.

like image 6
Phil Avatar answered Oct 15 '22 08:10

Phil


There are several Github repositories that show you how to do this.

Take a look at the source code and learn from it.

Apart from that, a simple Google search yields plenty of results that should help get you on your way.

like image 3
Aron Rotteveel Avatar answered Oct 15 '22 08:10

Aron Rotteveel