summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.php b/index.php
index b7fdfff1d..9a4d5336a 100644
--- a/index.php
+++ b/index.php
@@ -45,6 +45,19 @@
/*
+|---------------------------------------------------------------
+| Dynamic Global Data Assignment
+|---------------------------------------------------------------
+|
+| If you need any data passed by default to your controllers you
+| can use this variable. When a controller class is instantiated
+| this data will be passed to the constructor.
+|
+*/
+ $global_data = NULL;
+
+
+/*
|===============================================================
| END OF USER CONFIGURABLE SETTINGS
|===============================================================