E_D("DROP TABLE IF EXISTS `db_feedback_cat`;"); $this->E_C("CREATE TABLE `db_feedback_cat` ( `catid` smallint(4) NOT NULL AUTO_INCREMENT, `status` tinyint(4) NOT NULL, `lang` varchar(20) DEFAULT NULL, `name` varchar(50) NOT NULL, `sort` int(11) NOT NULL DEFAULT '0', `formtemp` text, `is_enter` text, `must_enter` text, `verify_code` tinyint(3) NOT NULL, `member_group` varchar(50) DEFAULT NULL, `request_email` varchar(255) DEFAULT NULL, PRIMARY KEY (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8"); $this->E_D("replace into `db_feedback_cat` values('4','1','','在线留言','0','标题title 姓名name 邮箱email 手机mobile 内容content 女sex 城市city 截止时间endtime',',title,name,email,mobile,sex,city,endtime,',',title,name,mobile,','1',NULL,'');"); $this->E_D("replace into `db_feedback_cat` values('5','1','','人才招聘','0','标题title 姓名name 邮箱email 手机mobile 内容content 女sex',',title,name,','','1','','');"); $this->E_D("replace into `db_feedback_cat` values('6','1','','test','0','标题title 姓名name 邮箱email 手机mobile 内容content 女sex 城市city 截止时间endtime',',title,name,','','0','','');"); ?>