Kumaresan Drupal Developer at Chennai
Please follow this blog if u feel the blog content is useful to you
Sunday, December 12, 2010
Transaction & rollback query in Drupal 7
<?php
$transaction
=
db_transaction
();
try
{
//operation on a multiple table
//blah blah
}
catch (
Exception $e
)
{
$transaction->rollback(
'testtable'
, $e->getMessage(), array(), WATCHDOG_ERROR);
}
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment