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

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

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

查看全部 1 个回答

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 人关注

推荐内容

DZ 转Anw出现问题?
请官方解释一下这个函数的作用功能,实在看不出来
不知道这个程序负载如何,我的论坛想转过来,数据库1G,附件50G,不知道官方技术能不能帮忙
使用dx2.5导入anwsion,首页无法访问
关于程序转换,我抛个砖头。
Discuz to Anwsion 转换程序 Beta 版
官方优先考虑DZ、PW和anwsion的数据转换,你看好吗
discuz 导入特殊主题怎么处理的?
论坛转换wecenter相关问题
tipask转换wecenter出错怎么解决啊?