gpt4 book ai didi

mysql - plone 4连接Mysql,在plone页面显示sql查询结果

转载 作者:行者123 更新时间:2023-11-29 00:54:05 26 4
gpt4 key购买 nike

我能够连接到 MySQL 数据库并创建 Zope 页面模板来运行一些查询并显示结果。现在我正在考虑将 SQL 查询结果的输出嵌入/添加/插入到 Plone 页面中,

所以当用户访问 www.plone_page.com 时,它可以看到此页面上的输出。

我该怎么做?

最佳答案

1.如果您知道如何编写浏览器: View ,请创建一个,然后在 pt 中您可以编写如下内容:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
lang="en"
i18n:domain="csi.wifistats"
metal:use-macro="context/main_template/macros/master">
<body>
<metal:content-core fill-slot="content-core">
<metal:content-core define-macro="content-core">
<!-- Your dynamic content -->

</metal:content-core>
</metal:content-core>
</body>
</html>

2.如果您不知道如何创建浏览器 View ,最好学习它然后转到步骤 1。;) http://collective-docs.readthedocs.org/en/latest/views/browserviews.html

关于mysql - plone 4连接Mysql,在plone页面显示sql查询结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6933155/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com