Changeset 99 for trunk/trax/vendor/trax/action_controller.php
- Timestamp:
- 12/15/05 12:27:34 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_controller.php
r89 r99 188 188 $GLOBALS['current_controller_path'] = "$this->added_path/$this->controller"; 189 189 $GLOBALS['current_controller_name'] = $this->controller; 190 $GLOBALS['current_controller_object'] = $this->controller_object; 190 191 } 191 192
