开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜