summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2007-07-22 20:14:41 +0200
committerRick Ellis <rick.ellis@ellislab.com>2007-07-22 20:14:41 +0200
commit268c26c5bc2e218ae4aa3a91cf292e179dab04ed (patch)
treede410bc56fca546015b105b10c7c703d919a11a5 /index.php
parente0a4cc035b39622a035d5de2c4ea69655d3aaae6 (diff)
Diffstat (limited to 'index.php')
-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
|===============================================================