Repository pattern

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Repository pattern

Post by alex.barylski »

I had a long discussion with a co-worker today about MVC and ASP.NET interpretation versus Zend (which we are using in a project).

Repository pattern was brought up and I answered I had not heard of it until now, so I read up on it. Mostly bad review articles, about it being almost like an anti-pattern (ie: Singleton).

I'm curious to hear your thoughts as a community of PHP developers, whether this is an existing pattern being re-branded by microsoft or what?
Post Reply