Show
Ignore:
Timestamp:
12/15/05 12:27:34 (6 years ago)
Author:
john
Message:

Added Form Helpers to action_view

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_controller.php

    r89 r99  
    188188                    $GLOBALS['current_controller_path'] = "$this->added_path/$this->controller"; 
    189189                    $GLOBALS['current_controller_name'] = $this->controller; 
     190                    $GLOBALS['current_controller_object'] = $this->controller_object; 
    190191                } 
    191192