登录dedecms织梦后台,打开模块管理->模块生成向导
模块名称:企业招聘信息
联系email:88888888@qq.com
模块xx名称
开发团队:织梦58
发布时间:2017-5-02
官方网址:http://www.dede58.com/
相关推荐:《dedecms使用教程》
后台管理菜单:
<m:top name='企业招聘信息' c='6,' display='block' rank=''> <m:item name='企业招聘列表' link='job_index.php' rank='' target='main' /> <m:item name='添加职位' link='job_add.php' rank='' target='main' /> </m:top>
使用说明文件:
<div style='padding-left:20px;line-height:150%'><p>版权所有:redaug</p><p>联系xxxxx</p><p>网址:<a href=http://www.dede58.com/>http://www.xxx.cn</a></p><p><strong>安装方式:</strong></p><p></p><p><strong>卸载方式:</strong></p><p></p></div>
安装程序:
drop table if exists `dede_job_company`;create table if not exists `dede_job_company` ( `id` int(11) not null auto_increment, `qyjs` text not null comment '企业介绍', `jjyq` int(11) not null comment '基本要求', `zprq` int(11) not null comment '招聘日期', `lxfs` int(11) not null comment '联系方式', `datetime` datetime not null, primary key (`id`)) engine=innodb default charset=gb2312 auto_increment=1 ;
删除程序:
drop table if exists `dede_job_company`;
文件列表:
../job_search.phpjob_index.phpjob_add.phptemplets/job_index.htmtemplets/job_add.htm
以上就是dedecms怎么打包的详细内容。
