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

Jani Hartikainen's Blog: Decoupling models from the database: Data Access Object pattern in PHP

Tom Barrett's Blog: WordPress is more than a CMS, it is a PHP Framework

Alessandro Crugnola's Blog: AMFPHP recent updates

Community News: Responses to Namespaces

Luke Welling's Blog: I <heart> register_globals


Community Events









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


unittest zendframework2 framework example tool introduction development opinion code release api community testing composer language event podcast object interview functional

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