I'v configured two db conn in my config, but now, how to tell to phalcon that a model depend of one, and other model depend of the other db?
See https://docs.phalcon.io/en/latest/reference/models.html#setting-multiple-databases
thanks, I've missed that..