【发布时间】:2016-06-17 00:47:20
【问题描述】:
是否可以在 symfony2 中有一个匹配此格式的 yml 树构建器:
X:
name: ---
#other fields...
X:
name: -------
#other fields
X:
name: -----
#other fields
X:
# and so on .....
换句话说,无限嵌套?
【问题讨论】: