Ignore:
Timestamp:
04/08/10 10:42:50 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Merged 2356:2442 /sandbox/workflow/branches/609 em /sandbox/workflow/trunk.

File:
1 edited

Legend:

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

    r2372 r2466  
    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.