Page 1 of 1

Repository pattern

Posted: Thu Dec 03, 2009 9:13 pm
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?