On Mon, May 17, 2010 at 05:57, Richard U <[email protected]> wrote:
> $cdb_connection->beginTransaction(); > $statement_cdb->execute(); > $statement_cdb->execute(); > $cdb_connection->rollback(); I don't know Propel very much but I think it's ->commit(), not ->execute() PS: please don't crosspost, the devs mailing-list is for development OF symfony ;) ++ -- Nicolas Perriault Akei : http://www.akei.com/ Symfonians : http://symfonians.net Blog : http://prendreuncafe.com/ Mobile: +33 660 92 08 67 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
