求助关于数据库链接,未找到数据库表,请问是不是存在临时位置了,临时路径是按什么规则保存的

浏览:475 发布日期:2015/06/16 分类:求助交流 关键字: mysql,thinkphp,onethink,demo,数据库,临时数据保存
$this->reply_info_model=M('reply_info');

$row['title']=$this->_post('title');
$row['info']=$this->_post('info');
$row['picurl']=serialize($this->_post('picurl'));
$row['picurl1']=$this->_post('picurl1');
$row['picurl2']=$this->_post('picurl2');
$row['picurl3']=$this->_post('picurl3');
$row['apiurl']=$this->_post('apiurl');
$row['token']=$this->_post('token');
$row['infotype']=$this->_post('infotype');

$where=array('infotype'=>$thisInfo['infotype'],'token'=>$this->token);

$this->reply_info_model->where($where)->save($row);
最佳答案
评论( 相关
后面还有条评论,点击查看>>