News Feed
Jobs Feed
Sections




News Archive
Devshed:
Building a PHP ORM Deploying a Blog
December 09, 2011 @ 11:13:18

DevShed concludes their three-part series about building an ORM in PHP with this latest article. It introduces the idea of dependency injection into the mix, showing how it can be used in the relationships between entities.

if you've already read the two installments that precede this one, it's probable that you're familiar with the inner workings of this sample ORM. In those chapters I implemented the ORM's data access and mapping layers, along with a simple domain model. To be frank, the development of this last tier is entirely optional; however, it's useful for demonstrating the ORM's actual functionality in the deployment of a blog program, which naturally will handle some "typical" domain objects, namely blog entries, comments and authors.

They share the code for creating proxy objects and, using a "poor man's dependency injection container" made from a factory method, interfaces and service classes to handle the results.

0 comments voice your opinion now!
orm dependencyinjection container deploy blog service interface


blog comments powered by Disqus

Similar Posts

Frikk.tk: How to make your own CAPTCHA protection using PHP

Zend Developer Zone: Create your own widget with PHP-GTK

Wez Furlong\'s Blog: Don\'t blog bugs, file bug reports

Davey Shafik's Blog: Sneak Peek: Zend_Service_Server - name and framework subject to change

Chris Hartjes' Blog: Zend_Service_Audioscrobbler Update


Community Events











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


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

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