MOD X evloution 获取要放置在父资源中的子资源内容
我有一个父资源,大约有 4 个子资源(为什么需要这样设置,而不是通过模板变量或块)我需要让子资源(这是简单的 html 标记)显示在父资源中资源可以做到这一点。
我是否可以在父级中包含一个片段,其中有一个 php 代码可以获取另一个资源的内容?如果片段中存在特定资源,如何获取资源内容?
谢谢, 尼基尔
I have a parent resource and say about 4 child resource (There is a need why this is setup like this and not by Template varibale or chunk) I need to get the child resources (which is simple html markup) to be shown in the parent resource can this be done.
Is there a snippet I can include in parent which has a php code which gets the contents of another Resource? Whats the way to get resource content if a specifiv resource in a snippet??
Thanks,
Nikhil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Ditto 代码片段以任何您想要的方式显示孩子的内容
,然后创建一个块来显示您想要从孩子那里获得的信息。
在 Ditto 模板中使用加号而不是星号 :)
在此处查看 Ditto: http://wiki .modxcms.com/index.php/Ditto
You could use the Ditto snippet to show the childrens content anyway you want
And then you create a chunk that shows the info you want from your children.
Use plus-sign instead of asterix inside the Ditto template :)
Check out Ditto here: http://wiki.modxcms.com/index.php/Ditto