For my latest project I need to pull extra data from another data API (specifically Instagram) and display it alongside the user's stored database information. I'd like to do it in a way that hooks in nicely with the existing Cake database calls, adding information to the returned User array.
While I know I could do that just by implementing a new method in the model, I'd ideally like to do it in a way that adds that information automatically to all calls to the User model, not just when I call a custom method; is this even possible?