Git Product home page Git Product logo

kissthink / higrid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sheyi/higrid

0.0 1.0 0.0 1.03 MB

php jqgrid!jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web, the purpose of this plugin is to help in fully structuring server-side queries for use with a client-side jqGrid. Easily handle ajax, dynamic queries, server-side validation/sorting/paging/formatting, and more.

Home Page: http://higrid.higrid.net

higrid's Introduction

#higrid嗨网 专业版

中文PHP在线图表, Copyright (C) http://higrid.net

目录结构为:

|   .gitignore
|   autodeploy.php //自动部署到higrid.higrid.net
|   changelog.md //每次主要更新
|   chart.php //嗨图例子入口文件
|   CONTRIBUTING.md //期待共同参与
|   example.php //嗨网例子入口文件
|   higridsql.sql //!!!!!演示数据库,请导入
|   index.php
|   readme.md
|   
+---chart //本文件夹中为嗨图例子
|       areabasic.php
|       config.php //数据库设置文件!!!!!必须修改
|       .....php
|       
+---config
|       functions.php //index.php所用的部分函数,仅为higrid展示首页所用
|       hichart_demo.csv //hichart演示数据
|       higrid_demo.csv  //higrid演示数据
|       markdownextra.php //markdown解释
|       mysql_setting.php //数据库设置文件!!!!!必须修改
|       
+---example //本文件夹为嗨网演示
|       autocomplete_toolbar.php
|       treeloadallexpanded.php
|       config.php //数据库设置文件!!!!!必须修改
|       config_tree.php //数据库设置文件!!!!!必须修改
|       ...
|       
\---higrid //higrid核心程序文件夹
    |   hgAutocomplete.php
    |   hgCalendar.php
    |   hgChart.php
    |   hgcommon.php
    |   hgGrid.php
    |   hgGridPdo.php
    |   hgTreeGrid.php
    |   HiGrid.php
    |   HiGrid_chart.php
    |   HiGrid_tree.php
    |   
    \---scopbin //加密文件
            911006.php

dos命令:tree E:\github\github_higrid /f /a >list.txt

##安装

  1. 将下载的higrid.版本代码.tar.gz解压缩
  2. 新建数据库,将higridsql.sql导入数据库
  3. 打开config/mysql_setting.php设置数据库参数;
  4. 打开example/config.php注释掉默认的数据库配置文件data.php并取消下一行的注释;
  5. 与上一条同样设置example/config_tree.php;chart/config.php,也可以合并成一个^_^
  6. 将解压缩后的全部文件上传到服务器,任意目录都可
  7. 浏览器中打开该目录index.php查看效果
  8. 增加其他表格或图形只需模仿example/chart文件夹中的php文件修改相应参数即可

higrid's People

Contributors

higrid avatar sheyi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.