CRUD Instance

Simple CRUD Implementation.


MySQL

Implementation MySQL instance.

$crud = new MySql($host, $username, $password, $database, $port = 3306);

PostgreSQL

Implementation PostgreSQL instance.

$crud = new PostgreSql($host, $username, $password, $database, $port = 5432);