how retrieve array returned by config in zend framework 2 -


how can array returned config/autoload in zend framework 2?

#config/autoload/myconfig.local.php  return array('foo' => 'bar'); 

i noticed if file have not "return array()" exception throw

this config merged automatically in whole app config. can calling

$sl->get('config')

on servicemanager. there config have.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -