Hi Guys Has anyone set up a phalcon project that uses mysql databases but which makes use of both a master and a slave databse server? So in other words we want to run some of the queries from a slave server and others from a master. But if the slave is too far behind we want to run all from the master. Do we have to create all the models twice or can we just switch the configuration to use one or the other? Thanx