PHP Classes
elePHPant
Icontem

php class file for InnoDB having the transaction handling: Mysql Innodb connection handling in PHP

Recommend this page to a friend!
  All requests RSS feed  >  php class file for InnoDB having the ...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

php class file for InnoDB having the transaction handling

Edit

by shanmugam - 7 days ago (2016-11-22)

Mysql Innodb connection handling in PHP

This request is clear and relevant.
This request is not clear or is not relevant.

0

A detailed class which handles the mysql Innodb connection and handling transaction

Ask clarification

1 Recommendation

Simple MySQLi Class: MySQL access abstraction layer using MySQLi

This recommendation solves the problem.
This recommendation does not solve the problem.

0

by Lars Moelleken package author package author Reputation 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
: 
: