News Feed
Jobs Feed
Sections




News Archive
DZone.com:
From Doctrine 1 to Doctrine 2
November 04, 2010 @ 12:48:21

On DZone.com today there's a new article from Giorgio Sironi about making the switch from Doctrine 1 to Doctrine 2 and some of what might be involved.

Doctrine 2 is an implementation of the Data Mapper pattern, and does not force your model classes to extend an Active Record, nor to contain details about the relational model like foreign keys. [...] Note that you will have to run your application of PHP 5.3 for Doctrine 2 to work, mainly because of the use of namespaces in it.

He talks about some of the other differences including maintaining PHP classes and the metadata in them rather than just a YAML schema to map to your database. There's also a difference in how to interact directly with the Doctrine engine. Direct access has been replaced with a dependency injection approach.

0 comments voice your opinion now!
doctrine orm database migrate version


blog comments powered by Disqus

Similar Posts

Symfony Blog: Subversion mirrors for Phing, Propel, and Doctrine

WebReference.com: Creating a Custom RSS Feed with PHP and MySQL

Padraic Brady's Blog: Zend Framework 1.5 And What The Future Holds

Zend Developer Zone: Zend Core 2.0.1 Released

Karl Katzke's Blog: PHP: Symfony vs. Zend


Community Events











Don't see your event here?
Let us know!


framework opinion podcast development tool phpunit unittest release zendframework2 conference example testing language code functional series application introduction interview community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework