在Kohana 3中是否可以一起使用Controller_REST和Controller_Template?

发布于 2024-08-29 14:53:29 字数 76 浏览 2 评论 0原文

现在我正在使用 Controller_Template,但希望拥有 RESTful URL,是否可以以某种方式一起使用这两个控制器?谢谢。

Right now I'm using Controller_Template would like to have RESTful URLs though, is it possible to use both the controllers together somehow? Thanks.

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

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

发布评论

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

评论(1

梅倚清风 2024-09-05 14:53:29

不,PHP 不支持多重继承。您需要使用另一个类扩展 Controller_Template 并手动将代码表单 Controller_REST 复制到其中。

No, PHP does not support multiple inheritance. You will need to extend Controller_Template with another class and manually copy the code form Controller_REST into it.

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