已采纳回答 / Thinker_Ac
显示你的方法名有错误,你的第一行$controller = $name.'Controller';后面的Controller应该大写,然后去检查你的method方法。
2015-07-04
最赞回答 / luofeng0603
是老师自己编写的函数,adminController.class.php 中有,代码是这样的:private function showmessage($info,$url){ echo "<script>alert('$info');window.location.href='$url'</script>"; exit;}
2015-07-03