更新提示Call to a member function save()

浏览:13752 发布日期:2013/08/01 分类:求助交流
       $data=array(
                'ID'=> $user['ID'],
                'LastTime'=> time(),
                'LastIp'=> get_client_ip(),  
                'RegTime'=> time(),  
                );
             $db->save($data);
提示Call to a member function save() on a non-object是什么问题
最佳答案
评论( 相关
后面还有条评论,点击查看>>