摘要:
新加字段 typeimg
后台执行SQL:
alter table `dede_arctype` add `typeimg` char(100) NOT NULL default '';
PS:dede是安装程序时候的表前缀,根据你自己的情况修改
涉及到文件:
dede/catalog_add.php
dede/catalog_edit.php
dede/templets/catalog_add.htm
dede/templets/catalog_edit.htm
打开dede/catalog_add.php
查找$queryTemplate = "insert into `cn_arctype` 阅读全文
posted @ 2014-07-30 15:55
小猪加油
阅读(161)
评论(0)
推荐(0)