News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Zend_Config_Ini and a string
June 21, 2011 @ 12:30:50

In a new post today Rob Allen shows a method you can drop into your Zend Framework application to allow Zend_Config_Ini to take in a string instead of being restricted to loading a file.

With PHP 5.3 however there is is a new function called parse_ini_string() which will allow us to load arbitrary ini string into Zend_Config objects. This can't go into Zend Framework 1 though due to our PHP 5.2.4 minimum version requirement. As I needed this for a project, I extended Zend_Config_Ini to support this feature, which means simply overloading a single method.

He includes the code for the method - the App_Config_Ini class that includes a _parseIniFile method that checks to see if the last four characters of the input value are ".ini". If so, it loads like normal. If not, it assumes it's a configuration string and parses it with the new parse_ini_string method.

0 comments voice your opinion now!
zendframework configuration ini string parseinistring


blog comments powered by Disqus

Similar Posts

Patrick Reilly's Blog: Zend Framework Project Teams Need You

Raphael Stolt's Blog: Teaching the Zend REST server to talk JSON

Zack Curl's Blog: Why Web Application Frameworks Are Great

Spindrop.us: Creating, Updating, Deleting documents in a Lucene Index with symfony

Padraic Brady's Blog: Services_Oauth and Zend_Oauth Revisited


Community Events









Don't see your event here?
Let us know!


unittest framework object opinion database release interview composer phpunit tool development api zendframework2 language community example code testing podcast introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework