News Feed
Jobs Feed
Sections




News Archive
Liip Blog:
Table Inheritance with Doctrine
March 28, 2012 @ 09:30:09

On the Liip blog there's a recent post looking at table inheritance with Doctrine, the popular PHP ORM tool. In the post, Daniel Barsotti talks about a database model that needed some updating due to their searching needs.

Our first idea, and it was not that bad, Drupal does just the same, was to have a database table with the common fields, a field containing the type of item (it's either an event or a blog post) and a data field where we serialized the corresponding PHP object. This approach was ok until we had to filter or search LabLog items based on fields that were contained in the serialized data.

To resolve the issue they turned to multiple table inheritance, relating the LabLogItem to both a BlogPost and Event. They also show how it could be modeled with a single table, but opt for the multiple method. Included in the post is the Doctrine-based code showing how to create the parent entity for the LabLogItem and the two child entities for the blog post and event. There's also a brief snippet showing how to use them with the EntityManager.

0 comments voice your opinion now!
table inheritance doctrine orm tutorial multiple


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Translating Text Using the Google Translate API and PHP, JSON and cURL

Matt Curry's Blog: Connecting CakePHP Plugins

Icant.co.uk: How to create thumbnails with PHP and gd

PHPMaster.com: Role Based Access Control in PHP

Josh Adell's Blog: Neo4j for PHP


Community Events









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


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

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