Избавляемся от констант и глобальных переменных
This commit is contained in:
parent
8b38b2a3cc
commit
f041488554
10 changed files with 39 additions and 33 deletions
|
|
@ -1,11 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace ctiso\Database;
|
||||
|
||||
namespace ctiso\Database\PDOStatement;
|
||||
use ctiso\\PDOStatement,
|
||||
ctiso\StatementIterator,
|
||||
use ctiso\Database\StatementIterator,
|
||||
PDO;
|
||||
use ctiso\Database\StatementIterator;
|
||||
|
||||
class PDOStatement extends \PDOStatement implements \IteratorAggregate
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue