PDA

View Full Version : dPconfig array problem


nitroushhh
04-05-04, 03:31 AM
Hi,
A general point on global variables.
I thought that if something was decalred global then it should be accessible from everywhere in the system. Is this true ?

I find that the dPconfig array is null if i try to use it in the
vw_log_update.php, in particular the currency_symbol.
It must have been set as it appears in the view task area on the same screen as the log update.

can anyone explain this or provide a solution.
regards Nitroushhh.

ajdonnison
04-05-04, 08:36 AM
You don't need to use the dPconfig array directly, the $AppUI->getConfig($key) will return what you want.