News Feed
Jobs Feed
Sections




News Archive
Giorgio Sironi's Blog:
The Repository pattern
November 03, 2009 @ 09:49:35

Giorgio Sironi has recently posted a look at one of the more popular design patterns - the Repository pattern. He talks about how it can be used for two things: to create a collection of objects and the reuse of queries and their results.

A common infrastructure problem of an object-oriented application is how to deal with persistence and retrieval of objects. The most common way to obtain references to entities (for example, instances of the User, Group and Post class of a domain) is through navigation from another entity. [...] A Repository implementation provides the illusion of having an in-memory collection available, where all the objects of a certain class are kept

He gives an example of a method that grabs user information and encapsulate the database access for it so that it's not required to hit it for every run through their unit tests. He shows how to set up the interface for a GroupRepository and how to implement it in the test.

0 comments voice your opinion now!
repository design pattern tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Building a time-tracking and billing application with Adobe AIR and PHP

Oracle Technology Network: Using PHP and Oracle Database 11g (Tutorials)

Nefarious Designs: Object-Oriented PHP Part 2: Relationships

Noupe.com: Getting Started with PHP Regular Expressions

Rob Allen's Blog: Using Action Helpers in Zend Framework


Community Events











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


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

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