News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials Blog:
Getting Started with ORM in PHP
July 16, 2008 @ 09:35:27

A recent post on the Developer Tutorials blog takes a look at a fundamental part of several of the PHP (and other language) frameworks out there - the Object Relational Mapping (ORM) layer for database access.

Instead of direct database access, an ORM layer in a PHP framework can make "objects" stored in a database behave like actual objects from a programming perspective - for example, creating a new "car" stored in the database could involve a call to $car->new(). By abstracting actual database access, web development can be more productive and result in more reliable applications. Here's a quick intro to ORM in PHP.

They talk about ORM's role in how applications interface with data (abstracted out to objects) and some examples of it in current frameworks - CakePHP and Symfony.

46 comments voice your opinion now!
orm object relational mapping cakephp framework symfony


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Zend Devzone Podcast: Solar Overview

Jared White's Blog: Willowgarden Highlight: Template Modes

Brandon Savage's Blog: 5 (Good) Lessons The Government Teaches Us About Object-Oriented Programming

The Bakery: Clear the PHP4 warnings when working in eclipsePHP

Tim Koschuetzki's Blog: CakePHP Pluralize Helper


Community Events











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


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

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