在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → php开发的人力资源管理系统全部完整源码-珍藏版

php开发的人力资源管理系统全部完整源码-珍藏版

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.73M
  • 下载次数:14
  • 浏览次数:441
  • 发布时间:2020-10-31
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
php开发的人力资源管理系统全部完整源码-珍藏版
【实例截图】
【核心代码】
HRMS
└── HRMS
├── CONFIG
│   └── DBConfig.ini
├── hrms.sql
├── LIB
│   ├── jQuery
│   │   ├── css
│   │   │   ├── images
│   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   ├── jquery.ui.accordion.css
│   │   │   ├── jquery.ui.all.css
│   │   │   ├── jquery.ui.autocomplete.css
│   │   │   ├── jquery.ui.base.css
│   │   │   ├── jquery.ui.button.css
│   │   │   ├── jquery.ui.core.css
│   │   │   ├── jquery.ui.datepicker.css
│   │   │   ├── jquery.ui.dialog.css
│   │   │   ├── jquery.ui.progressbar.css
│   │   │   ├── jquery.ui.resizable.css
│   │   │   ├── jquery.ui.selectable.css
│   │   │   ├── jquery.ui.slider.css
│   │   │   ├── jquery.ui.tabs.css
│   │   │   └── jquery.ui.theme.css
│   │   └── js
│   │   ├── jquery.js
│   │   ├── jquery.timer.js
│   │   └── jquery-ui.js
│   ├── pager
│   │   ├── index.php
│   │   ├── pager.class.php
│   │   └── pager.css
│   └── Smarty
│   ├── libs
│   │   ├── debug.tpl
│   │   ├── plugin
│   │   │   ├── block.php.php
│   │   │   ├── block.textformat.php
│   │   │   ├── function.counter.php
│   │   │   ├── function.cycle.php
│   │   │   ├── function.fetch.php
│   │   │   ├── function.html_checkboxes.php
│   │   │   ├── function.html_image.php
│   │   │   ├── function.html_options.php
│   │   │   ├── function.html_radios.php
│   │   │   ├── function.html_select_date.php
│   │   │   ├── function.html_select_time.php
│   │   │   ├── function.html_table.php
│   │   │   ├── function.mailto.php
│   │   │   ├── function.math.php
│   │   │   ├── modifier.capitalize.php
│   │   │   ├── modifiercompiler.cat.php
│   │   │   ├── modifiercompiler.count_characters.php
│   │   │   ├── modifiercompiler.count_paragraphs.php
│   │   │   ├── modifiercompiler.count_sentences.php
│   │   │   ├── modifiercompiler.count_words.php
│   │   │   ├── modifiercompiler.default.php
│   │   │   ├── modifiercompiler.indent.php
│   │   │   ├── modifiercompiler.lower.php
│   │   │   ├── modifiercompiler.noprint.php
│   │   │   ├── modifiercompiler.string_format.php
│   │   │   ├── modifiercompiler.strip.php
│   │   │   ├── modifiercompiler.strip_tags.php
│   │   │   ├── modifiercompiler.upper.php
│   │   │   ├── modifiercompiler.wordwrap.php
│   │   │   ├── modifier.date_format.php
│   │   │   ├── modifier.debug_print_var.php
│   │   │   ├── modifier.escape.php
│   │   │   ├── modifier.regex_replace.php
│   │   │   ├── modifier.replace.php
│   │   │   ├── modifier.spacify.php
│   │   │   ├── modifier.truncate.php
│   │   │   ├── outputfilter.trimwhitespace.php
│   │   │   ├── shared.escape_special_chars.php
│   │   │   ├── shared.make_timestamp.php
│   │   │   ├── shared.mb_str_replace.php
│   │   │   └── variablefilter.htmlspecialchars.php
│   │   ├── Smarty.class.php
│   │   └── sysplugins
│   │   ├── smarty_internal_cacheresource_file.php
│   │   ├── smarty_internal_compile_append.php
│   │   ├── smarty_internal_compile_assign.php
│   │   ├── smarty_internal_compilebase.php
│   │   ├── smarty_internal_compile_block.php
│   │   ├── smarty_internal_compile_break.php
│   │   ├── smarty_internal_compile_call.php
│   │   ├── smarty_internal_compile_capture.php
│   │   ├── smarty_internal_compile_config_load.php
│   │   ├── smarty_internal_compile_continue.php
│   │   ├── smarty_internal_compile_debug.php
│   │   ├── smarty_internal_compile_eval.php
│   │   ├── smarty_internal_compile_extends.php
│   │   ├── smarty_internal_compile_foreach.php
│   │   ├── smarty_internal_compile_for.php
│   │   ├── smarty_internal_compile_function.php
│   │   ├── smarty_internal_compile_if.php
│   │   ├── smarty_internal_compile_include.php
│   │   ├── smarty_internal_compile_include_php.php
│   │   ├── smarty_internal_compile_insert.php
│   │   ├── smarty_internal_compile_ldelim.php
│   │   ├── smarty_internal_compile_nocache.php
│   │   ├── smarty_internal_compile_private_block_plugin.php
│   │   ├── smarty_internal_compile_private_function_plugin.php
│   │   ├── smarty_internal_compile_private_modifier.php
│   │   ├── smarty_internal_compile_private_object_block_function.php
│   │   ├── smarty_internal_compile_private_object_function.php
│   │   ├── smarty_internal_compile_private_print_expression.php
│   │   ├── smarty_internal_compile_private_registered_block.php
│   │   ├── smarty_internal_compile_private_registered_function.php
│   │   ├── smarty_internal_compile_private_special_variable.php
│   │   ├── smarty_internal_compile_rdelim.php
│   │   ├── smarty_internal_compile_section.php
│   │   ├── smarty_internal_compile_while.php
│   │   ├── smarty_internal_config_file_compiler.php
│   │   ├── smarty_internal_configfilelexer.php
│   │   ├── smarty_internal_configfileparser.php
│   │   ├── smarty_internal_config.php
│   │   ├── smarty_internal_data.php
│   │   ├── smarty_internal_debug.php
│   │   ├── smarty_internal_filter_handler.php
│   │   ├── smarty_internal_filter.php
│   │   ├── smarty_internal_function_call_handler.php
│   │   ├── smarty_internal_get_include_path.php
│   │   ├── smarty_internal_nocache_insert.php
│   │   ├── smarty_internal_parsetree.php
│   │   ├── smarty_internal_register.php
│   │   ├── smarty_internal_resource_eval.php
│   │   ├── smarty_internal_resource_extends.php
│   │   ├── smarty_internal_resource_file.php
│   │   ├── smarty_internal_resource_php.php
│   │   ├── smarty_internal_resource_registered.php
│   │   ├── smarty_internal_resource_stream.php
│   │   ├── smarty_internal_resource_string.php
│   │   ├── smarty_internal_smartytemplatecompiler.php
│   │   ├── smarty_internal_templatecompilerbase.php
│   │   ├── smarty_internal_templatelexer.php
│   │   ├── smarty_internal_templateparser.php
│   │   ├── smarty_internal_template.php
│   │   ├── smarty_internal_utility.php
│   │   ├── smarty_internal_wrapper.php
│   │   ├── smarty_internal_write_file.php
│   │   └── smarty_security.php
│   ├── templates
│   │   ├── accountinterview.tpl
│   │   ├── achievement.tpl
│   │   ├── addaccount.tpl
│   │   ├── addchannel.tpl
│   │   ├── adddepartment.tpl
│   │   ├── addinterview.tpl
│   │   ├── additem.tpl
│   │   ├── addprecontract.tpl
│   │   ├── addrequirement.tpl
│   │   ├── addresume.tpl
│   │   ├── addrole.tpl
│   │   ├── addscriptcss.tpl
│   │   ├── adduser.tpl
│   │   ├── channelnumber.tpl
│   │   ├── channelstate-lv.tpl
│   │   ├── channeltype.tpl
│   │   ├── detail.tpl
│   │   ├── editchannel.tpl
│   │   ├── editdepartment.tpl
│   │   ├── edititem.tpl
│   │   ├── editprecontract.tpl
│   │   ├── editrequirement.tpl
│   │   ├── editresume.tpl
│   │   ├── editrole.tpl
│   │   ├── edituser.tpl
│   │   ├── eligibilityresume.tpl
│   │   ├── footer.tpl
│   │   ├── header.tpl
│   │   ├── index.tpl
│   │   ├── listchannel.tpl
│   │   ├── listdepartment.tpl
│   │   ├── listinterview.tpl
│   │   ├── listitem.tpl
│   │   ├── listprecontract.tpl
│   │   ├── listrequirement.tpl
│   │   ├── listrole.tpl
│   │   ├── login.tpl
│   │   ├── noprecontact.tpl
│   │   ├── noprecontract.tpl
│   │   ├── personachievement.tpl
│   │   ├── readyprecontract.tpl
│   │   ├── resumecenter.tpl
│   │   ├── stationnumber-lv.tpl
│   │   ├── stationnumber.tpl
│   │   ├── system.tpl
│   │   ├── topuserinfo.tpl
│   │   ├── viewchannel.tpl
│   │   ├── viewdepartment.tpl
│   │   ├── viewresume.tpl
│   │   ├── viewrole.tpl
│   │   └── viewuser.tpl
│   ├── templates.7z
│   └── templates_c
│   ├── 076f685d9ca12b85159971f59603b721a3385ce2.file.header.tpl.php
│   ├── 4896bd92661af4b93915d2c24f72e038c433aeeb.file.index.tpl.php
│   ├── 509db77931878d79998162e9897125bc16de0bbf.file.footer.tpl.php
│   ├── 57d695b6bc5654b1e71d40820789666473f28346.file.footer.tpl.php
│   ├── 5c9315e3f5d3cdc94a7a52a9fa812edf193fa401.file.header.tpl.php
│   ├── 661d3d3733946ed3db149522c30c46321f4936e3.file.index.tpl.php
│   ├── 9854779b1512a96d55cbb53b55f874241d5468b0.file.readyprecontract.tpl.php
│   ├── 9b3769d23d540e43073f4636b06a052a42265982.file.detail.tpl.php
│   ├── 9ffa82a9d75043d0fbcb678e60db5d8a753e7df5.file.index.tpl.php
│   ├── aa47cc55af31085608c1ee55395cc6db37f19f33.file.resumecenter.tpl.php
│   ├── ae3e0f5990764d9933018011bfe81e057207b2e5.file.topuserinfo.tpl.php
│   ├── b39f57799f3b4732c26c9d6d173c8cdcaa913c09.file.addprecontract.tpl.php
│   ├── b58570a1c3509e3a0f0faf2a11bd1c7717a8a033.file.addresume.tpl.php
│   ├── b8c0fb5f27a38c835b16d4b9efc41b53c8962c15.file.noprecontact.tpl.php
│   ├── c531bfec7b4c30de7a8bf582caca963f148264c6.file.listinterview.tpl.php
│   ├── cb92f0f3b15b20b9e667d450d8646fade395e0e5.file.index.tpl.php
│   ├── d59582893ac874bfdcec4ede502f0df8ded24f11.file.index.tpl.php
│   ├── dee3d1ff7dcdf8395251d329e7f1f7daa4269829.file.index.tpl.php
│   ├── e2d722176c730a5a70f07c0bc9640b057695fe8a.file.listprecontract.tpl.php
│   ├── f79a69b7a84f285e4b63f91a84ea9d16f30c159d.file.addscriptcss.tpl.php
│   └── fec0fb4cfce14679d0acaf5acdcc6143cc725dcf.file.index.tpl.php
├── PHP
│   ├── CONTROL
│   │   └── DBConfig.class.php
│   ├── DAO
│   │   ├── AbstractDAO.class.php
│   │   ├── BookingDAO.class.php
│   │   ├── ChannalDAO.class.php
│   │   ├── ChannalTypeDAO.class.php
│   │   ├── ContactDAO.class.php
│   │   ├── DegreeDAO.class.php
│   │   ├── DepartmentDAO.class.php
│   │   ├── InterviewDAO.class.php
│   │   ├── ItemDAO.class.php
│   │   ├── LanguageDAO.class.php
│   │   ├── MailtypeDAO.class.php
│   │   ├── PowersDAO.class.php
│   │   ├── RessourceDAO.class.php
│   │   ├── ResumeDAO.class.php
│   │   ├── RoleDAO.class.php
│   │   ├── UsersDAO.class.php
│   │   └── WannajobDAO.class.php
│   └── DTO
│   ├── BookingDTO.class.php
│   ├── ChannalDTO.class.php
│   ├── ChannalTypeDTO.class.php
│   ├── ContactDTO.class.php
│   ├── DBDTO.class.php
│   ├── DegreeDTO.class.php
│   ├── DepartmentDTO.class.php
│   ├── InterviewDTO.class.php
│   ├── ItemDTO.class.php
│   ├── LanguageDTO.class.php
│   ├── MailtypeDTO.class.php
│   ├── PowersDTO.class.php
│   ├── RessourceDTO.class.php
│   ├── ResumeDTO.class.php
│   ├── RoleDTO.class.php
│   ├── UsersDTO.class.php
│   └── WannajobDTO.class.php
└── UI
├── channel
│   ├── addchannel.htm
│   ├── addchannel.php
│   ├── channeltype.htm
│   ├── channeltype.php
│   ├── editchannel.htm
│   ├── editchannel.php
│   ├── listchannel.htm
│   ├── listchannel.php
│   ├── viewchannel.htm
│   └── viewchannel.php
├── common
│   ├── bkop.php
│   ├── degree.php
│   ├── departmentop.php
│   ├── interviewop.php
│   ├── itemop.php
│   ├── language.php
│   ├── loginveri.php
│   ├── mailtype.php
│   ├── pageAccessControl.php
│   ├── ressource.php
│   ├── resumeop.php
│   ├── resume.php
│   ├── roleop.php
│   ├── usersop.php
│   └── wannajob.php
├── css
│   ├── birthday.css
│   └── style.css
├── flash
│   └── headgear.swf
├── gather
│   ├── achievement.htm
│   ├── achievement.php
│   ├── channelnumber.htm
│   ├── channelnumber.php
│   ├── channelstate-lv.htm
│   ├── channelstate.php
│   ├── channeltype.htm
│   ├── channeltype.php
│   ├── eligibilityresume.htm
│   ├── eligibilityresume.php
│   ├── personachievement.htm
│   ├── personachievement.php
│   ├── stationnumber.htm
│   ├── stationnumber-lv.htm
│   ├── stationnumber-lv.php
│   └── stationnumber.php
├── images
│   ├── abc.gif
│   ├── a.bmp
│   ├── AccountReports.gif
│   ├── Accounts.gif
│   ├── a.jpg
│   ├── bg1.gif
│   ├── blogo.gif
│   ├── bottombg.gif
│   ├── bt_appear.gif
│   ├── Calendar.gif
│   ├── ContactReports.gif
│   ├── Contacts.gif
│   ├── CreateAccounts.gif
│   ├── CreateContacts.gif
│   ├── CreateEmails.gif
│   ├── CreateLeads.gif
│   ├── CreateOpportunities.gif
│   ├── dvmenubg3.gif
│   ├── EmailFolder.gif
│   ├── Emails.gif
│   ├── end_off.gif
│   ├── export.gif
│   ├── forum_isnews.gif
│   ├── forum_lock.gif
│   ├── forum_nonews.gif
│   ├── Forum_readme.gif
│   ├── h3Arrow.gif
│   ├── help.gif
│   ├── jindu.jpg
│   ├── lastpost.gif
│   ├── LeadReports.gif
│   ├── Leads.gif
│   ├── logo.gif
│   ├── messages1.gif
│   ├── messages2.gif
│   ├── navspacer.gif
│   ├── next_off.gif
│   ├── ok.gif
│   ├── OpportunityReports.gif
│   ├── previous_off.gif
│   ├── print.gif
│   ├── shang.jpg
│   ├── start_off.gif
│   ├── tabs_m_tile.gif
│   ├── topbg.gif
│   ├── xia.jpg
│   ├── yuan.jpg
│   └── zhong.jpg
├── index.php
├── interview
│   ├── accountinterview.htm
│   ├── addaccount.htm
│   ├── addinterview.php
│   ├── detail.php
│   └── listinterview.php
├── js
│   ├── birthday.js
│   ├── script.js
│   ├── selectAjax.js
│   └── showTime.js
├── login.htm
├── precontract
│   ├── addprecontract.php
│   ├── editprecontract.htm
│   ├── listprecontract.htm.bak
│   ├── listprecontract.php
│   ├── noprecontract.php
│   └── readyprecontract.php
├── requirement
│   ├── additem.htm
│   ├── addrequirement.htm
│   ├── edititem.htm
│   ├── editrequirement.htm
│   ├── listitem.htm
│   └── listrequirement.htm
├── resume
│   ├── addresume.php
│   ├── editresume.htm
│   ├── resumecenter.php
│   └── viewresume.htm
└── system
├── adddepartment.php
├── addrole.php
├── adduser.php
├── editdepartment.php
├── editrole.php
├── edituser.php
├── listdepartment.htm
├── listdepartment.php
├── listrole.htm
├── listrole.php
├── savaeditpartment.php
├── saveAdddepartment.php
├── saveAddrole.php
├── saveAdduser.php
├── saveDelPartmentselect.php
├── saveDelRoleSelect.php
├── saveDelUserSelect.php
├── saveEditrole.php
├── system.htm
├── system.php
├── viewdepartment.php
├── viewrole.htm
├── viewrole.php
├── viewuser.htm
└── viewuser.php

31 directories, 393 files

标签:

实例下载地址

php开发的人力资源管理系统全部完整源码-珍藏版

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警