开发者

In Kohana 3 Is it possible to use Controller_REST and Controller_Template together?

开发者 https://www.devze.com 2022-12-27 16:17 出处:网络
Right now I\'m using Controller_Template would like to have RESTful URLs though, is it possible to use both the controllers together somehow? Than开发者_如何转开发ks.No, PHP does not support multiple

Right now I'm using Controller_Template would like to have RESTful URLs though, is it possible to use both the controllers together somehow? Than开发者_如何转开发ks.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号