diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-22 20:14:41 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-22 20:14:41 +0200 |
commit | 268c26c5bc2e218ae4aa3a91cf292e179dab04ed (patch) | |
tree | de410bc56fca546015b105b10c7c703d919a11a5 | |
parent | e0a4cc035b39622a035d5de2c4ea69655d3aaae6 (diff) |
-rw-r--r-- | index.php | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |=============================================================== |