News Feed
Jobs Feed
Sections




News Archive
Marcelo Gornstein's Blog:
Writing PHP applications with Doctrine2 as ORM and Ding as DI container
January 31, 2012 @ 08:59:18

In a recent post Marcelo Gornstein takes a look at using dependency injection with Doctrine2 using his Ding container.

This article will show how we can develop software in php with a nifty design and architecture, and very much like other languages like java, using an ORM and an AOP, DI, Events container. I will assume you've read (or at least took a quick look) at this article that explains the tree layout used throughout the code, and that you have some basic knowledge of Doctrine2 and used it before on your own.

He starts with the result - an easy to use, self-contained (and decoupled) system for accessing the Doctrine2 instance. It's event-driven and uses Aspect-oriented programming to mange interactions between components (or as he calls them "beans"). Code is included for the entire process for a logger, the User entity, entity manager, user repository and transactional aspect. You can find the complete source for his example on his github account.

0 comments voice your opinion now!
dependency injection di tutorial doctrine ding orm aspectoriented


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Run Your Own TinyURL Service With Phurl

Dave Marshall's Blog: Defending against Cache Stampedes

WaxJelly Blog: How to write a custom Smarty function in PHP

Eric Lamb's Blog: Practical PHP Reflection

DevShed: Introducing Static Members and Methods in PHP 5 (Part 1)


Community Events











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


example tool podcast series development phpunit interview conference community zendframework2 composer unittest functional framework code language testing opinion release introduction

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