我正在尝试在 codeigniter(rest_controller) 中的 restful 服务中创建一个 studentdb。我复制了类似的文件
Rest_contoller.php in libraries
Format.php in libraries
Rest.php in config and
rest_controller_lang.php in languages-english
当我尝试检查或加载文件时出现错误
{"status":false,"error":"Unknown method"}
我想我忘了做一些关于路径创建的事情。有人可以检查一下吗?