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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -