Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-11 Thread Vincent
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 comme

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-11 Thread Vincent
On 3/11/08, Julien Pauli <[EMAIL PROTECTED]> wrote: > > Don't worry => just write tests and tests again, with use cases. I will be > enought ;-) Hehe, the problem is: I don't know PHPUnit :) I've been learning PHPSpec (great work Padraic :), but unfortunately, PHPMock has still not released any b

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-11 Thread Julien Pauli
Don't worry => just write tests and tests again, with use cases. I will be enought ;-) Julien.P 2008/3/11, Vincent <[EMAIL PROTECTED]>: > > > > On 3/11/08, Julien Pauli <[EMAIL PROTECTED]> wrote: > > > > Please, visit that improvement : > > http://framework.zend.com/issues/browse/ZF-2849 > > Feel

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-11 Thread Vincent
On 3/11/08, Julien Pauli <[EMAIL PROTECTED]> wrote: > > Please, visit that improvement : > http://framework.zend.com/issues/browse/ZF-2849 > Feel free to contact both Rob or me for making a proposal of refactoring + > adding implementations (such as the save() one ) for Zend_Config. Hmm... I have

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-11 Thread Julien Pauli
Please, visit that improvement : http://framework.zend.com/issues/browse/ZF-2849 Feel free to contact both Rob or me for making a proposal of refactoring + adding implementations (such as the save() one ) for Zend_Config. regards Julien.P 2008/3/11, Vincent <[EMAIL PROTECTED]>: > > > > On 3/10/08

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-11 Thread Vincent
On 3/10/08, Jan Pieper <[EMAIL PROTECTED]> wrote: > > Today i´ve created a new issue with exact the same target: > http://framework.zend.com/issues/browse/ZF-2838 > > Well, actually, that one is a little bit different. My library will be able to *update* existing INI files. However, with the curren

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-10 Thread Jan Pieper
Today i´ve created a new issue with exact the same target: http://framework.zend.com/issues/browse/ZF-2838 On 3/10/08, *Julien Pauli* <[EMAIL PROTECTED] > wrote: I'am :-) Then you'll be happy to note that I've progressed quite far :) Currently, the only thin

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-10 Thread Vincent
On 3/10/08, Julien Pauli <[EMAIL PROTECTED]> wrote: > > I'am :-) Then you'll be happy to note that I've progressed quite far :) Currently, the only things left on the TODO list are allowing for unsetting of values (i.e. deleting them) and to write specifications (unit tests). I'll post a final me

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-10 Thread Julien Pauli
I'am :-) Julien.P 2008/3/5, Vincent <[EMAIL PROTECTED]>: > > > > On 3/5/08, dinok <[EMAIL PROTECTED]> wrote: > > > > > > Have a look at http://www.zfforum.de/showthread.php?t=1453 > > It's a german page, but you should be able to copy some source :-D > > > > Best regards > > > Thanks. Problem wit

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-05 Thread Vincent
On 3/5/08, dinok <[EMAIL PROTECTED]> wrote: > > > Have a look at http://www.zfforum.de/showthread.php?t=1453 > It's a german page, but you should be able to copy some source :-D > > Best regards Thanks. Problem with this is that the licensing is unclear and that it cannot update existing configur

Re: [fw-general] Library for writing config (INI) files to disk?

2008-03-05 Thread dinok
Have a look at http://www.zfforum.de/showthread.php?t=1453 It's a german page, but you should be able to copy some source :-D Best regards Vincent-20 wrote: > > Hi, > > For my project, I'd like to be able to update INI files. Since > Zend_Config_Ini does not have the ability to write to files

[fw-general] Library for writing config (INI) files to disk?

2008-03-04 Thread Vincent
Hi, For my project, I'd like to be able to update INI files. Since Zend_Config_Ini does not have the ability to write to files, I was looking for a different library that is open source and able to write INI files to disk, preferable working with Zend_Config_Ini (if it can take an array of configu