News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPClasses.org:
PHP Object-Relational Mapping ORM or ROM?
October 10, 2008 @ 12:09:37

On the PHPClasses.org blog today Manuel Lemos has posted a look at ORM - what it is and how you can use it to improve your applications.

Object-Relational Mapping, usually referred as ORM, is a software development approach to treat data stored in relational (SQL) database table records as if they were objects. Basically we can create classes with variables that represent fields of a database table. To insert a table record you need to create an object of the class, assign the variable values, and call a function of the class that takes care of inserting the table record

He illustrates what it is (brief code samples) and some of the approaches that developers have taken to implementing it. He suggests, however, that they should truely be called ROM (Relational Object Mapping) libraries rather than ORM due to the fact that they map an object (the database tables) back in to PHP objects. He finishes with a list of a few ORM resources and libraries including the one that helps power the PHPClasses website, Metastorage.

0 comments voice your opinion now!
phpclasses orm object relational mapping database layer



Similar Posts

Travis Swicegood's Blog: Repository Pattern in PHP

Community News: Latest PHPClasses.org Releases for 12.28.2006

DevShed: Creating AJAX Requester Objects with Abstract Factory Classes in PHP 5

DevShed: Introducing the Composite Pattern in PHP 5

CodeSnipers.com: Embarking on PHP5 Objects


Community Events







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


code application package security example release PHP5 zend developer conference cakephp database releases zendframework book framework job PEAR ajax mysql

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