Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
ORM - Transactional Support?
  • Hi there, Just wanted to find out if there is any transactional support planned for the ORM package? Thanks, David
  • No, nothing planned. Don't think it should go into the Orm either, you can start/close/rollback transactions with the DB class. Allowing the Orm to do the same would suggest it's a different type of transaction while the Orm would just use the DB as well, creating possible conflicts. Bottom line: use the DB class to work with transactions and feel free have the Orm run queries during those transactions.
  • Thanks I did not know the two could be used together at this stage. Another +1 for Fuel :D

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion