Hi all, first question here!
Just starting a Phalcon project and some colleage wants to use a Repository pattern with Phalcon. I can't see the advantage of doing so as in the service layer we can manage Models directly. As I see it, the Repository layer will only redefine methods already implemented by ModelInterface
Is there a good reason for this approach? see you