News Feed
Jobs Feed
Sections




News Archive
Ibuildings techPortal:
Learning PHP 5.3 by writing your own ORM
January 11, 2010 @ 15:28:00

In this new post from the Ibuildings techPortal today Peter Verhage suggests a good way to learn all about the new features in PHP 5.3 - build your own ORM system.

Creating an ORM for PHP is not an everyday task but writing one is a good way to improve your PHP skills, especially if you use some of the additional features PHP 5.3 adds to the language. There are many excellent ORMs (Object Relational Mappings) already in existence and for a real-world project it would probably better to use one of these, but this tutorial uses the task of creating an ORM as a way to take a look at applications for some PHP 5.3 features.

He makes use of namespaces, interfaces, static variable/method handling, magic methods like "__set" and "__unset" as well as abstract classes - all features of some of the latest PHP releases (5.2+). By the end you'll have a basic ORM layer that can do all of the usual CRUD operations as well as more complicated searching and a few things those familiar with the Zend Framework are used to.

0 comments voice your opinion now!
orm tutorial database feature


blog comments powered by Disqus

Similar Posts

Alexy Kovyrin\'s Blog: Nginx With PHP As FastCGI Howto

Brian Swan's Blog: Getting Started with SQL Server Reporting Services (SSRS) and PHP

Ulrich Kautz: PHP Validation & Sanitization

PHPMaster.com: An Introduction to Redis in PHP using Predis

DevShed: Working with MySQL Result Sets and the Decorator Pattern in PHP


Community Events









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


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

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