News Feed
Jobs Feed
Sections




News Archive
Nurul Ferdous' Blog:
Here is my 2 cents on Doctrine (ORM)
October 04, 2010 @ 11:20:31

Nurul Ferdous has posted his "two cents" on Doctrine - his thoughts on the good and bad things about the popular ORM tool.

What is Doctrine? Doctrine is a popular ORM for PHP which works with RDBMS via PHP objects. This is built inspired by Hibernate from JAVA. This acts as an abstraction layer between PHP and RDBMS.

In his list of good things about Doctrine are things like its hiding of business logic, automatic CRUD, automatic modification of DQL queries, migrations and unit testing interfaces. On his "bad list" are things like not being able to use foreign keys as an identifier, heavy emphasis on an "id" column, not all data types are in DBAL and the SQL constructs missing in DQL. He also includes a scenario where he definitely not use Doctrine - a specific example from a project he just worked on that pushed the limits of the tool.

0 comments voice your opinion now!
doctrine opinion good bad example project


blog comments powered by Disqus

Similar Posts

Freek Lijten's Blog: I was at a conference, you should go too!

David Otton's Blog: Neat PHP Tricks: How To Assign References to Globals

Jason Hinkle's Blog: Build a Backbone.js Application with PHP

Jason Palmer's Blog: Zip Code To Location

Developer.com: Build your own MVC Framework: Getting your Framework Up And Running


Community Events











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


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

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