From 268c26c5bc2e218ae4aa3a91cf292e179dab04ed Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 22 Jul 2007 18:14:41 +0000 Subject: --- index.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index b7fdfff1d..9a4d5336a 100644 --- a/index.php +++ b/index.php @@ -44,6 +44,19 @@ $application_folder = "application"; +/* +|--------------------------------------------------------------- +| 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 -- cgit v1.2.3-24-g4f1b