Skip to content

Instantly share code, notes, and snippets.

View ranrinc's full-sized avatar

Richard Tirtadji ranrinc

View GitHub Profile
@ranrinc
ranrinc / PDO classes.md
Created September 25, 2017 12:48 — forked from danferth/PDO classes.md
PHP classes for PDO

PDO Classes for db connect and manipulation

Below is a description on how to use the classes in the below script

###Include script and set up db variables

include 'zdb.php';