Compare commits
2 Commits
ae4f73ecb6
...
55e67bd8c2
Author | SHA1 | Date | |
---|---|---|---|
55e67bd8c2 | |||
136e4905d6 |
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__.'/../src/DBmodel.php';
|
require_once __DIR__.'/../src/DBmodel.php';
|
||||||
require_once __DIR__.'/../src/creator.php';
|
require_once __DIR__.'/../src/Creator.php';
|
||||||
|
|
||||||
$db = new \TPsoft\DBmodel\DBmodel('mysql:host=127.0.0.1;dbname=test;charset=utf8mb4', 'test', 'test');
|
$db = new \TPsoft\DBmodel\DBmodel('mysql:host=127.0.0.1;dbname=test;charset=utf8mb4', 'test', 'test');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user