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
Post a Comment