Dashcode mysql 数据源绑定

发布于 2024-09-05 11:32:58 字数 329 浏览 9 评论 0原文

您好,我有一个棘手的问题(不是都很棘手吗?)

我正在将使用 php 的数据库驱动网站转换为使用 Dashcode 构建的网站。

当前站点选择 mySQL 数据库中保存的数据并动态创建页面内容。最初这样做是为了减少站点维护,因为所有当前内容都可以在上传到实时数据库之前离线维护和检查,从而避免代码更改。

在 dashcode 中,您可以使用 JSON 文件作为数据源 - 这很好,它可以工作 - 除了维护方面。当数据库保存数据并从其他地方更新时,客户端不愿意(我理解为什么)更新数百行相当结构化的 JS 对象代码。

那么 - 让 Dashcode 链接到数据库数据的最佳方法是什么?

Hi I've got a tricky question (aren't they all tricky?)

I'm converting a database driven site that uses php, to a site being built with Dashcode.

The current site selects data held in a mySQL database and dynamically creates the page content. Originally this was done to reduce site maintenance because all the current content could be maintained and checked offline before uploading to the live database, therefore avoiding code changes.

In dashcode you can work from a JSON file as a datasource - which is fine, it works - except for the maintenance aspect. The client is not willing (and I understand why) to update several hundred lines of fairly structured JS object code when the database holds the data and is updated from elsewhere.

So - What's the best way to get Dashcode to link to the database data?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

楠木可依 2024-09-12 11:32:58

你从哪里获取 JSON?这是从原始 MySQL 生成的吗?您能否无法从 MySQL 生成 JSON,从而在上传到 MySQL 之前使用原始维护过程?

Where are you getting the the JSON from? Is that being generated from the original MySQL? Could you not generate the JSON from the MySQL and therefore use the original maintenance procedure prior to uploading to MySQL?

恏ㄋ傷疤忘ㄋ疼 2024-09-12 11:32:58

对于我的项目,我通常创建一个 php 中间体,当访问该中间体时,它会登录到 MySQL 数据库并将结果写入页面正文中的 xml 中。只需将 daschcode 指向数据源中的 php 文件即可。参数甚至可以通过数据源中的 url 通过 GET 传递到 php 脚本中。

For my projects I usually create a php intermediate that when accessed logs into the MySQL database and phrases the results into xml in the body of the page. Just point daschcode to the php file in the data source. Parameters can even be passed into the php script through with GET through the url in the data source.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文