Tuesday 13 June 2006 12:58:28 am
For several project I need to store specific settings. I use my own section in ini files :
[MySection]
NewsByPage=10
Help[news]=you should do this
Help[forum]=you should do that
it works well with single values and array with textual keys but when I use numeric keys in array, my settings are corrupted.
Example : I write this
[MySection]
NewsID[163]=189
NewsID[192]=202
and after some use, eZ publish rewrites my config like that :
[MySection]
NewsID[]=189
NewsID[]=202
Is it normal or a bug ?
Damien
Planet eZ Publish.fr : http://www.planet-ezpublish.fr
Certification : http://auth.ez.no/certification/verify/372448
Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish
|