在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → PHP工具箱配置和下载

PHP工具箱配置和下载

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:10.15M
  • 下载次数:0
  • 浏览次数:81
  • 发布时间:2020-08-13
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
配置教程:http://blog.csdn.net/qq_24038207/article/details/64575224 如果地址不对,请到我的博客看http://blog.csdn.net/qq_24038207
【实例截图】
【核心代码】
phpgjx2.0版
└── phpgjx
├── config.php
├── control_panel.php
├── css
│   ├── control_panel.css
│   ├── mysql_query.css
│   └── style.css
├── doc
│   ├── sql追踪器使用说明.html
│   ├── sql追踪器效果预览图.jpg
│   └── 工具界面预览.jpg
├── file_copy2.php
├── file_copy.php
├── images
│   ├── dscxy
│   │   ├── 10.jpg
│   │   ├── 11.jpg
│   │   ├── 12.jpg
│   │   ├── 13.jpg
│   │   ├── 14.jpg
│   │   ├── 15.jpg
│   │   ├── 16.jpg
│   │   ├── 17.jpg
│   │   ├── 18.jpg
│   │   ├── 19.jpg
│   │   ├── 1.jpg
│   │   ├── 20.jpg
│   │   ├── 21.jpg
│   │   ├── 22.jpg
│   │   ├── 23.jpg
│   │   ├── 2.jpg
│   │   ├── 3.jpg
│   │   ├── 4.jpg
│   │   ├── 5.jpg
│   │   ├── 6.jpg
│   │   ├── 7.jpg
│   │   ├── 8.jpg
│   │   ├── 9.jpg
│   │   ├── x_4.jpg
│   │   ├── z_18.jpg
│   │   ├── z_31.jpg
│   │   ├── z_32.jpg
│   │   ├── z_48.jpg
│   │   ├── z_60.jpg
│   │   ├── z_67.jpg
│   │   ├── z_68.jpg
│   │   ├── z_69.jpg
│   │   └── z_9.gif
│   ├── gj1.jpg
│   ├── gj2.jpg
│   ├── gj4.jpg
│   └── tools
│   ├── biao1.png
│   ├── biao2.png
│   ├── biao3.png
│   ├── biao4.png
│   ├── biao5.png
│   ├── biao6.png
│   ├── biao7.png
│   ├── biao8.png
│   ├── gjx_logo.jpg
│   └── phpmyadmin.jpg
├── img
│   ├── 1.jpg
│   ├── 2.jpg
│   ├── 3.jpg
│   ├── 4.jpg
│   ├── content_right_bg.gif
│   ├── title_background.gif
│   ├── title_buttom_left.gif
│   ├── title_buttom_right.gif
│   ├── utitle_i_left.gif
│   ├── u_titlei_right.gif
│   ├── utitle_left.gif
│   ├── utitle_right.gif
│   ├── u_top.gif
│   └── u_top_right.gif
├── index.php
├── js
│   ├── fn.js
│   ├── jquery-1.10.2.min.js
│   ├── jquery-1.11.1.js
│   └── jquery2.1.4.min.js
├── mysql_query2.php
├── mysql_query.php
├── phpinfo.php
├── phpMyAdmin-4.4.11
│   ├── browse_foreigners.php
│   ├── ChangeLog
│   ├── changelog.php
│   ├── chk_rel.php
│   ├── composer.json
│   ├── config.sample.inc.php
│   ├── CONTRIBUTING.md
│   ├── db_central_columns.php
│   ├── db_create.php
│   ├── db_datadict.php
│   ├── db_designer.php
│   ├── db_events.php
│   ├── db_export.php
│   ├── db_import.php
│   ├── db_operations.php
│   ├── db_printview.php
│   ├── db_qbe.php
│   ├── db_routines.php
│   ├── db_search.php
│   ├── db_sql_autocomplete.php
│   ├── db_sql_format.php
│   ├── db_sql.php
│   ├── db_structure.php
│   ├── db_tracking.php
│   ├── db_triggers.php
│   ├── DCO
│   ├── error_report.php
│   ├── examples
│   │   ├── config.manyhosts.inc.php
│   │   ├── openid.php
│   │   ├── signon.php
│   │   ├── signon-script.php
│   │   └── swekey.sample.conf
│   ├── export.php
│   ├── favicon.ico
│   ├── file_echo.php
│   ├── gis_data_editor.php
│   ├── import.php
│   ├── import_status.php
│   ├── index.php
│   ├── js
│   │   ├── ajax.js
│   │   ├── big_ints.js
│   │   ├── canvg
│   │   │   ├── canvg.js
│   │   │   └── MIT-LICENSE.txt
│   │   ├── chart.js
│   │   ├── codemirror
│   │   │   ├── addon
│   │   │   │   ├── hint
│   │   │   │   │   ├── show-hint.js
│   │   │   │   │   └── sql-hint.js
│   │   │   │   └── runmode
│   │   │   │   └── runmode.js
│   │   │   ├── lib
│   │   │   │   └── codemirror.js
│   │   │   ├── LICENSE
│   │   │   └── mode
│   │   │   ├── javascript
│   │   │   │   └── javascript.js
│   │   │   ├── sql
│   │   │   │   └── sql.js
│   │   │   └── xml
│   │   │   └── xml.js
│   │   ├── common.js
│   │   ├── config.js
│   │   ├── console.js
│   │   ├── cross_framing_protection.js
│   │   ├── db_central_columns.js
│   │   ├── db_operations.js
│   │   ├── db_qbe.js
│   │   ├── db_search.js
│   │   ├── db_structure.js
│   │   ├── db_tracking.js
│   │   ├── doclinks.js
│   │   ├── error_report.js
│   │   ├── export.js
│   │   ├── functions.js
│   │   ├── get_image.js.php
│   │   ├── get_scripts.js.php
│   │   ├── gis_data_editor.js
│   │   ├── import.js
│   │   ├── indexes.js
│   │   ├── jqplot
│   │   │   ├── excanvas.js
│   │   │   ├── jquery.jqplot.js
│   │   │   └── plugins
│   │   │   ├── jqplot.barRenderer.js
│   │   │   ├── jqplot.byteFormatter.js
│   │   │   ├── jqplot.canvasAxisLabelRenderer.js
│   │   │   ├── jqplot.canvasTextRenderer.js
│   │   │   ├── jqplot.categoryAxisRenderer.js
│   │   │   ├── jqplot.cursor.js
│   │   │   ├── jqplot.dateAxisRenderer.js
│   │   │   ├── jqplot.highlighter.js
│   │   │   ├── jqplot.pieRenderer.js
│   │   │   └── jqplot.pointLabels.js
│   │   ├── jquery
│   │   │   ├── jquery-1.11.1.min.js
│   │   │   ├── jquery.ba-hashchange-1.3.js
│   │   │   ├── jquery.cookie.js
│   │   │   ├── jquery.debounce-1.0.5.js
│   │   │   ├── jquery.event.drag-2.2.js
│   │   │   ├── jquery.fullscreen.js
│   │   │   ├── jquery.mousewheel.js
│   │   │   ├── jquery.sortableTable.js
│   │   │   ├── jquery.svg.js
│   │   │   ├── jquery.tablesorter.js
│   │   │   ├── jquery-ui-1.11.2.min.js
│   │   │   ├── jquery.uitablefilter.js
│   │   │   ├── jquery-ui-timepicker-addon.js
│   │   │   ├── MIT-LICENSE.txt
│   │   │   └── src
│   │   │   ├── jquery
│   │   │   │   ├── ajax
│   │   │   │   │   ├── jsonp.js
│   │   │   │   │   ├── load.js
│   │   │   │   │   ├── parseJSON.js
│   │   │   │   │   ├── parseXML.js
│   │   │   │   │   ├── script.js
│   │   │   │   │   ├── var
│   │   │   │   │   │   ├── nonce.js
│   │   │   │   │   │   └── rquery.js
│   │   │   │   │   └── xhr.js
│   │   │   │   ├── ajax.js
│   │   │   │   ├── attributes
│   │   │   │   │   ├── attr.js
│   │   │   │   │   ├── classes.js
│   │   │   │   │   ├── prop.js
│   │   │   │   │   ├── support.js
│   │   │   │   │   └── val.js
│   │   │   │   ├── attributes.js
│   │   │   │   ├── callbacks.js
│   │   │   │   ├── core
│   │   │   │   │   ├── access.js
│   │   │   │   │   ├── init.js
│   │   │   │   │   ├── parseHTML.js
│   │   │   │   │   ├── ready.js
│   │   │   │   │   └── var
│   │   │   │   │   └── rsingleTag.js
│   │   │   │   ├── core.js
│   │   │   │   ├── css
│   │   │   │   │   ├── addGetHookIf.js
│   │   │   │   │   ├── curCSS.js
│   │   │   │   │   ├── defaultDisplay.js
│   │   │   │   │   ├── hiddenVisibleSelectors.js
│   │   │   │   │   ├── support.js
│   │   │   │   │   ├── swap.js
│   │   │   │   │   └── var
│   │   │   │   │   ├── cssExpand.js
│   │   │   │   │   ├── isHidden.js
│   │   │   │   │   ├── rmargin.js
│   │   │   │   │   └── rnumnonpx.js
│   │   │   │   ├── css.js
│   │   │   │   ├── data
│   │   │   │   │   ├── accepts.js
│   │   │   │   │   └── support.js
│   │   │   │   ├── data.js
│   │   │   │   ├── deferred.js
│   │   │   │   ├── deprecated.js
│   │   │   │   ├── dimensions.js
│   │   │   │   ├── effects
│   │   │   │   │   ├── animatedSelector.js
│   │   │   │   │   ├── support.js
│   │   │   │   │   └── Tween.js
│   │   │   │   ├── effects.js
│   │   │   │   ├── event
│   │   │   │   │   ├── alias.js
│   │   │   │   │   └── support.js
│   │   │   │   ├── event.js
│   │   │   │   ├── exports
│   │   │   │   │   ├── amd.js
│   │   │   │   │   └── global.js
│   │   │   │   ├── intro.js
│   │   │   │   ├── jquery.js
│   │   │   │   ├── manipulation
│   │   │   │   │   ├── _evalUrl.js
│   │   │   │   │   ├── support.js
│   │   │   │   │   └── var
│   │   │   │   │   └── rcheckableType.js
│   │   │   │   ├── manipulation.js
│   │   │   │   ├── offset.js
│   │   │   │   ├── outro.js
│   │   │   │   ├── queue
│   │   │   │   │   └── delay.js
│   │   │   │   ├── queue.js
│   │   │   │   ├── selector.js
│   │   │   │   ├── selector-sizzle.js
│   │   │   │   ├── serialize.js
│   │   │   │   ├── sizzle
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── sizzle.js
│   │   │   │   │   │   ├── sizzle.min.js
│   │   │   │   │   │   └── sizzle.min.map
│   │   │   │   │   └── test
│   │   │   │   │   ├── data
│   │   │   │   │   │   ├── empty.js
│   │   │   │   │   │   ├── mixed_sort.html
│   │   │   │   │   │   └── testinit.js
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── jquery.js
│   │   │   │   │   └── unit
│   │   │   │   │   ├── extending.js
│   │   │   │   │   ├── selector.js
│   │   │   │   │   └── utilities.js
│   │   │   │   ├── support.js
│   │   │   │   ├── traversing
│   │   │   │   │   ├── findFilter.js
│   │   │   │   │   └── var
│   │   │   │   │   └── rneedsContext.js
│   │   │   │   ├── traversing.js
│   │   │   │   ├── var
│   │   │   │   │   ├── class2type.js
│   │   │   │   │   ├── concat.js
│   │   │   │   │   ├── deletedIds.js
│   │   │   │   │   ├── hasOwn.js
│   │   │   │   │   ├── indexOf.js
│   │   │   │   │   ├── pnum.js
│   │   │   │   │   ├── push.js
│   │   │   │   │   ├── rnotwhite.js
│   │   │   │   │   ├── slice.js
│   │   │   │   │   ├── strundefined.js
│   │   │   │   │   ├── support.js
│   │   │   │   │   └── toString.js
│   │   │   │   └── wrap.js
│   │   │   ├── jquery-ui
│   │   │   │   ├── accordion.js
│   │   │   │   ├── autocomplete.js
│   │   │   │   ├── button.js
│   │   │   │   ├── core.js
│   │   │   │   ├── datepicker.js
│   │   │   │   ├── dialog.js
│   │   │   │   ├── draggable.js
│   │   │   │   ├── droppable.js
│   │   │   │   ├── effect-blind.js
│   │   │   │   ├── effect-bounce.js
│   │   │   │   ├── effect-clip.js
│   │   │   │   ├── effect-drop.js
│   │   │   │   ├── effect-explode.js
│   │   │   │   ├── effect-fade.js
│   │   │   │   ├── effect-fold.js
│   │   │   │   ├── effect-highlight.js
│   │   │   │   ├── effect.js
│   │   │   │   ├── effect-puff.js
│   │   │   │   ├── effect-pulsate.js
│   │   │   │   ├── effect-scale.js
│   │   │   │   ├── effect-shake.js
│   │   │   │   ├── effect-size.js
│   │   │   │   ├── effect-slide.js
│   │   │   │   ├── effect-transfer.js
│   │   │   │   ├── menu.js
│   │   │   │   ├── mouse.js
│   │   │   │   ├── position.js
│   │   │   │   ├── progressbar.js
│   │   │   │   ├── resizable.js
│   │   │   │   ├── selectable.js
│   │   │   │   ├── selectmenu.js
│   │   │   │   ├── slider.js
│   │   │   │   ├── sortable.js
│   │   │   │   ├── spinner.js
│   │   │   │   ├── tabs.js
│   │   │   │   ├── tooltip.js
│   │   │   │   └── widget.js
│   │   │   └── README
│   │   ├── keyhandler.js
│   │   ├── line_counts.php
│   │   ├── makegrid.js
│   │   ├── menu-resizer.js
│   │   ├── messages.php
│   │   ├── multi_column_sort.js
│   │   ├── navigation.js
│   │   ├── normalization.js
│   │   ├── openlayers
│   │   │   ├── img
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cloud-popup-relative.png
│   │   │   │   ├── drag-rectangle-off.png
│   │   │   │   ├── drag-rectangle-on.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── layer-switcher-maximize.png
│   │   │   │   ├── layer-switcher-minimize.png
│   │   │   │   ├── marker-blue.png
│   │   │   │   ├── marker-gold.png
│   │   │   │   ├── marker-green.png
│   │   │   │   ├── marker.png
│   │   │   │   ├── measuring-stick-off.png
│   │   │   │   ├── measuring-stick-on.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── panning-hand-off.png
│   │   │   │   ├── panning-hand-on.png
│   │   │   │   ├── slider.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── zoombar.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── OpenLayers.js
│   │   │   ├── src
│   │   │   │   ├── openlayers
│   │   │   │   │   └── lib
│   │   │   │   │   ├── Firebug
│   │   │   │   │   │   ├── errorIcon.png
│   │   │   │   │   │   ├── firebug.css
│   │   │   │   │   │   ├── firebug.html
│   │   │   │   │   │   ├── firebug.js
│   │   │   │   │   │   ├── firebugx.js
│   │   │   │   │   │   ├── infoIcon.png
│   │   │   │   │   │   ├── license.txt
│   │   │   │   │   │   ├── readme.txt
│   │   │   │   │   │   └── warningIcon.png
│   │   │   │   │   ├── Gears
│   │   │   │   │   │   └── gears_init.js
│   │   │   │   │   ├── OpenLayers
│   │   │   │   │   │   ├── Ajax.js
│   │   │   │   │   │   ├── BaseTypes
│   │   │   │   │   │   │   ├── Bounds.js
│   │   │   │   │   │   │   ├── Class.js
│   │   │   │   │   │   │   ├── Element.js
│   │   │   │   │   │   │   ├── LonLat.js
│   │   │   │   │   │   │   ├── Pixel.js
│   │   │   │   │   │   │   └── Size.js
│   │   │   │   │   │   ├── BaseTypes.js
│   │   │   │   │   │   ├── Console.js
│   │   │   │   │   │   ├── Control
│   │   │   │   │   │   │   ├── ArgParser.js
│   │   │   │   │   │   │   ├── Attribution.js
│   │   │   │   │   │   │   ├── Button.js
│   │   │   │   │   │   │   ├── DragFeature.js
│   │   │   │   │   │   │   ├── DragPan.js
│   │   │   │   │   │   │   ├── DrawFeature.js
│   │   │   │   │   │   │   ├── EditingToolbar.js
│   │   │   │   │   │   │   ├── GetFeature.js
│   │   │   │   │   │   │   ├── Graticule.js
│   │   │   │   │   │   │   ├── KeyboardDefaults.js
│   │   │   │   │   │   │   ├── LayerSwitcher.js
│   │   │   │   │   │   │   ├── Measure.js
│   │   │   │   │   │   │   ├── ModifyFeature.js
│   │   │   │   │   │   │   ├── MouseDefaults.js
│   │   │   │   │   │   │   ├── MousePosition.js
│   │   │   │   │   │   │   ├── MouseToolbar.js
│   │   │   │   │   │   │   ├── NavigationHistory.js
│   │   │   │   │   │   │   ├── Navigation.js
│   │   │   │   │   │   │   ├── NavToolbar.js
│   │   │   │   │   │   │   ├── OverviewMap.js
│   │   │   │   │   │   │   ├── Panel.js
│   │   │   │   │   │   │   ├── Pan.js
│   │   │   │   │   │   │   ├── PanPanel.js
│   │   │   │   │   │   │   ├── PanZoomBar.js
│   │   │   │   │   │   │   ├── PanZoom.js
│   │   │   │   │   │   │   ├── Permalink.js
│   │   │   │   │   │   │   ├── Scale.js
│   │   │   │   │   │   │   ├── ScaleLine.js
│   │   │   │   │   │   │   ├── SelectFeature.js
│   │   │   │   │   │   │   ├── SLDSelect.js
│   │   │   │   │   │   │   ├── Snapping.js
│   │   │   │   │   │   │   ├── Split.js
│   │   │   │   │   │   │   ├── TransformFeature.js
│   │   │   │   │   │   │   ├── WMSGetFeatureInfo.js
│   │   │   │   │   │   │   ├── WMTSGetFeatureInfo.js
│   │   │   │   │   │   │   ├── ZoomBox.js
│   │   │   │   │   │   │   ├── ZoomIn.js
│   │   │   │   │   │   │   ├── ZoomOut.js
│   │   │   │   │   │   │   ├── ZoomPanel.js
│   │   │   │   │   │   │   └── ZoomToMaxExtent.js
│   │   │   │   │   │   ├── Control.js
│   │   │   │   │   │   ├── Events.js
│   │   │   │   │   │   ├── Feature
│   │   │   │   │   │   │   ├── Vector.js
│   │   │   │   │   │   │   └── WFS.js
│   │   │   │   │   │   ├── Feature.js
│   │   │   │   │   │   ├── Filter
│   │   │   │   │   │   │   ├── Comparison.js
│   │   │   │   │   │   │   ├── FeatureId.js
│   │   │   │   │   │   │   ├── Logical.js
│   │   │   │   │   │   │   └── Spatial.js
│   │   │   │   │   │   ├── Filter.js
│   │   │   │   │   │   ├── Format
│   │   │   │   │   │   │   ├── ArcXML
│   │   │   │   │   │   │   │   └── Features.js
│   │   │   │   │   │   │   ├── ArcXML.js
│   │   │   │   │   │   │   ├── Atom.js
│   │   │   │   │   │   │   ├── Context.js
│   │   │   │   │   │   │   ├── CSWGetDomain
│   │   │   │   │   │   │   │   └── v2_0_2.js
│   │   │   │   │   │   │   ├── CSWGetDomain.js
│   │   │   │   │   │   │   ├── CSWGetRecords
│   │   │   │   │   │   │   │   └── v2_0_2.js
│   │   │   │   │   │   │   ├── CSWGetRecords.js
│   │   │   │   │   │   │   ├── Filter
│   │   │   │   │   │   │   │   ├── v1_0_0.js
│   │   │   │   │   │   │   │   ├── v1_1_0.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   ├── Filter.js
│   │   │   │   │   │   │   ├── GeoJSON.js
│   │   │   │   │   │   │   ├── GeoRSS.js
│   │   │   │   │   │   │   ├── GML
│   │   │   │   │   │   │   │   ├── Base.js
│   │   │   │   │   │   │   │   ├── v2.js
│   │   │   │   │   │   │   │   └── v3.js
│   │   │   │   │   │   │   ├── GML.js
│   │   │   │   │   │   │   ├── GPX.js
│   │   │   │   │   │   │   ├── JSON.js
│   │   │   │   │   │   │   ├── KML.js
│   │   │   │   │   │   │   ├── OSM.js
│   │   │   │   │   │   │   ├── OWSCommon
│   │   │   │   │   │   │   │   ├── v1_0_0.js
│   │   │   │   │   │   │   │   ├── v1_1_0.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   ├── OWSContext
│   │   │   │   │   │   │   │   └── v0_3_1.js
│   │   │   │   │   │   │   ├── OWSContext.js
│   │   │   │   │   │   │   ├── SLD
│   │   │   │   │   │   │   │   ├── v1_0_0.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   ├── SLD.js
│   │   │   │   │   │   │   ├── SOSCapabilities
│   │   │   │   │   │   │   │   └── v1_0_0.js
│   │   │   │   │   │   │   ├── SOSCapabilities.js
│   │   │   │   │   │   │   ├── SOSGetFeatureOfInterest.js
│   │   │   │   │   │   │   ├── SOSGetObservation.js
│   │   │   │   │   │   │   ├── Text.js
│   │   │   │   │   │   │   ├── WFSCapabilities
│   │   │   │   │   │   │   │   ├── v1_0_0.js
│   │   │   │   │   │   │   │   ├── v1_1_0.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   ├── WFSCapabilities.js
│   │   │   │   │   │   │   ├── WFSDescribeFeatureType.js
│   │   │   │   │   │   │   ├── WFS.js
│   │   │   │   │   │   │   ├── WFST
│   │   │   │   │   │   │   │   ├── v1_0_0.js
│   │   │   │   │   │   │   │   ├── v1_1_0.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   ├── WFST.js
│   │   │   │   │   │   │   ├── WKT.js
│   │   │   │   │   │   │   ├── WMC
│   │   │   │   │   │   │   │   ├── v1_0_0.js
│   │   │   │   │   │   │   │   ├── v1_1_0.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   ├── WMC.js
│   │   │   │   │   │   │   ├── WMSCapabilities
│   │   │   │   │   │   │   │   ├── v1_1_0.js
│   │   │   │   │   │   │   │   ├── v1_1_1.js
│   │   │   │   │   │   │   │   ├── v1_1.js
│   │   │   │   │   │   │   │   ├── v1_3_0.js
│   │   │   │   │   │   │   │   ├── v1_3.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   ├── WMSCapabilities.js
│   │   │   │   │   │   │   ├── WMSDescribeLayer
│   │   │   │   │   │   │   │   └── v1_1.js
│   │   │   │   │   │   │   ├── WMSDescribeLayer.js
│   │   │   │   │   │   │   ├── WMSGetFeatureInfo.js
│   │   │   │   │   │   │   ├── WMTSCapabilities
│   │   │   │   │   │   │   │   └── v1_0_0.js
│   │   │   │   │   │   │   ├── WMTSCapabilities.js
│   │   │   │   │   │   │   └── XML.js
│   │   │   │   │   │   ├── Format.js
│   │   │   │   │   │   ├── Geometry
│   │   │   │   │   │   │   ├── Collection.js
│   │   │   │   │   │   │   ├── Curve.js
│   │   │   │   │   │   │   ├── LinearRing.js
│   │   │   │   │   │   │   ├── LineString.js
│   │   │   │   │   │   │   ├── MultiLineString.js
│   │   │   │   │   │   │   ├── MultiPoint.js
│   │   │   │   │   │   │   ├── MultiPolygon.js
│   │   │   │   │   │   │   ├── Point.js
│   │   │   │   │   │   │   ├── Polygon.js
│   │   │   │   │   │   │   ├── Rectangle.js
│   │   │   │   │   │   │   └── Surface.js
│   │   │   │   │   │   ├── Geometry.js
│   │   │   │   │   │   ├── Handler
│   │   │   │   │   │   │   ├── Box.js
│   │   │   │   │   │   │   ├── Click.js
│   │   │   │   │   │   │   ├── Drag.js
│   │   │   │   │   │   │   ├── Feature.js
│   │   │   │   │   │   │   ├── Hover.js
│   │   │   │   │   │   │   ├── Keyboard.js
│   │   │   │   │   │   │   ├── MouseWheel.js
│   │   │   │   │   │   │   ├── Path.js
│   │   │   │   │   │   │   ├── Point.js
│   │   │   │   │   │   │   ├── Polygon.js
│   │   │   │   │   │   │   └── RegularPolygon.js
│   │   │   │   │   │   ├── Handler.js
│   │   │   │   │   │   ├── Icon.js
│   │   │   │   │   │   ├── Lang
│   │   │   │   │   │   │   ├── ar.js
│   │   │   │   │   │   │   ├── be-tarask.js
│   │   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   │   ├── br.js
│   │   │   │   │   │   │   ├── ca.js
│   │   │   │   │   │   │   ├── cs-CZ.js
│   │   │   │   │   │   │   ├── da-DK.js
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   │   ├── en-CA.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── es.js
│   │   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── fur.js
│   │   │   │   │   │   │   ├── gl.js
│   │   │   │   │   │   │   ├── gsw.js
│   │   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   │   ├── hsb.js
│   │   │   │   │   │   │   ├── hu.js
│   │   │   │   │   │   │   ├── ia.js
│   │   │   │   │   │   │   ├── id.js
│   │   │   │   │   │   │   ├── io.js
│   │   │   │   │   │   │   ├── is.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   ├── ja.js
│   │   │   │   │   │   │   ├── km.js
│   │   │   │   │   │   │   ├── ksh.js
│   │   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   │   ├── nds.js
│   │   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   │   ├── nn.js
│   │   │   │   │   │   │   ├── oc.js
│   │   │   │   │   │   │   ├── pt-BR.js
│   │   │   │   │   │   │   ├── pt.js
│   │   │   │   │   │   │   ├── ru.js
│   │   │   │   │   │   │   ├── sk.js
│   │   │   │   │   │   │   ├── sv-SE.js
│   │   │   │   │   │   │   ├── te.js
│   │   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   │   ├── zh-CN.js
│   │   │   │   │   │   │   └── zh-TW.js
│   │   │   │   │   │   ├── Lang.js
│   │   │   │   │   │   ├── Layer
│   │   │   │   │   │   │   ├── ArcGIS93Rest.js
│   │   │   │   │   │   │   ├── ArcIMS.js
│   │   │   │   │   │   │   ├── Boxes.js
│   │   │   │   │   │   │   ├── EventPane.js
│   │   │   │   │   │   │   ├── FixedZoomLevels.js
│   │   │   │   │   │   │   ├── GeoRSS.js
│   │   │   │   │   │   │   ├── GML.js
│   │   │   │   │   │   │   ├── Google
│   │   │   │   │   │   │   │   └── v3.js
│   │   │   │   │   │   │   ├── Google.js
│   │   │   │   │   │   │   ├── Grid.js
│   │   │   │   │   │   │   ├── HTTPRequest.js
│   │   │   │   │   │   │   ├── Image.js
│   │   │   │   │   │   │   ├── KaMapCache.js
│   │   │   │   │   │   │   ├── KaMap.js
│   │   │   │   │   │   │   ├── MapGuide.js
│   │   │   │   │   │   │   ├── MapServer
│   │   │   │   │   │   │   │   └── Untiled.js
│   │   │   │   │   │   │   ├── MapServer.js
│   │   │   │   │   │   │   ├── Markers.js
│   │   │   │   │   │   │   ├── MultiMap.js
│   │   │   │   │   │   │   ├── PointTrack.js
│   │   │   │   │   │   │   ├── SphericalMercator.js
│   │   │   │   │   │   │   ├── Text.js
│   │   │   │   │   │   │   ├── TileCache.js
│   │   │   │   │   │   │   ├── TMS.js
│   │   │   │   │   │   │   ├── Vector
│   │   │   │   │   │   │   │   └── RootContainer.js
│   │   │   │   │   │   │   ├── Vector.js
│   │   │   │   │   │   │   ├── VirtualEarth.js
│   │   │   │   │   │   │   ├── WFS.js
│   │   │   │   │   │   │   ├── WMS
│   │   │   │   │   │   │   │   ├── Post.js
│   │   │   │   │   │   │   │   └── Untiled.js
│   │   │   │   │   │   │   ├── WMS.js
│   │   │   │   │   │   │   ├── WMTS.js
│   │   │   │   │   │   │   ├── WorldWind.js
│   │   │   │   │   │   │   ├── XYZ.js
│   │   │   │   │   │   │   ├── Yahoo.js
│   │   │   │   │   │   │   └── Zoomify.js
│   │   │   │   │   │   ├── Layer.js
│   │   │   │   │   │   ├── Map.js
│   │   │   │   │   │   ├── Marker
│   │   │   │   │   │   │   └── Box.js
│   │   │   │   │   │   ├── Marker.js
│   │   │   │   │   │   ├── Popup
│   │   │   │   │   │   │   ├── AnchoredBubble.js
│   │   │   │   │   │   │   ├── Anchored.js
│   │   │   │   │   │   │   ├── FramedCloud.js
│   │   │   │   │   │   │   └── Framed.js
│   │   │   │   │   │   ├── Popup.js
│   │   │   │   │   │   ├── Projection.js
│   │   │   │   │   │   ├── Protocol
│   │   │   │   │   │   │   ├── HTTP.js
│   │   │   │   │   │   │   ├── SOS
│   │   │   │   │   │   │   │   └── v1_0_0.js
│   │   │   │   │   │   │   ├── SOS.js
│   │   │   │   │   │   │   ├── SQL
│   │   │   │   │   │   │   │   └── Gears.js
│   │   │   │   │   │   │   ├── SQL.js
│   │   │   │   │   │   │   ├── WFS
│   │   │   │   │   │   │   │   ├── v1_0_0.js
│   │   │   │   │   │   │   │   ├── v1_1_0.js
│   │   │   │   │   │   │   │   └── v1.js
│   │   │   │   │   │   │   └── WFS.js
│   │   │   │   │   │   ├── Protocol.js
│   │   │   │   │   │   ├── Renderer
│   │   │   │   │   │   │   ├── Canvas.js
│   │   │   │   │   │   │   ├── Elements.js
│   │   │   │   │   │   │   ├── SVG.js
│   │   │   │   │   │   │   └── VML.js
│   │   │   │   │   │   ├── Renderer.js
│   │   │   │   │   │   ├── Request
│   │   │   │   │   │   │   └── XMLHttpRequest.js
│   │   │   │   │   │   ├── Request.js
│   │   │   │   │   │   ├── Rule.js
│   │   │   │   │   │   ├── SingleFile.js
│   │   │   │   │   │   ├── Strategy
│   │   │   │   │   │   │   ├── BBOX.js
│   │   │   │   │   │   │   ├── Cluster.js
│   │   │   │   │   │   │   ├── Filter.js
│   │   │   │   │   │   │   ├── Fixed.js
│   │   │   │   │   │   │   ├── Paging.js
│   │   │   │   │   │   │   ├── Refresh.js
│   │   │   │   │   │   │   └── Save.js
│   │   │   │   │   │   ├── Strategy.js
│   │   │   │   │   │   ├── Style2.js
│   │   │   │   │   │   ├── Style.js
│   │   │   │   │   │   ├── StyleMap.js
│   │   │   │   │   │   ├── Symbolizer
│   │   │   │   │   │   │   ├── Line.js
│   │   │   │   │   │   │   ├── Point.js
│   │   │   │   │   │   │   ├── Polygon.js
│   │   │   │   │   │   │   ├── Raster.js
│   │   │   │   │   │   │   └── Text.js
│   │   │   │   │   │   ├── Symbolizer.js
│   │   │   │   │   │   ├── Tile
│   │   │   │   │   │   │   ├── Image
│   │   │   │   │   │   │   │   └── IFrame.js
│   │   │   │   │   │   │   ├── Image.js
│   │   │   │   │   │   │   └── WFS.js
│   │   │   │   │   │   ├── Tile.js
│   │   │   │   │   │   ├── Tween.js
│   │   │   │   │   │   └── Util.js
│   │   │   │   │   ├── OpenLayers.js
│   │   │   │   │   └── Rico
│   │   │   │   │   ├── Color.js
│   │   │   │   │   └── Corner.js
│   │   │   │   └── README
│   │   │   └── theme
│   │   │   └── default
│   │   │   ├── framedCloud.css
│   │   │   ├── google.css
│   │   │   ├── ie6-style.css
│   │   │   ├── img
│   │   │   │   ├── add_point_off.png
│   │   │   │   ├── add_point_on.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── close.gif
│   │   │   │   ├── drag-rectangle-off.png
│   │   │   │   ├── drag-rectangle-on.png
│   │   │   │   ├── draw_line_off.png
│   │   │   │   ├── draw_line_on.png
│   │   │   │   ├── draw_point_off.png
│   │   │   │   ├── draw_point_on.png
│   │   │   │   ├── draw_polygon_off.png
│   │   │   │   ├── draw_polygon_on.png
│   │   │   │   ├── editing_tool_bar.png
│   │   │   │   ├── move_feature_off.png
│   │   │   │   ├── move_feature_on.png
│   │   │   │   ├── navigation_history.png
│   │   │   │   ├── overview_replacement.gif
│   │   │   │   ├── panning-hand-off.png
│   │   │   │   ├── panning-hand-on.png
│   │   │   │   ├── pan_off.png
│   │   │   │   ├── pan_on.png
│   │   │   │   ├── pan-panel-NOALPHA.png
│   │   │   │   ├── pan-panel.png
│   │   │   │   ├── remove_point_off.png
│   │   │   │   ├── remove_point_on.png
│   │   │   │   ├── ruler.png
│   │   │   │   ├── save_features_off.png
│   │   │   │   ├── save_features_on.png
│   │   │   │   ├── view_next_off.png
│   │   │   │   ├── view_next_on.png
│   │   │   │   ├── view_previous_off.png
│   │   │   │   ├── view_previous_on.png
│   │   │   │   ├── zoom-panel-NOALPHA.png
│   │   │   │   └── zoom-panel.png
│   │   │   └── style.css
│   │   ├── OpenStreetMap.js
│   │   ├── pmd
│   │   │   ├── designer_db.js
│   │   │   ├── designer_objects.js
│   │   │   ├── designer_page.js
│   │   │   ├── history.js
│   │   │   ├── iecanvas.js
│   │   │   ├── init.js
│   │   │   └── move.js
│   │   ├── replication.js
│   │   ├── rte.js
│   │   ├── server_databases.js
│   │   ├── server_plugins.js
│   │   ├── server_privileges.js
│   │   ├── server_status_advisor.js
│   │   ├── server_status_monitor.js
│   │   ├── server_status_processes.js
│   │   ├── server_status_queries.js
│   │   ├── server_status_sorter.js
│   │   ├── server_status_variables.js
│   │   ├── server_user_groups.js
│   │   ├── server_variables.js
│   │   ├── sprintf.js
│   │   ├── sql.js
│   │   ├── tbl_change.js
│   │   ├── tbl_chart.js
│   │   ├── tbl_find_replace.js
│   │   ├── tbl_gis_visualization.js
│   │   ├── tbl_operations.js
│   │   ├── tbl_relation.js
│   │   ├── tbl_select.js
│   │   ├── tbl_structure.js
│   │   ├── tbl_tracking.js
│   │   ├── tbl_zoom_plot_jqplot.js
│   │   ├── tracekit
│   │   │   └── tracekit.js
│   │   ├── transformations
│   │   │   ├── image_upload.js
│   │   │   ├── json_editor.js
│   │   │   ├── json.js
│   │   │   ├── sql_editor.js
│   │   │   ├── xml_editor.js
│   │   │   └── xml.js
│   │   └── whitelist.php
│   ├── libraries
│   │   ├── Advisor.class.php
│   │   ├── advisory_rules.txt
│   │   ├── bfShapeFiles
│   │   │   └── ShapeFile.lib.php
│   │   ├── bookmark.lib.php
│   │   ├── browse_foreigners.lib.php
│   │   ├── build_html_for_db.lib.php
│   │   ├── central_columns.lib.php
│   │   ├── charset_conversion.lib.php
│   │   ├── check_user_privileges.lib.php
│   │   ├── cleanup.lib.php
│   │   ├── common.inc.php
│   │   ├── config
│   │   │   ├── ConfigFile.class.php
│   │   │   ├── config_functions.lib.php
│   │   │   ├── Form.class.php
│   │   │   ├── FormDisplay.class.php
│   │   │   ├── FormDisplay.tpl.php
│   │   │   ├── messages.inc.php
│   │   │   ├── ServerConfigChecks.class.php
│   │   │   ├── setup.forms.php
│   │   │   ├── user_preferences.forms.php
│   │   │   └── Validator.class.php
│   │   ├── Config.class.php
│   │   ├── config.default.php
│   │   ├── config.values.php
│   │   ├── Console.class.php
│   │   ├── core.lib.php
│   │   ├── create_addfield.lib.php
│   │   ├── DatabaseInterface.class.php
│   │   ├── database_interface.inc.php
│   │   ├── data_dictionary_relations.lib.php
│   │   ├── db_common.inc.php
│   │   ├── db_designer.lib.php
│   │   ├── dbi
│   │   │   ├── DBIDrizzle.class.php
│   │   │   ├── DBIDummy.class.php
│   │   │   ├── DBIExtension.int.php
│   │   │   ├── DBIMysql.class.php
│   │   │   ├── DBIMysqli.class.php
│   │   │   └── drizzle-wrappers.lib.php
│   │   ├── db_info.inc.php
│   │   ├── db_printview.lib.php
│   │   ├── DBQbe.class.php
│   │   ├── DbSearch.class.php
│   │   ├── db_table_exists.lib.php
│   │   ├── display_change_password.lib.php
│   │   ├── display_create_database.lib.php
│   │   ├── display_create_table.lib.php
│   │   ├── display_export.inc.php
│   │   ├── display_export.lib.php
│   │   ├── display_git_revision.lib.php
│   │   ├── display_import_ajax.lib.php
│   │   ├── display_import.inc.php
│   │   ├── display_import.lib.php
│   │   ├── DisplayResults.class.php
│   │   ├── display_select_lang.lib.php
│   │   ├── display_structure.inc.php
│   │   ├── engines
│   │   │   ├── bdb.lib.php
│   │   │   ├── berkeleydb.lib.php
│   │   │   ├── binlog.lib.php
│   │   │   ├── innobase.lib.php
│   │   │   ├── innodb.lib.php
│   │   │   ├── memory.lib.php
│   │   │   ├── merge.lib.php
│   │   │   ├── mrg_myisam.lib.php
│   │   │   ├── myisam.lib.php
│   │   │   ├── ndbcluster.lib.php
│   │   │   ├── pbxt.lib.php
│   │   │   └── performance_schema.lib.php
│   │   ├── Error.class.php
│   │   ├── Error_Handler.class.php
│   │   ├── error.inc.php
│   │   ├── error_report.lib.php
│   │   ├── export.lib.php
│   │   ├── File.class.php
│   │   ├── file_listing.lib.php
│   │   ├── Font.class.php
│   │   ├── Footer.class.php
│   │   ├── gis
│   │   │   ├── GIS_Factory.class.php
│   │   │   ├── GIS_Geometry.class.php
│   │   │   ├── GIS_Geometrycollection.class.php
│   │   │   ├── GIS_Linestring.class.php
│   │   │   ├── GIS_Multilinestring.class.php
│   │   │   ├── GIS_Multipoint.class.php
│   │   │   ├── GIS_Multipolygon.class.php
│   │   │   ├── GIS_Point.class.php
│   │   │   ├── GIS_Polygon.class.php
│   │   │   └── GIS_Visualization.class.php
│   │   ├── Header.class.php
│   │   ├── iconv_wrapper.lib.php
│   │   ├── import.lib.php
│   │   ├── Index.class.php
│   │   ├── index.lib.php
│   │   ├── information_schema_relations.lib.php
│   │   ├── insert_edit.lib.php
│   │   ├── ip_allow_deny.lib.php
│   │   ├── js_escape.lib.php
│   │   ├── kanji-encoding.lib.php
│   │   ├── language_stats.inc.php
│   │   ├── List.class.php
│   │   ├── List_Database.class.php
│   │   ├── logging.lib.php
│   │   ├── Menu.class.php
│   │   ├── Message.class.php
│   │   ├── mime.lib.php
│   │   ├── mult_submits.inc.php
│   │   ├── mult_submits.lib.php
│   │   ├── mysql_charsets.inc.php
│   │   ├── mysql_charsets.lib.php
│   │   ├── mysql_relations.lib.php
│   │   ├── navigation
│   │   │   ├── Navigation.class.php
│   │   │   ├── NavigationHeader.class.php
│   │   │   ├── NavigationTree.class.php
│   │   │   ├── NodeFactory.class.php
│   │   │   └── Nodes
│   │   │   ├── Node.class.php
│   │   │   ├── Node_Column.class.php
│   │   │   ├── Node_Column_Container.class.php
│   │   │   ├── Node_DatabaseChild.class.php
│   │   │   ├── Node_Database.class.php
│   │   │   ├── Node_Database_Container.class.php
│   │   │   ├── Node_Event.class.php
│   │   │   ├── Node_Event_Container.class.php
│   │   │   ├── Node_Function.class.php
│   │   │   ├── Node_Function_Container.class.php
│   │   │   ├── Node_Index.class.php
│   │   │   ├── Node_Index_Container.class.php
│   │   │   ├── Node_Procedure.class.php
│   │   │   ├── Node_Procedure_Container.class.php
│   │   │   ├── Node_Table.class.php
│   │   │   ├── Node_Table_Container.class.php
│   │   │   ├── Node_Trigger.class.php
│   │   │   ├── Node_Trigger_Container.class.php
│   │   │   ├── Node_View.class.php
│   │   │   └── Node_View_Container.class.php
│   │   ├── normalization.lib.php
│   │   ├── opendocument.lib.php
│   │   ├── operations.lib.php
│   │   ├── OutputBuffering.class.php
│   │   ├── parse_analyze.inc.php
│   │   ├── Partition.class.php
│   │   ├── PDF.class.php
│   │   ├── php-gettext
│   │   │   ├── gettext.inc
│   │   │   ├── gettext.php
│   │   │   └── streams.php
│   │   ├── phpseclib
│   │   │   └── Crypt
│   │   │   ├── AES.php
│   │   │   ├── Base.php
│   │   │   ├── Random.php
│   │   │   └── Rijndael.php
│   │   ├── plugin_interface.lib.php
│   │   ├── plugins
│   │   │   ├── auth
│   │   │   │   ├── AuthenticationConfig.class.php
│   │   │   │   ├── AuthenticationCookie.class.php
│   │   │   │   ├── AuthenticationHttp.class.php
│   │   │   │   ├── AuthenticationSignon.class.php
│   │   │   │   ├── recaptcha
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   └── recaptchalib.php
│   │   │   │   └── swekey
│   │   │   │   ├── authentication.inc.php
│   │   │   │   ├── musbe-ca.crt
│   │   │   │   ├── swekey.auth.lib.php
│   │   │   │   └── swekey.php
│   │   │   ├── AuthenticationPlugin.class.php
│   │   │   ├── export
│   │   │   │   ├── ExportCodegen.class.php
│   │   │   │   ├── ExportCsv.class.php
│   │   │   │   ├── ExportExcel.class.php
│   │   │   │   ├── ExportHtmlword.class.php
│   │   │   │   ├── ExportJson.class.php
│   │   │   │   ├── ExportLatex.class.php
│   │   │   │   ├── ExportMediawiki.class.php
│   │   │   │   ├── ExportOds.class.php
│   │   │   │   ├── ExportOdt.class.php
│   │   │   │   ├── ExportPdf.class.php
│   │   │   │   ├── ExportPhparray.class.php
│   │   │   │   ├── ExportSql.class.php
│   │   │   │   ├── ExportTexytext.class.php
│   │   │   │   ├── ExportXml.class.php
│   │   │   │   ├── ExportYaml.class.php
│   │   │   │   ├── PMA_ExportPdf.class.php
│   │   │   │   ├── README
│   │   │   │   └── TableProperty.class.php
│   │   │   ├── ExportPlugin.class.php
│   │   │   ├── import
│   │   │   │   ├── AbstractImportCsv.class.php
│   │   │   │   ├── ImportCsv.class.php
│   │   │   │   ├── ImportLdi.class.php
│   │   │   │   ├── ImportMediawiki.class.php
│   │   │   │   ├── ImportOds.class.php
│   │   │   │   ├── ImportShp.class.php
│   │   │   │   ├── ImportSql.class.php
│   │   │   │   ├── ImportXml.class.php
│   │   │   │   ├── README
│   │   │   │   ├── ShapeFile.class.php
│   │   │   │   ├── ShapeRecord.class.php
│   │   │   │   └── upload
│   │   │   │   ├── UploadApc.class.php
│   │   │   │   ├── UploadNoplugin.class.php
│   │   │   │   ├── UploadProgress.class.php
│   │   │   │   └── UploadSession.class.php
│   │   │   ├── ImportPlugin.class.php
│   │   │   ├── IOTransformationsPlugin.class.php
│   │   │   ├── schema
│   │   │   │   ├── dia
│   │   │   │   │   ├── Dia_Relation_Schema.class.php
│   │   │   │   │   ├── RelationStatsDia.class.php
│   │   │   │   │   └── TableStatsDia.class.php
│   │   │   │   ├── eps
│   │   │   │   │   ├── Eps_Relation_Schema.class.php
│   │   │   │   │   ├── RelationStatsEps.class.php
│   │   │   │   │   └── TableStatsEps.class.php
│   │   │   │   ├── Export_Relation_Schema.class.php
│   │   │   │   ├── pdf
│   │   │   │   │   ├── Pdf_Relation_Schema.class.php
│   │   │   │   │   ├── RelationStatsPdf.class.php
│   │   │   │   │   └── TableStatsPdf.class.php
│   │   │   │   ├── RelationStats.class.php
│   │   │   │   ├── SchemaDia.class.php
│   │   │   │   ├── SchemaEps.class.php
│   │   │   │   ├── SchemaPdf.class.php
│   │   │   │   ├── SchemaSvg.class.php
│   │   │   │   ├── svg
│   │   │   │   │   ├── RelationStatsSvg.class.php
│   │   │   │   │   ├── Svg_Relation_Schema.class.php
│   │   │   │   │   └── TableStatsSvg.class.php
│   │   │   │   └── TableStats.class.php
│   │   │   ├── SchemaPlugin.class.php
│   │   │   ├── transformations
│   │   │   │   ├── abstract
│   │   │   │   │   ├── Bool2TextTransformationsPlugin.class.php
│   │   │   │   │   ├── CodeMirrorEditorTransformationPlugin.class.php
│   │   │   │   │   ├── DateFormatTransformationsPlugin.class.php
│   │   │   │   │   ├── DownloadTransformationsPlugin.class.php
│   │   │   │   │   ├── ExternalTransformationsPlugin.class.php
│   │   │   │   │   ├── FormattedTransformationsPlugin.class.php
│   │   │   │   │   ├── HexTransformationsPlugin.class.php
│   │   │   │   │   ├── ImageLinkTransformationsPlugin.class.php
│   │   │   │   │   ├── ImageUploadTransformationsPlugin.class.php
│   │   │   │   │   ├── InlineTransformationsPlugin.class.php
│   │   │   │   │   ├── LongToIPv4TransformationsPlugin.class.php
│   │   │   │   │   ├── PreApPendTransformationsPlugin.class.php
│   │   │   │   │   ├── RegexValidationTransformationsPlugin.class.php
│   │   │   │   │   ├── SQLTransformationsPlugin.class.php
│   │   │   │   │   ├── SubstringTransformationsPlugin.class.php
│   │   │   │   │   ├── TextFileUploadTransformationsPlugin.class.php
│   │   │   │   │   ├── TextImageLinkTransformationsPlugin.class.php
│   │   │   │   │   └── TextLinkTransformationsPlugin.class.php
│   │   │   │   ├── generator_main_class.sh
│   │   │   │   ├── generator_plugin.sh
│   │   │   │   ├── input
│   │   │   │   │   ├── Image_JPEG_Upload.class.php
│   │   │   │   │   ├── Text_Plain_Fileupload.class.php
│   │   │   │   │   ├── Text_Plain_JsonEditor.class.php
│   │   │   │   │   ├── Text_Plain_Regexvalidation.class.php
│   │   │   │   │   ├── Text_Plain_SqlEditor.class.php
│   │   │   │   │   └── Text_Plain_XmlEditor.class.php
│   │   │   │   ├── output
│   │   │   │   │   ├── Application_Octetstream_Download.class.php
│   │   │   │   │   ├── Application_Octetstream_Hex.class.php
│   │   │   │   │   ├── Image_JPEG_Inline.class.php
│   │   │   │   │   ├── Image_JPEG_Link.class.php
│   │   │   │   │   ├── Image_PNG_Inline.class.php
│   │   │   │   │   ├── Text_Octetstream_Sql.class.php
│   │   │   │   │   ├── Text_Plain_Bool2text.class.php
│   │   │   │   │   ├── Text_Plain_Dateformat.class.php
│   │   │   │   │   ├── Text_Plain_External.class.php
│   │   │   │   │   ├── Text_Plain_Formatted.class.php
│   │   │   │   │   ├── Text_Plain_Imagelink.class.php
│   │   │   │   │   ├── Text_Plain_Json.class.php
│   │   │   │   │   ├── Text_Plain_Sql.class.php
│   │   │   │   │   └── Text_Plain_Xml.class.php
│   │   │   │   ├── README
│   │   │   │   ├── TEMPLATE
│   │   │   │   ├── TEMPLATE_ABSTRACT
│   │   │   │   ├── Text_Plain_Link.class.php
│   │   │   │   ├── Text_Plain_Longtoipv4.class.php
│   │   │   │   ├── Text_Plain_Preappend.class.php
│   │   │   │   └── Text_Plain_Substring.class.php
│   │   │   ├── TransformationsInterface.int.php
│   │   │   ├── TransformationsPlugin.class.php
│   │   │   └── UploadInterface.int.php
│   │   ├── PMA.php
│   │   ├── pmd_common.php
│   │   ├── properties
│   │   │   ├── options
│   │   │   │   ├── groups
│   │   │   │   │   ├── OptionsPropertyMainGroup.class.php
│   │   │   │   │   ├── OptionsPropertyRootGroup.class.php
│   │   │   │   │   └── OptionsPropertySubgroup.class.php
│   │   │   │   ├── items
│   │   │   │   │   ├── BoolPropertyItem.class.php
│   │   │   │   │   ├── DocPropertyItem.class.php
│   │   │   │   │   ├── HiddenPropertyItem.class.php
│   │   │   │   │   ├── MessageOnlyPropertyItem.class.php
│   │   │   │   │   ├── NumberPropertyItem.class.php
│   │   │   │   │   ├── RadioPropertyItem.class.php
│   │   │   │   │   ├── SelectPropertyItem.class.php
│   │   │   │   │   └── TextPropertyItem.class.php
│   │   │   │   ├── OptionsPropertyGroup.class.php
│   │   │   │   ├── OptionsPropertyItem.class.php
│   │   │   │   └── OptionsPropertyOneItem.class.php
│   │   │   ├── plugins
│   │   │   │   ├── ExportPluginProperties.class.php
│   │   │   │   ├── ImportPluginProperties.class.php
│   │   │   │   ├── PluginPropertyItem.class.php
│   │   │   │   └── SchemaPluginProperties.class.php
│   │   │   └── PropertyItem.class.php
│   │   ├── RecentFavoriteTable.class.php
│   │   ├── relation_cleanup.lib.php
│   │   ├── relation.lib.php
│   │   ├── replication_gui.lib.php
│   │   ├── replication.inc.php
│   │   ├── Response.class.php
│   │   ├── rte
│   │   │   ├── rte_events.lib.php
│   │   │   ├── rte_export.lib.php
│   │   │   ├── rte_footer.lib.php
│   │   │   ├── rte_general.lib.php
│   │   │   ├── rte_list.lib.php
│   │   │   ├── rte_main.inc.php
│   │   │   ├── rte_routines.lib.php
│   │   │   ├── rte_triggers.lib.php
│   │   │   └── rte_words.lib.php
│   │   ├── sanitizing.lib.php
│   │   ├── SavedSearches.class.php
│   │   ├── Scripts.class.php
│   │   ├── select_lang.lib.php
│   │   ├── select_server.lib.php
│   │   ├── server_bin_log.lib.php
│   │   ├── server_collations.lib.php
│   │   ├── server_common.inc.php
│   │   ├── server_common.lib.php
│   │   ├── server_databases.lib.php
│   │   ├── server_engines.lib.php
│   │   ├── server_plugins.lib.php
│   │   ├── server_privileges.lib.php
│   │   ├── server_status_advisor.lib.php
│   │   ├── ServerStatusData.class.php
│   │   ├── server_status.lib.php
│   │   ├── server_status_monitor.lib.php
│   │   ├── server_status_processes.lib.php
│   │   ├── server_status_queries.lib.php
│   │   ├── server_status_variables.lib.php
│   │   ├── server_user_groups.lib.php
│   │   ├── server_users.lib.php
│   │   ├── server_variables.lib.php
│   │   ├── session.inc.php
│   │   ├── special_schema_links.lib.php
│   │   ├── sql-formatter
│   │   │   ├── lib
│   │   │   │   └── SqlFormatter.php
│   │   │   ├── LICENSE.txt
│   │   │   └── README.md
│   │   ├── sql.lib.php
│   │   ├── sqlparser.data.php
│   │   ├── sqlparser.lib.php
│   │   ├── sql_query_form.lib.php
│   │   ├── StorageEngine.class.php
│   │   ├── StringAbstractType.class.php
│   │   ├── StringByte.int.php
│   │   ├── String.class.php
│   │   ├── StringCType.class.php
│   │   ├── string.lib.php
│   │   ├── stringMb.lib.php
│   │   ├── stringNative.lib.php
│   │   ├── StringNativeType.class.php
│   │   ├── StringType.int.php
│   │   ├── structure.lib.php
│   │   ├── sysinfo.lib.php
│   │   ├── Table.class.php
│   │   ├── TableSearch.class.php
│   │   ├── tbl_chart.lib.php
│   │   ├── tbl_columns_definition_form.inc.php
│   │   ├── tbl_columns_definition_form.lib.php
│   │   ├── tbl_common.inc.php
│   │   ├── tbl_gis_visualization.lib.php
│   │   ├── tbl_indexes.lib.php
│   │   ├── tbl_info.inc.php
│   │   ├── tbl_printview.lib.php
│   │   ├── tbl_relation.lib.php
│   │   ├── tbl_views.lib.php
│   │   ├── tcpdf
│   │   │   ├── config
│   │   │   │   └── tcpdf_config.php
│   │   │   ├── fonts
│   │   │   │   ├── dejavu-fonts-ttf-2.34
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── dejavusansb.ctg.z
│   │   │   │   ├── dejavusansb.php
│   │   │   │   ├── dejavusansb.z
│   │   │   │   ├── dejavusans.ctg.z
│   │   │   │   ├── dejavusans.php
│   │   │   │   ├── dejavusans.z
│   │   │   │   └── helvetica.php
│   │   │   ├── include
│   │   │   │   ├── sRGB.icc
│   │   │   │   ├── tcpdf_colors.php
│   │   │   │   ├── tcpdf_font_data.php
│   │   │   │   ├── tcpdf_fonts.php
│   │   │   │   ├── tcpdf_images.php
│   │   │   │   └── tcpdf_static.php
│   │   │   ├── LICENSE.TXT
│   │   │   ├── README.TXT
│   │   │   ├── tcpdf_autoconfig.php
│   │   │   └── tcpdf.php
│   │   ├── Theme.class.php
│   │   ├── Theme_Manager.class.php
│   │   ├── Tracker.class.php
│   │   ├── tracking.lib.php
│   │   ├── transformations.lib.php
│   │   ├── Types.class.php
│   │   ├── url_generating.lib.php
│   │   ├── user_preferences.inc.php
│   │   ├── user_preferences.lib.php
│   │   ├── Util.class.php
│   │   ├── vendor_config.php
│   │   ├── zip_extension.lib.php
│   │   └── zip.lib.php
│   ├── LICENSE
│   ├── license.php
│   ├── locale
│   │   ├── en_GB
│   │   │   └── LC_MESSAGES
│   │   │   └── phpmyadmin.mo
│   │   └── zh_CN
│   │   └── LC_MESSAGES
│   │   └── phpmyadmin.mo
│   ├── navigation.php
│   ├── normalization.php
│   ├── phpinfo.php
│   ├── phpmyadmin.css.php
│   ├── phpunit.xml.hhvm
│   ├── phpunit.xml.nocoverage
│   ├── prefs_forms.php
│   ├── prefs_manage.php
│   ├── print.css
│   ├── README
│   ├── RELEASE-DATE-4.4.11
│   ├── robots.txt
│   ├── schema_export.php
│   ├── server_binlog.php
│   ├── server_collations.php
│   ├── server_databases.php
│   ├── server_engines.php
│   ├── server_export.php
│   ├── server_import.php
│   ├── server_plugins.php
│   ├── server_privileges.php
│   ├── server_replication.php
│   ├── server_sql.php
│   ├── server_status_advisor.php
│   ├── server_status_monitor.php
│   ├── server_status.php
│   ├── server_status_processes.php
│   ├── server_status_queries.php
│   ├── server_status_variables.php
│   ├── server_user_groups.php
│   ├── server_variables.php
│   ├── setup
│   │   ├── ajax.js
│   │   ├── config.php
│   │   ├── frames
│   │   │   ├── config.inc.php
│   │   │   ├── form.inc.php
│   │   │   ├── index.inc.php
│   │   │   ├── menu.inc.php
│   │   │   └── servers.inc.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   ├── common.inc.php
│   │   │   ├── ConfigGenerator.class.php
│   │   │   ├── form_processing.lib.php
│   │   │   └── index.lib.php
│   │   ├── scripts.js
│   │   ├── styles.css
│   │   └── validate.php
│   ├── show_config_errors.php
│   ├── sql
│   │   ├── create_tables_drizzle.sql
│   │   ├── create_tables.sql
│   │   ├── upgrade_column_info_4_3_0+.sql
│   │   └── upgrade_tables_mysql_4_1_2+.sql
│   ├── sql.php
│   ├── tbl_addfield.php
│   ├── tbl_change.php
│   ├── tbl_chart.php
│   ├── tbl_create.php
│   ├── tbl_export.php
│   ├── tbl_find_replace.php
│   ├── tbl_get_field.php
│   ├── tbl_gis_visualization.php
│   ├── tbl_import.php
│   ├── tbl_indexes.php
│   ├── tbl_operations.php
│   ├── tbl_printview.php
│   ├── tbl_recent_favorite.php
│   ├── tbl_relation.php
│   ├── tbl_replace.php
│   ├── tbl_row_action.php
│   ├── tbl_select.php
│   ├── tbl_sql.php
│   ├── tbl_structure.php
│   ├── tbl_tracking.php
│   ├── tbl_triggers.php
│   ├── tbl_zoom_select.php
│   ├── themes
│   │   ├── dot.gif
│   │   ├── original
│   │   │   ├── css
│   │   │   │   ├── common.css.php
│   │   │   │   └── navigation.css.php
│   │   │   ├── img
│   │   │   │   ├── ajax_clock_small.gif
│   │   │   │   ├── arrow_ltr.png
│   │   │   │   ├── arrow_rtl.png
│   │   │   │   ├── b_bookmark.png
│   │   │   │   ├── b_browse.png
│   │   │   │   ├── b_calendar.png
│   │   │   │   ├── b_chart.png
│   │   │   │   ├── b_close.png
│   │   │   │   ├── b_column_add.png
│   │   │   │   ├── b_comment.png
│   │   │   │   ├── bd_browse.png
│   │   │   │   ├── b_dbstatistics.png
│   │   │   │   ├── bd_deltbl.png
│   │   │   │   ├── bd_drop.png
│   │   │   │   ├── bd_edit.png
│   │   │   │   ├── b_deltbl.png
│   │   │   │   ├── bd_empty.png
│   │   │   │   ├── bd_export.png
│   │   │   │   ├── bd_ftext.png
│   │   │   │   ├── bd_index.png
│   │   │   │   ├── bd_insrow.png
│   │   │   │   ├── bd_nextpage.png
│   │   │   │   ├── b_docs.png
│   │   │   │   ├── bd_primary.png
│   │   │   │   ├── b_drop.png
│   │   │   │   ├── bd_routine_add.png
│   │   │   │   ├── bd_sbrowse.png
│   │   │   │   ├── bd_select.png
│   │   │   │   ├── bd_spatial.png
│   │   │   │   ├── bd_unique.png
│   │   │   │   ├── b_edit.png
│   │   │   │   ├── b_empty.png
│   │   │   │   ├── b_engine.png
│   │   │   │   ├── b_event_add.png
│   │   │   │   ├── b_events.png
│   │   │   │   ├── b_export.png
│   │   │   │   ├── b_favorite.png
│   │   │   │   ├── b_find_replace.png
│   │   │   │   ├── b_ftext.png
│   │   │   │   ├── b_globe.gif
│   │   │   │   ├── b_group.png
│   │   │   │   ├── b_help.png
│   │   │   │   ├── b_home.png
│   │   │   │   ├── b_import.png
│   │   │   │   ├── b_index_add.png
│   │   │   │   ├── b_index.png
│   │   │   │   ├── b_info.png
│   │   │   │   ├── b_inline_edit.png
│   │   │   │   ├── b_insrow.png
│   │   │   │   ├── b_minus.png
│   │   │   │   ├── b_more.png
│   │   │   │   ├── b_move.png
│   │   │   │   ├── b_newdb.png
│   │   │   │   ├── b_newtbl.png
│   │   │   │   ├── b_nextpage.png
│   │   │   │   ├── b_no_favorite.png
│   │   │   │   ├── b_plus.png
│   │   │   │   ├── b_primary.png
│   │   │   │   ├── b_print.png
│   │   │   │   ├── b_props.png
│   │   │   │   ├── b_relations.png
│   │   │   │   ├── b_report.png
│   │   │   │   ├── b_routine_add.png
│   │   │   │   ├── b_routines.png
│   │   │   │   ├── b_saveimage.png
│   │   │   │   ├── b_save.png
│   │   │   │   ├── b_sbrowse.png
│   │   │   │   ├── b_search.png
│   │   │   │   ├── b_selboard.png
│   │   │   │   ├── b_select.png
│   │   │   │   ├── b_snewtbl.png
│   │   │   │   ├── b_spatial.png
│   │   │   │   ├── b_sqlhelp.png
│   │   │   │   ├── b_sql.png
│   │   │   │   ├── b_table_add.png
│   │   │   │   ├── b_tblanalyse.png
│   │   │   │   ├── b_tblexport.png
│   │   │   │   ├── b_tblimport.png
│   │   │   │   ├── b_tblops.png
│   │   │   │   ├── b_tbloptimize.png
│   │   │   │   ├── b_tipp.png
│   │   │   │   ├── b_trigger_add.png
│   │   │   │   ├── b_triggers.png
│   │   │   │   ├── b_undo.png
│   │   │   │   ├── b_unique.png
│   │   │   │   ├── b_usradd.png
│   │   │   │   ├── b_usrcheck.png
│   │   │   │   ├── b_usrdrop.png
│   │   │   │   ├── b_usredit.png
│   │   │   │   ├── b_usrlist.png
│   │   │   │   ├── b_versions.png
│   │   │   │   ├── b_view_add.png
│   │   │   │   ├── b_view.png
│   │   │   │   ├── b_views.png
│   │   │   │   ├── centralColumns_add.png
│   │   │   │   ├── centralColumns_delete.png
│   │   │   │   ├── centralColumns.png
│   │   │   │   ├── cleardot.gif
│   │   │   │   ├── col_drop.png
│   │   │   │   ├── col_pointer.png
│   │   │   │   ├── col_pointer_ver.png
│   │   │   │   ├── console.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── error.ico
│   │   │   │   ├── eye_grey.png
│   │   │   │   ├── eye.png
│   │   │   │   ├── lightbulb_off.png
│   │   │   │   ├── lightbulb.png
│   │   │   │   ├── logo_left.png
│   │   │   │   ├── logo_right.png
│   │   │   │   ├── more.png
│   │   │   │   ├── new_data_hovered.png
│   │   │   │   ├── new_data.png
│   │   │   │   ├── new_data_selected_hovered.png
│   │   │   │   ├── new_data_selected.png
│   │   │   │   ├── new_struct_hovered.png
│   │   │   │   ├── new_struct.png
│   │   │   │   ├── new_struct_selected_hovered.png
│   │   │   │   ├── new_struct_selected.png
│   │   │   │   ├── normalize.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── pause.png
│   │   │   │   ├── play.png
│   │   │   │   ├── s_asci.png
│   │   │   │   ├── s_asc.png
│   │   │   │   ├── s_attention.png
│   │   │   │   ├── s_cancel.png
│   │   │   │   ├── s_cog.png
│   │   │   │   ├── s_collapseall.png
│   │   │   │   ├── s_db.png
│   │   │   │   ├── s_desc.png
│   │   │   │   ├── s_error2.png
│   │   │   │   ├── s_error.png
│   │   │   │   ├── s_fulltext.png
│   │   │   │   ├── s_host.png
│   │   │   │   ├── s_info.png
│   │   │   │   ├── s_lang.png
│   │   │   │   ├── s_link.png
│   │   │   │   ├── s_lock.png
│   │   │   │   ├── s_loggoff.png
│   │   │   │   ├── s_notice.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── spacer.png
│   │   │   │   ├── s_partialtext.png
│   │   │   │   ├── s_passwd.png
│   │   │   │   ├── sprites.png
│   │   │   │   ├── s_really.png
│   │   │   │   ├── s_reload.png
│   │   │   │   ├── s_replication.png
│   │   │   │   ├── s_rights.png
│   │   │   │   ├── s_sortable.png
│   │   │   │   ├── s_status.png
│   │   │   │   ├── s_success.png
│   │   │   │   ├── s_sync.png
│   │   │   │   ├── s_tbl.png
│   │   │   │   ├── s_theme.png
│   │   │   │   ├── s_top.png
│   │   │   │   ├── s_unlink.png
│   │   │   │   ├── s_vars.png
│   │   │   │   ├── s_views.png
│   │   │   │   ├── toggle-ltr.png
│   │   │   │   ├── toggle-rtl.png
│   │   │   │   ├── vertical_line.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── window-new.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── info.inc.php
│   │   │   ├── jquery
│   │   │   │   ├── 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-1.11.2.css
│   │   │   ├── layout.inc.php
│   │   │   ├── screen.png
│   │   │   └── sprites.lib.php
│   │   ├── pmahomme
│   │   │   ├── css
│   │   │   │   ├── codemirror.css.php
│   │   │   │   ├── common.css.php
│   │   │   │   ├── enum_editor.css.php
│   │   │   │   ├── gis.css.php
│   │   │   │   ├── jqplot.css.php
│   │   │   │   ├── navigation.css.php
│   │   │   │   ├── pmd.css.php
│   │   │   │   ├── resizable-menu.css.php
│   │   │   │   └── rte.css.php
│   │   │   ├── img
│   │   │   │   ├── ajax_clock_small.gif
│   │   │   │   ├── arrow_ltr.png
│   │   │   │   ├── arrow_rtl.png
│   │   │   │   ├── asc_order.png
│   │   │   │   ├── b_bookmark.png
│   │   │   │   ├── b_browse.png
│   │   │   │   ├── b_calendar.png
│   │   │   │   ├── b_chart.png
│   │   │   │   ├── b_close.png
│   │   │   │   ├── b_column_add.png
│   │   │   │   ├── b_comment.png
│   │   │   │   ├── bd_browse.png
│   │   │   │   ├── b_dbstatistics.png
│   │   │   │   ├── bd_deltbl.png
│   │   │   │   ├── bd_drop.png
│   │   │   │   ├── bd_edit.png
│   │   │   │   ├── b_deltbl.png
│   │   │   │   ├── bd_empty.png
│   │   │   │   ├── bd_export.png
│   │   │   │   ├── bd_firstpage.png
│   │   │   │   ├── bd_ftext.png
│   │   │   │   ├── bd_index.png
│   │   │   │   ├── bd_insrow.png
│   │   │   │   ├── bd_lastpage.png
│   │   │   │   ├── bd_nextpage.png
│   │   │   │   ├── b_docs.png
│   │   │   │   ├── b_docsql.png
│   │   │   │   ├── bd_prevpage.png
│   │   │   │   ├── bd_primary.png
│   │   │   │   ├── b_drop.png
│   │   │   │   ├── bd_routine_add.png
│   │   │   │   ├── bd_sbrowse.png
│   │   │   │   ├── bd_select.png
│   │   │   │   ├── bd_spatial.png
│   │   │   │   ├── bd_unique.png
│   │   │   │   ├── b_edit.png
│   │   │   │   ├── b_empty.png
│   │   │   │   ├── b_engine.png
│   │   │   │   ├── b_event_add.png
│   │   │   │   ├── b_events.png
│   │   │   │   ├── b_export.png
│   │   │   │   ├── b_favorite.png
│   │   │   │   ├── b_find_replace.png
│   │   │   │   ├── b_firstpage.png
│   │   │   │   ├── b_ftext.png
│   │   │   │   ├── b_globe.gif
│   │   │   │   ├── b_group.png
│   │   │   │   ├── b_help.png
│   │   │   │   ├── b_home.png
│   │   │   │   ├── b_import.png
│   │   │   │   ├── b_index_add.png
│   │   │   │   ├── b_index.png
│   │   │   │   ├── b_info.png
│   │   │   │   ├── b_inline_edit.png
│   │   │   │   ├── b_insrow.png
│   │   │   │   ├── b_lastpage.png
│   │   │   │   ├── b_minus.png
│   │   │   │   ├── b_more.png
│   │   │   │   ├── b_move.png
│   │   │   │   ├── b_newdb.png
│   │   │   │   ├── b_newtbl.png
│   │   │   │   ├── b_nextpage.png
│   │   │   │   ├── b_no_favorite.png
│   │   │   │   ├── b_pdfdoc.png
│   │   │   │   ├── b_plus.png
│   │   │   │   ├── b_prevpage.png
│   │   │   │   ├── b_primary.png
│   │   │   │   ├── b_print.png
│   │   │   │   ├── b_props.png
│   │   │   │   ├── b_relations.png
│   │   │   │   ├── b_report.png
│   │   │   │   ├── b_routine_add.png
│   │   │   │   ├── b_routines.png
│   │   │   │   ├── b_saveimage.png
│   │   │   │   ├── b_save.png
│   │   │   │   ├── b_sbrowse.png
│   │   │   │   ├── b_sdb.png
│   │   │   │   ├── b_search.png
│   │   │   │   ├── b_selboard.png
│   │   │   │   ├── b_select.png
│   │   │   │   ├── b_snewtbl.png
│   │   │   │   ├── b_spatial.png
│   │   │   │   ├── b_sqldoc.png
│   │   │   │   ├── b_sqlhelp.png
│   │   │   │   ├── b_sql.png
│   │   │   │   ├── b_table_add.png
│   │   │   │   ├── b_tblanalyse.png
│   │   │   │   ├── b_tblexport.png
│   │   │   │   ├── b_tblimport.png
│   │   │   │   ├── b_tblops.png
│   │   │   │   ├── b_tbloptimize.png
│   │   │   │   ├── b_tipp.png
│   │   │   │   ├── b_trigger_add.png
│   │   │   │   ├── b_triggers.png
│   │   │   │   ├── b_undo.png
│   │   │   │   ├── b_unique.png
│   │   │   │   ├── b_usradd.png
│   │   │   │   ├── b_usrcheck.png
│   │   │   │   ├── b_usrdrop.png
│   │   │   │   ├── b_usredit.png
│   │   │   │   ├── b_usrlist.png
│   │   │   │   ├── b_versions.png
│   │   │   │   ├── b_view_add.png
│   │   │   │   ├── b_view.png
│   │   │   │   ├── b_views.png
│   │   │   │   ├── centralColumns_add.png
│   │   │   │   ├── centralColumns_delete.png
│   │   │   │   ├── centralColumns.png
│   │   │   │   ├── col_drop.png
│   │   │   │   ├── col_pointer.png
│   │   │   │   ├── col_pointer_ver.png
│   │   │   │   ├── console.png
│   │   │   │   ├── database.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── error.ico
│   │   │   │   ├── eye_grey.png
│   │   │   │   ├── eye.png
│   │   │   │   ├── item.png
│   │   │   │   ├── left_nav_bg.png
│   │   │   │   ├── lightbulb_off.png
│   │   │   │   ├── lightbulb.png
│   │   │   │   ├── logo_left.png
│   │   │   │   ├── logo_right.png
│   │   │   │   ├── more.png
│   │   │   │   ├── new_data_hovered.png
│   │   │   │   ├── new_data.png
│   │   │   │   ├── new_data_selected_hovered.png
│   │   │   │   ├── new_data_selected.png
│   │   │   │   ├── new_struct_hovered.png
│   │   │   │   ├── new_struct.png
│   │   │   │   ├── new_struct_selected_hovered.png
│   │   │   │   ├── new_struct_selected.png
│   │   │   │   ├── normalize.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── pause.png
│   │   │   │   ├── php_sym.png
│   │   │   │   ├── play.png
│   │   │   │   ├── pma_logo2.png
│   │   │   │   ├── pmd
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 2leftarrow_m.png
│   │   │   │   │   ├── 2leftarrow.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 2rightarrow_m.png
│   │   │   │   │   ├── 2rightarrow.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 7.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   ├── anchor.png
│   │   │   │   │   ├── and_icon.png
│   │   │   │   │   ├── ang_direct.png
│   │   │   │   │   ├── bord.png
│   │   │   │   │   ├── bottom.png
│   │   │   │   │   ├── def.png
│   │   │   │   │   ├── display_field.png
│   │   │   │   │   ├── downarrow1.png
│   │   │   │   │   ├── downarrow2_m.png
│   │   │   │   │   ├── downarrow2.png
│   │   │   │   │   ├── exec.png
│   │   │   │   │   ├── exec_small.png
│   │   │   │   │   ├── exitFullscreen.png
│   │   │   │   │   ├── export.png
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── FieldKey_small.png
│   │   │   │   │   ├── Field_small_char.png
│   │   │   │   │   ├── Field_small_date.png
│   │   │   │   │   ├── Field_small_int.png
│   │   │   │   │   ├── Field_small.png
│   │   │   │   │   ├── grid.png
│   │   │   │   │   ├── Header_Linked.png
│   │   │   │   │   ├── Header.png
│   │   │   │   │   ├── help.png
│   │   │   │   │   ├── help_relation.png
│   │   │   │   │   ├── left_panel_butt.png
│   │   │   │   │   ├── left_panel_tab.png
│   │   │   │   │   ├── minus.png
│   │   │   │   │   ├── or_icon.png
│   │   │   │   │   ├── page_add.png
│   │   │   │   │   ├── page_delete.png
│   │   │   │   │   ├── page_edit.png
│   │   │   │   │   ├── pdf.png
│   │   │   │   │   ├── plus.png
│   │   │   │   │   ├── query_builder.png
│   │   │   │   │   ├── relation.png
│   │   │   │   │   ├── reload.png
│   │   │   │   │   ├── resize.png
│   │   │   │   │   ├── resizeright.png
│   │   │   │   │   ├── rightarrow1.png
│   │   │   │   │   ├── rightarrow2.png
│   │   │   │   │   ├── save_as.png
│   │   │   │   │   ├── save.png
│   │   │   │   │   ├── small_tab.png
│   │   │   │   │   ├── table.png
│   │   │   │   │   ├── toggle_lines.png
│   │   │   │   │   ├── top_panel.png
│   │   │   │   │   ├── uparrow2_m.png
│   │   │   │   │   └── viewInFullscreen.png
│   │   │   │   ├── s_asci.png
│   │   │   │   ├── s_asc.png
│   │   │   │   ├── s_attention.png
│   │   │   │   ├── s_cancel2.png
│   │   │   │   ├── s_cancel.png
│   │   │   │   ├── s_cog.png
│   │   │   │   ├── s_collapseall.png
│   │   │   │   ├── s_db.png
│   │   │   │   ├── s_desc.png
│   │   │   │   ├── select_bg.png
│   │   │   │   ├── s_error2.png
│   │   │   │   ├── s_error.png
│   │   │   │   ├── s_fulltext.png
│   │   │   │   ├── s_host.png
│   │   │   │   ├── s_info.png
│   │   │   │   ├── s_lang.png
│   │   │   │   ├── s_link.png
│   │   │   │   ├── s_lock.png
│   │   │   │   ├── s_loggoff.png
│   │   │   │   ├── s_notice.png
│   │   │   │   ├── s_okay.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── spacer.png
│   │   │   │   ├── s_partialtext.png
│   │   │   │   ├── s_passwd.png
│   │   │   │   ├── sprites.png
│   │   │   │   ├── s_process.png
│   │   │   │   ├── s_really.png
│   │   │   │   ├── s_reload.png
│   │   │   │   ├── s_replication.png
│   │   │   │   ├── s_rights.png
│   │   │   │   ├── s_sortable.png
│   │   │   │   ├── s_status.png
│   │   │   │   ├── s_success.png
│   │   │   │   ├── s_sync.png
│   │   │   │   ├── s_tbl.png
│   │   │   │   ├── s_theme.png
│   │   │   │   ├── s_top.png
│   │   │   │   ├── s_unlink.png
│   │   │   │   ├── s_vars.png
│   │   │   │   ├── s_views.png
│   │   │   │   ├── toggle-ltr.png
│   │   │   │   ├── toggle-rtl.png
│   │   │   │   ├── vertical_line.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── window-new.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── info.inc.php
│   │   │   ├── jquery
│   │   │   │   ├── 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-1.11.2.css
│   │   │   ├── layout.inc.php
│   │   │   ├── screen.png
│   │   │   └── sprites.lib.php
│   │   ├── sprites.css.php
│   │   └── svg_gradient.php
│   ├── themes.php
│   ├── transformation_overview.php
│   ├── transformation_wrapper.php
│   ├── url.php
│   ├── user_password.php
│   ├── version_check.php
│   ├── view_create.php
│   ├── view_operations.php
│   └── webapp.php
├── phpmyadmin.php
├── run2.php
├── run3.php
├── run.php
├── service.php
├── service_r.php
├── test_php.php
├── test_request.html
├── tools.php
├── translate.php
├── ts.php
├── tz.php
└── 安装方法.txt

165 directories, 1660 files

标签:

实例下载地址

PHP工具箱配置和下载

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警