You should be able to retrieve the config in `application.config.php`.
If you look at `Zend\Mvc\Application::init()`, that config is set in a
service called `ApplicationConfig`, so just
`$sm->get('ApplicationConfig');` ;)Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 26 October 2012 22:26, Ralf Eggert <[email protected]> wrote: > Hi, > > am I right, that all configuration data from the application.config.php > is only used for application setup and not added to the big casacading > config data, which is read from module config files and the files from > /config/autoload? > > Or is there a chance to get to these data when the application is up and > running? > > Regards, > > Ralf > > -- > Ralf Eggert > Geschäftsführer > > Travello GmbH > An der Eiche 15 > 25421 Pinneberg > > Geschäftsführer: Ralf Eggert > Amtsgericht Pinneberg HRB 6112 PI > > Tel: 04101/8529401 > Fax: 04101/8529402 > E-Mail: [email protected] > Web: http://www.travello.de > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > >
