标签:ar on 数据 php br har table 框架 11
先新建一个数据表
CREATE TABLE TOUSU{
id int(11) not null,
orderid int(11) not null,
title varchar(128) not null,
content varchar(128) not null,
name varchar(128) not null,
phone varchar(128) not null,
email varchar(128) not null,
updatetime datetime ,
replydatetime datetime ,
replycontent varchar(128),
statu int(8),
isdel int(8)
};
标签:ar on 数据 php br har table 框架 11
原文地址:http://www.cnblogs.com/leong/p/4153382.html