Ignore:
Timestamp:
04/14/10 16:08:15 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Merged 2377:2466 /sandbox/workflow/trunk/ em /sandbox/workflow/branches/993

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/993/inc/nano/NanoController.class.php

    r2372 r2533  
    5959    function __construct() 
    6060    { 
    61         $this->_mObjJsonConverter = &Factory::newInstance('NanoJsonConverter'); 
    62         $this->_mObjJson          = &Factory::newInstance('Services_JSON'); 
     61        $this->_mObjJsonConverter = new NanoJsonConverter(); 
     62        $this->_mObjJson          = new Services_JSON(); 
    6363    } 
    6464 
     
    130130    public function iterateOverVirtualRequests() 
    131131    { 
    132         $this->_mObjNanoRequest = &Factory::newInstance('NanoRequest', $this->_mStrClassPath, $this->_mStrClassSuffix, $this->_mStrClassPreffix ); 
     132        $this->_mObjNanoRequest = new NanoRequest( $this->_mStrClassPath, $this->_mStrClassSuffix, $this->_mStrClassPreffix ); 
    133133        $return_data            = array(); 
    134134 
Note: See TracChangeset for help on using the changeset viewer.