Ignore:
Timestamp:
05/10/10 16:19:31 (14 years ago)
Author:
rufino
Message:

Ticket #1069 - Criado log para tempo de execução de atividades, ajax, e programas natural.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/lib/factory/WorkflowFactory.php

    r2591 r2751  
    6363                $this->registerFileInfo('Thread', 'class.Thread.inc.php', 'inc'); 
    6464                $this->registerFileInfo('Paging', 'class.Paging.inc.php', 'inc'); 
     65                $this->registerFileInfo('Logger', 'class.Logger.inc.php', 'inc'); 
    6566                $this->registerFileInfo('FsUtils', 'class.fsutils.inc.php', 'inc'); 
    6667                $this->registerFileInfo('UserPictureProvider', 'class.UserPictureProvider.inc.php', 'inc'); 
     
    168169 
    169170 
     171                /** 
     172                 * TODO - This is another ATR - Alternative Technical Resource (common known 
     173                 * as workaround) to allow instantiation of "wf" classes. Although these classes 
     174                 * should have not been instanciated by the workflow module, some of them are 
     175                 * instantiated by run_activity during every execution. =( 
     176                 * In a new version of MVC these objects must be created by the Processes. 
     177                 */ 
     178                $this->registerFileInfo('wf_natural', 'class.wf_natural.php', 'inc/local/classes'); 
     179                $this->registerFileInfo('wf_db', 'class.wf_db.php', 'inc/local/classes'); 
     180 
     181 
    170182                /* ok. no more instances of this class.. */ 
    171183                self::$_instantiated = true; 
Note: See TracChangeset for help on using the changeset viewer.