From 5d3fbb4bff4583f332c10a38235e20a722d5ca3c Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sat, 24 Mar 2018 01:12:13 +0100 Subject: [PATCH] * update TODO (Singleton) --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 100d3ef1..01d9ec6a 100644 --- a/TODO +++ b/TODO @@ -59,6 +59,7 @@ * use some modern and fast Routing library * most preferably this one (inspired by Laravel) - https://github.com/skipperbent/simple-php-router * configurable session handler: file, database, php + * change global variables pointing to classes like $db, $cache to Singleton Pattern x.x - At any time between (version not specified) * better news archive with search function (like on tibia.com)