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

Adam Jensen's Blog: A Reusable Zend Framework Content Module

DevShed: Null and Empty Strings

Cal Evans' Blog: Packaging Zend Framework As A Phar Revisited

Ben Ramsey's Blog: Zend Framework View Notes

Zend Developer Zone: Zend Framework and the New Hybrid Designer


Community Events











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


phpunit community interview conference functional release usergroup rest framework podcast series example symfony2 database zendframework2 testing language development opinion introduction

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