Compare commits

..

No commits in common. "55e67bd8c2e875b608819b785ab4b43ffa7c5ca3" and "ae4f73ecb6cf787f4a1de629f9c7b76bd7f90c78" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?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');