Zend framework 如何在zend framework中将ini文件中的StripTags的TagSalowed选项定义为数组

Zend framework 如何在zend framework中将ini文件中的StripTags的TagSalowed选项定义为数组,zend-framework,Zend Framework,我有几个允许的标记,它们应该在ini文件中声明为数组 我尝试过以下方法: comment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed=iframe 它正在工作 但是当使用这样的数组时: frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed[]=div frontendcomment.eleme

我有几个允许的标记,它们应该在ini文件中声明为数组

我尝试过以下方法:

comment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed=iframe

它正在工作

但是当使用这样的数组时:

frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed[]=div frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed[]=iframe

它不起作用了

我真的很痛苦!谢谢

frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed.one = div
frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed.two = iframe
frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed.three = other
对你有用吗

不工作frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed.one=b frontendcomment.elements.comment_desc.options.filters.filters.StripTags.options.tagsAllowed.two=i frontendcomment.elements.comment_desc.options.filters.StripTagsAllowed.three=ul但它工作正常单个frontendcomment.elements.comment_desc.options.filters.StripTags.options.tagsAllowed=b