On Apr 30, 2007, at 7:17 AM, xavi wrote:
>
> Hello!
>
> I'm looking for information about sql transactions in Cake with Mysql5
>
> I'm using 3 models with 3 separates $this->themodel->save($data), and
> I'm interested i control the transaction itself
Hello!
I'm looking for information about sql transactions in Cake with Mysql5
I'm using 3 models with 3 separates $this->themodel->save($data), and
I'm interested i control the transaction itself, doing a commit after
3 save will be ok.
Is this possible?
I've only re