Compare commits
No commits in common. "55e67bd8c2e875b608819b785ab4b43ffa7c5ca3" and "ae4f73ecb6cf787f4a1de629f9c7b76bd7f90c78" have entirely different histories.
55e67bd8c2
...
ae4f73ecb6
@ -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