【例子介绍】PHP物品管理系统
【相关图片】
【源码结构】
.
├── 5t6t网_物品管理系统.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
评论