I am going to talking about some the config issue in Magento:
Let me assume that:
If I want to declare some global configuration in app/etc/config.xml for:
I want to set delay time for refresh page as 5000ms.
In the code, I will try to get like below:
Mage::app()->getConfig()->getDelayTime();
or
Mage::app()->getConfig()->get('delaytime');
How should I do?
Inside
defaultnode put something likeand then get this value: