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

Rasmus Lerdorf's Blog: Writing an OAuth Provider Service

Brandon Savage's Blog: Interfaces Make Testing Easier

Community News: php|tek Community Posts

Web Species Blog: We built a cloud platform for PHP. Wait...what?

DevShed: Using Code Igniter to Enable Comments in a Blog Application


Community Events











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


interview opinion testing composer functional database release framework example code zendframework2 development community phpunit language introduction application podcast series api

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