Can an array be specified in an ini file to be parsed using Zend_Config_Ini

前端 未结 3 993
死守一世寂寞
死守一世寂寞 2021-02-05 02:20

Is there a way to specify a one dimensional array in a ini file.

so in my ini I would like to do

someproperty = [array of something]

I am using Ze

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-05 02:49

    Although undocumented, this seems to work quite well too:

    foo[bar] = 5
    foo[baz] = 6
    hello[world] = 7
    

提交回复
热议问题