Show
Ignore:
Timestamp:
08/26/2007 02:43:57 PM (16 months ago)
Author:
Shadowhand
Message:

Added the start of the Database library and config file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/devel/system/core/Bootstrap.php

    r397 r412  
    5757         */ 
    5858        $controller = Kohana::instance(); 
    59          
     59 
    6060        if (method_exists($controller, '_remap')) 
    6161        { 
     
    9696        // Run system.post_controller 
    9797        Event::run('system.post_controller'); 
     98 
     99        // Make sure that $controller is not available globally 
     100        unset($controller); 
    98101} 
    99102catch (controller_not_found $exception)