News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Building an ORM with PHP
September 13, 2010 @ 12:44:14

In this new post to his blog Gonzalo Ayuso looks at building an ORM (don't worry, he recommends something like Doctrine first) as an exercise to understand how they're constructed and how one could fit his goals.

What's the motivation for me to build this ORM? The answer is a bit ambiguous. I like SQL. It allows us to speak with the database in a very easy way. [...] So the idea I figured out was to create a set of classes based on my tables, in a similar way than traditional ORMs to help me to autocomplete the fields and table names.

He creates a simple example with a "test" table with three columns with a mapped class (in the "Orm" namespace) that will allow IDEs to follow down the path to fetch the data from the "id", "field1" and "field3" columns. The complete code listing for his example is at the end of the post - PHP 5.3 friendly, of course. Some trigger and scaffolding examples are also included.

1 comment voice your opinion now!
orm tutorial example database doctrine autocomplete


blog comments powered by Disqus

Similar Posts

Greg Beaver's Blog: Statistics are back up for pear.php.net

Rob Allen's Blog: A Tutorial Update & Extending ViewRenderer to Support Layout Templates

PHPRiot.com: Zend Framework 101: Zend_Loader

PHPBuilder.com: Using cURL with PHP

Richard Thomas' Blog: Pjq becomes jQPie - jQuery PHP interface extension


Community Events











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


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

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