gpt4 book ai didi

php - 如何将 Recess 数据输出为 Json?

转载 作者:行者123 更新时间:2023-12-02 06:05:06 24 4
gpt4 key购买 nike

我已经安装了 Recess:

http://www.recessframework.org/

配置数据库,添加表,生成模型和 Controller 。

在视频教程中,您可以看到作者使用 ../something.json 之类的 URI 来获取 JSON 结果。我生成了一个配置文件类,所以我导航到 ../profile.json,但出现错误:

Unable to provide desired content-type. Does the view XXX exist?

基本上我需要的是一个在 Ember.js 中使用的适当形式的 Restful JSON 服务。

如果 Recess 返回 JSON 而不添加 .json,我会喜欢它。

你们中有人知道如何使它工作吗?
如何正确使用 Recess 制作 JSON Restful 服务?

休会论坛已关闭,因此您只能提供帮助。

最佳答案

您需要修改 Controller 类以允许它以 JSON 格式输出数据

/**
* !RespondsWith Json, Layouts
* !Prefix something/
*/

如果您想摆脱将 .json 添加到请求 URL - 只需将 Json 作为单个可能的输出:
/**
* !RespondsWith Json
* !Prefix something/
*/

this link详情

另一方面,您可以使用 Accept: application/json 强制 JSON 输出。 HTTP 请求中的 header ,因此不应在请求 URL 中添加 .json 字样。但是,您仍然需要在 Controller 类中启用 Json 输出。

关于php - 如何将 Recess 数据输出为 Json?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17931170/

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