在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → PHP物品管理系统

PHP物品管理系统

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:6.07M
  • 下载次数:115
  • 浏览次数:836
  • 发布时间:2022-01-18
  • 实例类别:PHP语言基础
  • 发 布 人:mxwy
  • 文件格式:.rar
  • 所需积分:3
 相关标签: 管理系统 php hp 管理 系统

实例介绍

【实例简介】PHP物品管理系统

【实例截图】

from clipboard

【核心代码】

.
├── 好例子网_物品管理系统.rar
└── 物品管理系统
    ├── SpeedPHP
    │   ├── Core
    │   │   ├── spController.php
    │   │   ├── spModel.php
    │   │   └── spView.php
    │   ├── Drivers
    │   │   ├── Smarty
    │   │   │   ├── Smarty.class.php
    │   │   │   ├── debug.tpl
    │   │   │   ├── plugins
    │   │   │   │   ├── 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
    │   │   │   │   ├── function.popup.php
    │   │   │   │   ├── function.popup_init.php
    │   │   │   │   ├── modifier.capitalize.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
    │   │   │   │   ├── 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
    │   │   │   │   ├── outputfilter.trimwhitespace.php
    │   │   │   │   ├── shared.escape_special_chars.php
    │   │   │   │   ├── shared.make_timestamp.php
    │   │   │   │   ├── shared.mb_str_replace.php
    │   │   │   │   └── variablefilter.htmlspecialchars.php
    │   │   │   └── sysplugins
    │   │   │       ├── smarty_internal_cacheresource_file.php
    │   │   │       ├── smarty_internal_compile_append.php
    │   │   │       ├── smarty_internal_compile_assign.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_for.php
    │   │   │       ├── smarty_internal_compile_foreach.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_compilebase.php
    │   │   │       ├── smarty_internal_config.php
    │   │   │       ├── smarty_internal_config_file_compiler.php
    │   │   │       ├── smarty_internal_configfilelexer.php
    │   │   │       ├── smarty_internal_configfileparser.php
    │   │   │       ├── smarty_internal_data.php
    │   │   │       ├── smarty_internal_debug.php
    │   │   │       ├── smarty_internal_filter.php
    │   │   │       ├── smarty_internal_filter_handler.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_template.php
    │   │   │       ├── smarty_internal_templatecompilerbase.php
    │   │   │       ├── smarty_internal_templatelexer.php
    │   │   │       ├── smarty_internal_templateparser.php
    │   │   │       ├── smarty_internal_utility.php
    │   │   │       ├── smarty_internal_wrapper.php
    │   │   │       ├── smarty_internal_write_file.php
    │   │   │       └── smarty_security.php
    │   │   ├── TemplateLite
    │   │   │   ├── class.compiler.php
    │   │   │   ├── class.config.php
    │   │   │   ├── class.template.php
    │   │   │   ├── internal
    │   │   │   │   ├── compile.compile_config.php
    │   │   │   │   ├── compile.compile_custom_block.php
    │   │   │   │   ├── compile.compile_custom_function.php
    │   │   │   │   ├── compile.compile_if.php
    │   │   │   │   ├── compile.generate_compiler_debug_output.php
    │   │   │   │   ├── compile.include.php
    │   │   │   │   ├── compile.parse_is_expr.php
    │   │   │   │   ├── compile.section_start.php
    │   │   │   │   ├── debug.tpl
    │   │   │   │   ├── template.build_dir.php
    │   │   │   │   ├── template.config_loader.php
    │   │   │   │   ├── template.destroy_dir.php
    │   │   │   │   ├── template.fetch_compile_include.php
    │   │   │   │   └── template.generate_debug_output.php
    │   │   │   └── plugins
    │   │   │       ├── block.capture.php
    │   │   │       ├── block.strip.php
    │   │   │       ├── block.textformat.php
    │   │   │       ├── compiler.debug.php
    │   │   │       ├── compiler.tplheader.php
    │   │   │       ├── function.counter.php
    │   │   │       ├── function.cycle.php
    │   │   │       ├── function.db_function_call.php
    │   │   │       ├── function.db_result_call.php
    │   │   │       ├── function.html_checkboxes.php
    │   │   │       ├── function.html_hidden.php
    │   │   │       ├── function.html_image.php
    │   │   │       ├── function.html_input.php
    │   │   │       ├── function.html_options.php
    │   │   │       ├── function.html_radios.php
    │   │   │       ├── function.html_select_date.php
    │   │   │       ├── function.html_select_time.php
    │   │   │       ├── function.html_table.php
    │   │   │       ├── function.html_textbox.php
    │   │   │       ├── function.in_array.php
    │   │   │       ├── function.mailto.php
    │   │   │       ├── function.math.php
    │   │   │       ├── function.popup.php
    │   │   │       ├── function.popup_init.php
    │   │   │       ├── function.resize_image.php
    │   │   │       ├── modifier.bbcode2html.php
    │   │   │       ├── modifier.capitalize.php
    │   │   │       ├── modifier.cat.php
    │   │   │       ├── modifier.count_characters.php
    │   │   │       ├── modifier.count_paragraphs.php
    │   │   │       ├── modifier.count_sentences.php
    │   │   │       ├── modifier.count_words.php
    │   │   │       ├── modifier.date.php
    │   │   │       ├── modifier.date_format.php
    │   │   │       ├── modifier.debug_print_var.php
    │   │   │       ├── modifier.default.php
    │   │   │       ├── modifier.escape.php
    │   │   │       ├── modifier.indent.php
    │   │   │       ├── modifier.lower.php
    │   │   │       ├── modifier.regex_replace.php
    │   │   │       ├── modifier.replace.php
    │   │   │       ├── modifier.spacify.php
    │   │   │       ├── modifier.string_format.php
    │   │   │       ├── modifier.strip.php
    │   │   │       ├── modifier.truncate.php
    │   │   │       ├── modifier.upper.php
    │   │   │       ├── outputfilter.gzip.php
    │   │   │       ├── outputfilter.trimwhitespace.php
    │   │   │       ├── postfilter.showtemplatevars.php
    │   │   │       ├── prefilter.jstrip.php
    │   │   │       ├── prefilter.showinfoheader.php
    │   │   │       ├── shared.escape_chars.php
    │   │   │       └── shared.make_timestamp.php
    │   │   ├── mssql.php
    │   │   ├── mysql.php
    │   │   ├── mysqli.php
    │   │   ├── oracle.php
    │   │   ├── pdo.php
    │   │   ├── sae.php
    │   │   ├── speedy.php
    │   │   └── sqlite.php
    │   ├── Extensions
    │   │   ├── Services_JSON.php
    │   │   ├── spAccessCache.php
    │   │   ├── spAcl.php
    │   │   ├── spLog.php
    │   │   └── spUrlRewrite.php
    │   ├── LICENSE.txt
    │   ├── Misc
    │   │   └── notice.php
    │   ├── SpeedPHP.php
    │   ├── spConfig.php
    │   └── spFunctions.php
    ├── attached
    │   └── file
    │       ├── 20140516
    │       │   ├── 20140516165729_67546.jpg
    │       │   ├── 20140516172215_67615.jpg
    │       │   ├── 20140516172240_11290.jpg
    │       │   ├── 20140516175331_95130.jpg
    │       │   ├── 20140516175517_72712.jpg
    │       │   └── 20140516184455_61817.jpg
    │       ├── 20140519
    │       │   ├── 20140519222653_18970.jpg
    │       │   ├── 20140519222742_51360.jpg
    │       │   └── 20140519223412_33856.jpg
    │       └── 20140520
    │           └── 20140520182929_82663.jpg
    ├── cangku.sql
    ├── controller
    │   └── main.php
    ├── dist
    │   ├── css
    │   │   ├── bootstrap-responsive.css
    │   │   ├── bootstrap-theme.css
    │   │   ├── bootstrap-theme.min.css
    │   │   ├── bootstrap.css
    │   │   └── bootstrap.min.css
    │   ├── fonts
    │   │   ├── glyphicons-halflings-regular.eot
    │   │   ├── glyphicons-halflings-regular.svg
    │   │   ├── glyphicons-halflings-regular.ttf
    │   │   └── glyphicons-halflings-regular.woff
    │   └── js
    │       ├── bootstrap-carousel.js
    │       ├── bootstrap.js
    │       ├── bootstrap.min.js
    │       ├── default.css
    │       ├── jquery.min.js
    │       ├── kindeditor.js
    │       └── zh_CN.js
    ├── images
    │   ├── 1.mp3
    │   ├── Clock.js
    │   ├── admin
    │   │   ├── nav_bg_active.gif
    │   │   ├── nav_bg_active2.png
    │   │   ├── nav_bg_inactive.gif
    │   │   └── nav_bg_inactive2.png
    │   ├── bj.jpg
    │   ├── li.png
    │   ├── login.jpg
    │   ├── logo.gif
    │   ├── ly.jpg
    │   ├── menu_bg.gif
    │   ├── top1.jpg
    │   ├── top2.jpg
    │   ├── top3.jpg
    │   └── top_bg.jpg
    ├── index.php
    ├── model
    │   ├── admin.php
    │   ├── book.php
    │   ├── confing.php
    │   ├── goout.php
    │   ├── linshi.php
    │   ├── shop.php
    │   ├── time.php
    │   └── timea.php
    ├── php
    │   ├── JSON.php
    │   └── upload_json.php
    ├── temp
    ├── tmp
    │   ├── 05c641fbd135d7862343a4f84cf419d7d21d3a4a.file.foura.html.php
    │   ├── 2625d1b0a708e16c96705624bb47363b12e95ebc.file.two.html.php
    │   ├── 2ee5f0d49733fb7b3d27262fabfb7371526f8107.file.index.html.php
    │   ├── 43320f35ce558ab45473171b27bacc547cbd8001.file.shopadd.html.php
    │   ├── 4ffaa24e3c00368260737d1b7ff8da211cb0cb15.file.confing.html.php
    │   ├── 56e252ed229fc445794a7848d7ee729dd936b31b.file.moren.html.php
    │   ├── 5d15fd40a4f005f9a7a3faa69f9a6feef4b9ac5f.file.adminlogin.html.php
    │   ├── 6ebe63242fb00dc803d1658b89f4dd68a86f175b.file.guaji.html.php
    │   ├── 7c3075944e34a1a6a0d906b73609c88af4c84e71.file.bookshow.html.php
    │   ├── 80935d561152d6073956ce93f50c6986fa4c2c0e.file.menuzero.html.php
    │   ├── a210c9e252ac9d71b989cfb555d6d1c541e6f2b9.file.header.html.php
    │   ├── b2354bc1b023e86d5238f0fab1243593cac096ae.file.three.html.php
    │   ├── d1891ded204ea0a763b6fd4eafb3fb9deabadbe8.file.four.html.php
    │   ├── dd76b264b0c75ba62ab0836fbd4443d41d8fc3a3.file.gooutlist.html.php
    │   ├── e036c2fa55dabe228d3c3ef5284bd605a5ee14db.file.linshishow.html.php
    │   ├── e356343563a41e4c318c3f99d6c73d13.php
    │   ├── ef26115c390409965c08990ab9801dd08581028d.file.shoplist.html.php
    │   └── fd30ee914c06fe7d48457349dbaab09053e8546d.file.adminedit.html.php
    └── tpl
        ├── adminedit.html
        ├── adminlogin.html
        ├── bookshow.html
        ├── confing.html
        ├── four.html
        ├── foura.html
        ├── gooutlist.html
        ├── guaji.html
        ├── header.html
        ├── index.html
        ├── linshishow.html
        ├── menuzero.html
        ├── moren.html
        ├── shopadd.html
        ├── shoplist.html
        ├── three.html
        └── two.html

29 directories, 290 files



实例下载地址

PHP物品管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警