标签: php kohana uri
它给出了错误“ErrorException [Notice]:Undefined property:Controller_Admin_Videocategory :: $ uri”。 请建议
答案 0 :(得分:2)
这取决于您使用的版本,但如果它是最新且稳定的 - Kohana 3.2,那么:
$this->request->param('parent_id');
如here中所述。