该问题已被锁定!
3
关注
3411
浏览

想导入原系统的数据到Wecenter里,但不知道这个系统的数据库用什么框架,要转换数据应如果操作数据库?

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
AWSupport 初级会员 用户来自于: 广东省深圳市
2013-07-09 10:35
$this->model('system')->query($sql, $limit = null, $offset = null, $where = null);
$this->model('system')->insert($table, $data);
$this->model('system')->fetch_all($table, $where = null, $order = null, $limit = null, $offset = 0);
$this->model('system')->fetch_row($table, $where = null, $order = null);
$this->model('system')->delete($table, $where = '');
更多方法参见 system/aws_model.inc.php

关于作者

ddddddd_ 注册会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2013-07-09 10:24
更新时间
2013-07-09 10:35
关注人数
3 人关注

相关问题

phpmyadmin用户信息保留关键字数据表是哪个
关于anwsion的数据层的函数
批量导入问答数据的插件,有个字段不明白了
这个数据库查询报错是啥意思?浏览问题的时候
两个wecenter系统,能通过ucenter整合吗?
问答系统有这么火吗?
负责数据库处理的是哪个文件?
【求助】目前系统打开缓慢,大约有1万条左右的问答和文章数据
系统放在耳机目录下登录后台直接跳转admin怎么回事,伪静态么
基于问答系统的二次开发