probably the problem ist that 'atomic' should be boolean false, not the string 'false' which will be evaluated to (bool) true...
Am 11.01.2012 19:01, schrieb Patrick: > I've tried changing the 'atomic' option to 'false', but apparently > there is no difference. > Still can't rollback() when saveAll() fails or when the save($this- >> count_code) fails. > When I replace saveAll() with save(), it can rollback as I want, from > begin(). > But with save() function, I could't save multiple records. > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
