mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
- API cleanup: some method in DibiConnection marked as deprecated
This commit is contained in:
@@ -42,15 +42,12 @@
|
||||
*/
|
||||
class DibiMySqliDriver extends DibiObject implements IDibiDriver
|
||||
{
|
||||
|
||||
/** @var mysqli Connection resource */
|
||||
private $connection;
|
||||
|
||||
|
||||
/** @var mysqli_result Resultset resource */
|
||||
private $resultSet;
|
||||
|
||||
|
||||
/** @var bool Is buffered (seekable and countable)? */
|
||||
private $buffered;
|
||||
|
||||
|
Reference in New Issue
Block a user