diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-22 20:22:22 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-22 20:22:22 +0200 |
commit | 03717d28b76c0ff3ab30da9d93ebe1a9b8b1be37 (patch) | |
tree | c5c6740ea9a808916b5498fc7c22b81eb54efdc9 | |
parent | 27842ada690fab499ec9502d3ebcf03a9d12c313 (diff) |
-rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,15 +46,15 @@ /* |--------------------------------------------------------------- -| Dynamic Global Data Assignment +| Default Controller 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. +| this data will be passed to the controller constructor. | */ - $global_data = NULL; + $assign_to_controller = NULL; /* |