Hi,
I just started with Phalcon and was trying to use different users for read and wirte access per model.
I'm trying this by using a connection per user (2 per model) and set those for read/write connection service.
But when accessing Model::find I'm receiving the error: "Service 'db' wasn't found in the dependency injection container"
Am I doing something wrong? Probably an easier method I am missing?
Thanks for any advice.
Kind regards.