How to change oracle rightnow namespaces object name dynamically using php

72 Views Asked by At

Here we have a code like this

$cm=RNCPHP\HRIA\Contact_WaitList::getMetadata(); 

i want to change namespace values dynamically like to

$cm= RNCPHP\HRIA\{$dynamicvalue}::getMetadata();
0

There are 0 best solutions below