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

Spindrop.us: Digg-style AJAX comment editing in PHP/symfony

KillerPHP.com: Creating a Wordpress Theme from Scratch (Video)

9Lessons: Payment System with Paypal

Zend Developer Zone: A PHP 'Hello World' Script Using Zend Core for i5

DevShed: Creating a Simple Threaded Discussion Forum


Community Events











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


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

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