Zend Framework - Reading Application.ini values from a Controller

Posted by Ryan on Stack Overflow See other posts from Stack Overflow or by Ryan
Published on 2010-03-29T14:14:49Z Indexed on 2010/03/29 14:23 UTC
Read the original article Hit count: 238

I am trying to store my Google Maps API Key in my application.ini file, and I would like to be able to read it from my controller whenever its needed. How can I go about reading values from the application.ini from my controller?

Thanks!

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about web-applications