Generally when I use Zend_Config_Ini, I dump the whole thing to an array and save that array in session. Now, I also needed to be able to use constants in my INI file but Zend_Config_Ini does not seem to support this. I also worked with a JAVA team and decided to adopt their standard of [...]
