12-13-2016, 12:02 PM
I see that we have:
To get a module instance. But is that (and if so, how) different from
?
PHP Code:
$modname = 'SalesOrder';
$module = Vtiger_Module::getInstance($modname);
To get a module instance. But is that (and if so, how) different from
PHP Code:
$so_focus = new SalesOrder();