diff options
author | Malf Furious <m@lfurio.us> | 2015-12-18 22:44:08 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2015-12-18 22:44:08 -0500 |
commit | b21251ef971d262dc414869fed83f52d0098bfe6 (patch) | |
tree | 2f91e9e3be00c1492cdf4ce88d8e77a909c5c287 /app/controller/root.control.php | |
parent | f35a869e766b7206cd4effc3bff62f71509bc5b5 (diff) | |
download | scrott-b21251ef971d262dc414869fed83f52d0098bfe6.tar.gz scrott-b21251ef971d262dc414869fed83f52d0098bfe6.zip |
! Review of app/ directory for merging upstream to dev has been completed..... whew
+ Added some TODO comments for later development
Diffstat (limited to 'app/controller/root.control.php')
-rw-r--r-- | app/controller/root.control.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controller/root.control.php b/app/controller/root.control.php index 7ccf35e..437cae1 100644 --- a/app/controller/root.control.php +++ b/app/controller/root.control.php @@ -14,6 +14,9 @@ class Root extends Controller */ function handle($argv) { + /* TODO -- Catch app exceptions here and display a special view to communicate them to user */ + /* TODO -- Authentication (login / logout / register) MVC */ + $argv = $this->normalizeArgv($argv); /* First, make sure the system configuration file has been included */ |