Skip to content

Instantly share code, notes, and snippets.

View flymio's full-sized avatar

Roman Borisoglebskyi flymio

View GitHub Profile
<?php
require_once "./DbSimple/Generic.php";
class PampersTrash {
private static $instance;
private static $dbConf = array(
"user" => "root",
"password" => "******",
"database" => "storages",
"host" => "localhost",