News Feed
Jobs Feed
Sections




News Archive
Michael Nitschinger's Blog:
Introducing Relationships in Lithium
March 05, 2012 @ 11:21:39

In this new post to his blog Michael Nitschinger introduces relationships in using the Lithium framework - functionality to link your models to each other to create dependencies.

The model relationship support in Lithium is one of the hottest topics on IRC lately, so I thought it would be a good idea to blog about it. Currently, Lithium supports 1:1 and 1:n relationships for relational databases. [...] This post gives you a little background on relationship types and their database representations before we implement a simple example in PHP.

He gives some code (and schema) examples of creating these relationships between tables for the two types - one to one and one to many. He also touches on the zero-to-zero relationships as well, nothing that they can be some of the most tricky to work with. He includes the SQL and the code you'll need to produce a blog example with models for Authors, Posts and Groups. Using the belongsTo/hasMany/hasOne variables he defines the relationships and uses the "with" keyword in the find calls to pull in those relations.

0 comments voice your opinion now!
relationship lithium framework model database introduction


blog comments powered by Disqus

Similar Posts

Developer Drive: Creating a PHP User Survey: Writing to Database Tables

Courtney Robinson's Blog: Apache Cassandra+PHPcassa+Code Igniter = large scale PHP app in 5 minutes

The Bakery: Three New Components/Tutorials - Lightroom, DboSource & SMF

CodeIgniter.com: CodeIgniter 1.6 Hits the Streets

Mike Potter's Blog: PHP and Flex - JSON, XML or AMFPHP?


Community Events











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


unittest release functional zendframework2 phpunit community series usergroup database conference testing symfony2 language opinion podcast framework rest development introduction interview

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