Ignore:
Timestamp:
03/19/10 17:22:08 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migrando instanciação das classes da engine para a factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/index.php

    r2193 r2311  
    2222                        require_once dirname(__FILE__) . '/inc/nano/NanoJsonConverter.class.php'; 
    2323                        require_once dirname(__FILE__) . '/inc/nano/NanoController.class.php'; 
    24                         $nanoController = new NanoController(); 
     24                        $nanoController = &Factory::newInstance('NanoController'); 
    2525                        $nanoController->throwErrorOnAllVirtualRequests('__NANOAJAX_SESSION_EXPIRED__'); 
    2626                        exit; 
Note: See TracChangeset for help on using the changeset viewer.