Overview

This component is an implementation of the Repository pattern and allows developers to encapsulate domain logic from persistence. Domain-driven design (DDD) is a different way of thinking about how to organize your applications and structure your code. This way of thinking complements very well the popular MVC architecture. (Documentation) (Source Code)

Members

Developer: Federico Cargnelutti