Giter Club home page Giter Club logo

jxset's Introduction

jxset

jxset is a simple php/javascript solution for presenting and managing data over the web.

It enables you to easily present and manage data on a web page.

Basic Installation

  • Download or clone the jxset project and place it on your web server document root.
  • To clone the jqGrid submodule, cd to the project root directory (~/jxset) and issue the following command:
  • git submodule update --init --recursive
  • Run the sql script located in jxset/demo/jxset.sql on your mysql server, that will create a new database named 'jxset'.
  • Set your mysql user/password in the config file located in jxset/jset/server/class/config.class.php (default setting is root with no password).
  • Set your mysql user/password in the config file located in jxset/demo/server/class/config.class.php (default setting is root with no password).
  • Run SQL Command UPDATE `jxset`.`jset_host` SET `password`='{{PASSWORD}}' WHERE `id`=1; (default setting is root with no password).
  • Open a browser window and go to yourserver/jxset/demo - You should see a grid presenting data that you can search, edit and add.
  • Go to yourserver/jxset/demo/grid_form.php - You should see an open form that you can fill and submit.
  • Go to yourserver/jxset/demo/db.php - You should see a list of databases on your server and you should be able to view, search, edit and add data.

jxset's People

Contributors

shuki avatar nhthebest avatar

Watchers

James Cloos 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.