All requests | > | php class file for InnoDB having the ... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by shanmugam - 7 days ago (2016-11-22)
0 | A detailed class which handles the mysql Innodb connection and handling transaction |
0 | by Lars Moelleken 25 - 1 hour ago (2016-11-29) Comment Hi, you can use the Simple MySQLi Class, it can handle also InnoDB databases and you can easily use voku\db\DB; $db = DB::getInstance('localhost', 'root', '', 'mysql_test', 3306, 'utf8', false, false); $db->beginTransaction(); if ($foo === false) { $db->rollback(); } $db->endTransaction(); URL: github.com/voku/simple-mysqli/blob/master/tests/SimpleDbTest.php#L867 |
Recommend package | |
|