Добавил namespace и зависимости
This commit is contained in:
parent
e9f7c23990
commit
32ec09a66a
92 changed files with 454 additions and 128 deletions
|
|
@ -3,7 +3,10 @@
|
|||
/**
|
||||
* Класс оболочка для PDOStatement для замены Creole
|
||||
*/
|
||||
class Database_Statement
|
||||
namespace ctiso\Database;
|
||||
use PDO;
|
||||
|
||||
class Statement
|
||||
{
|
||||
protected $limit = null;
|
||||
protected $offset = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue