First of all you need some database connection: $db = new Database(new PDO('mysql:host=localhost;dbname=example', 'root', 'root')); // or for test purposes $db = new ...
ctg-php-db is a minimal PHP database library built on PDO. One class, one connection, one low-level method (run) with CRUD convenience methods built on top. Filtering and pagination are separate, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results