We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

how to support multi database transaction ?

phalcon 2.0.8 i want insert data to diffrent database. mysql innodb engine.

like

begin insert db1.table (1,'yesy') inset db2.table (1,'yesy') commit or rollback