List of values I can specify in Zend application.i

2019-09-17 12:11发布

问题:

I am using the Zend Framework and I cannot locate in the documentation the values I can specify in the application.ini file. Does anyone have a link to where I could see them?

Thanks, Darren

回答1:

There is no exhaustive list, since you can specify arbitrary configuration values that are specific to your app.

The "built-in" stuff is mostly about configuting build-in resource plugins, so a good source of information on those might help you. The manual describes them in fair detail.