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