1

谁能告诉我下面的 xml 的标题节点实际上是做什么的?我很难找到相关信息。

<config>
<acl>
    <resources>
        <all>
            <title>Allow Everything</title>
        </all>
        <admin>
            <children>
                <system>
                    <children>
                        <config>
                            <children>
                                <tag_manager translate="title" module="googletagmanager">
                                    <title>Google Tag Manager</title>
                                    <sort_order>0</sort_order>
                                </tag_manager>
                            </children>
                        </config>
                    </children>
                </system>
            </children>
        </admin>
    </resources>
</acl>

4

1 回答 1

5

该标签用于All在用户角色定义中生成选项。
它在核心文件中很有用,但在自定义模块中没有价值。老实说,我不知道这是怎么失控的。网络上到处都有带有这个all标签的扩展和代码示例。也许这只是另一种情况,这就是他们的做法,就像$installer = $this在升级脚本中使用一样。你可以删除它,看看会发生什么......什么都没有。

于 2013-08-30T13:24:06.993 回答