OK, I've written specifications and they passed, so you can take a look at my code here: http://gitorious.org/projects/vogel/repos/mainline/blob/master/project/library/Vogel/Config/Ini.php
If you have git installed you can checkout using git clone git://gitorious.org/vogel/mainline.git Any comments are welcome, as I've mentioned, I'm not too confident in my own code yet, so there's probably lots to improve. Also note that unsetting (deleting) of values is not possible yet; since Zend_Config_Ini saves all subvalues as instances of Zend_Config, I could not override the __unset() method. Perhaps I'll save the original values and let it check which values were removed when save()ing, but for now, you'll have to do with this :) On 3/10/08, Julien Pauli <[EMAIL PROTECTED]> wrote: > > I'am :-) > > Julien.P > Thanks, -- Vincent
