摘要:
平时用$_post[''],$_get['']获取表单中参数时会出现Notice: Undefined index: ; 我们经常接收表单POST过来的数据时报Undefined index错误,如下: $act=$_POST['action']; 用以上代码总是提示 Notice: Undefin 阅读全文
摘要:
魔术方法 __set 用private 封装后出现问题 private function __set(){} 就是这个格式 10 错误信息就是这个:The magic method __set() must have public visibility and cannot be static 最佳 阅读全文