From b6f82bb6552517d8bc442a2087c6c37a33bd18bd Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 23 Oct 2016 19:01:52 -0400 Subject: Add mysql class --- app/class/database.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/class/database.class.php') 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 -- cgit v1.2.3