Re: SQL Transactions

2007-04-30 Thread John David Anderson (_psychic_)
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

SQL Transactions

2007-04-30 Thread xavi
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