diff options
author | Malf Furious <m@lfurio.us> | 2016-10-23 19:01:52 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-10-23 19:01:52 -0400 |
commit | b6f82bb6552517d8bc442a2087c6c37a33bd18bd (patch) | |
tree | 855cc1a908a287a6474dc3d8735732952ab36fbe /app/class/database.class.php | |
parent | 2e4dbf98b96adc8731c3101385e47e1f00c21d31 (diff) | |
download | scrott-b6f82bb6552517d8bc442a2087c6c37a33bd18bd.tar.gz scrott-b6f82bb6552517d8bc442a2087c6c37a33bd18bd.zip |
Add mysql class
Diffstat (limited to 'app/class/database.class.php')
-rw-r--r-- | app/class/database.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/database.class.php b/app/class/database.class.php index c791088..6c6ecd6 100644 --- a/app/class/database.class.php +++ b/app/class/database.class.php @@ -23,6 +23,7 @@ abstract class Database { private static $instance = NULL; + protected $db; /* * Return the database instance object, creating it if this is the |