vote up 0 vote down star

is it possible (how) to use mysql transactions and rollbacks using kohana ORM ?

flag

64% accept rate

1 Answer

vote up 0 vote down

Check out the official forums. It shows an example on how to use transactions with Ko3:

$db->query(NULL, 'TRANSACTION START');  
// Do stuff  
$db->query(NULL, 'COMMIT');

How to do it with version 2, I don't know. I'm still new to kohana myself, and learning Ko3 rather than 2. But I'm guessing it's quite similar.

link|flag
merely, i have to use it with 2.4 – gpilotino Oct 13 at 19:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.