标签: php rest controller kohana
现在我正在使用Controller_Template想拥有RESTful URL,是否有可能以某种方式同时使用这两个控制器?感谢。
答案 0 :(得分:2)
不,PHP不支持多重继承。您需要将Controller_Template与另一个类一起扩展,然后手动将代码格式Controller_REST复制到其中。
Controller_Template
Controller_REST