From 55ab90a481be9bb907d18edacdf7007e5da06e19 Mon Sep 17 00:00:00 2001
From: slawkens1 <slawkens@gmail.com>
Date: Sat, 27 Jan 2018 01:42:25 +0100
Subject: [PATCH] * updated TODO (proposed routing library for 2.0)

---
 TODO | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO b/TODO
index 1e5118e3..880ab329 100644
--- a/TODO
+++ b/TODO
@@ -61,6 +61,7 @@
 		* change constants: BASE_URL to base_url(), USE_ACCOUNT_NAME to config
 	* make use of Model/View/Controller (MVC) approach
 		* 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
 
 x.x - At any time between (version not specified)