Changes between Version 8 and Version 9 of WF/Conexaocommainframe


Ignore:
Timestamp:
12/06/07 16:06:00 (16 years ago)
Author:
viani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WF/Conexaocommainframe

    v8 v9  
    3333 
    3434{{{ 
    35 $natural = wf_create_object("wf_natural"); 
     35$natural = $this->factory->getInstance("wf_natural"); 
    3636 
    3737$natural->configure("SUBPROGR", "senha", "10.15.61.10", 0316, "SUB", "SENHA", 'D'); 
     
    207207 * Considera-se também que cada linha tem 200 caracteres 
    208208 */ 
    209 $natural = wf_create_object("wf_natural"); 
     209$natural = $this->factory->getInstance("wf_natural"); 
    210210$natural->configure("SUB_PROG", ""); 
    211211$natural->setDBGatewayProtocol();