News 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.

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



Similar Posts

Alex Netkachov's Blog: Zend, Prado, ASP.NET. Which framework is the best?

The Bakery: New Tutorials, News and Helpers Posted

PRADO Watch Blog: PRADO Watch: Interview With Timani Tunduwani - Why I Moved From CakePHP to PRADO

The Bakery: CakeSWXPHP, ACL and AssetPackager

International PHP Magazine: Poll Question: Common Perspectives Regarding Objects in PHP Are?


Community Events











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


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

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