Multiple Database Transactions
Hi, I'm wondering if is posible to handle more than one transaction to the same database and the same connection at the same time.
The transactions will save different entities so one may fail but the other may not.
Is that posible? I should use two instances of transaction managers?
I read the documentation of Phalcon\Mvc\Model\Transaction\Manager and the method get returns a new transaction or an already created one.
Thank you in advance for your help.