Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

transaction cakephp 2

Customer Model

$db = $this->getDataSource();  // $this->Customer->getDataSource()
$db->begin();

$db->commit();
$db->rollback();
  
 
PREVIOUS NEXT
Tagged: #transaction #cakephp
ADD COMMENT
Topic
Name
9+8 =