Giter Site home page Giter Site logo

bkcluster / php-mysql-extjs-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jbruni/php-mysql-extjs-admin

0.0 2.0 0.0 133 KB

MySQL CRUD in the browser with beautiful ExtJS interface and PHP back-end

Home Page: http://www.jbruni.com.br/pmea/

PHP 81.02% HTML 1.72% JavaScript 17.26%

php-mysql-extjs-admin's Introduction

PHP MySQL ExtJS Admin

Input: your MySQL database name, host, user and pass
Output: an ExtJS application to edit your data right in the browser

Requirements:
 - MySQL 5
 - PHP 5
 - ExtJS 3

Installation:
 - Copy the files in a browsable folder of your site

How to use it:
 - Edit "config.php" file with your specific configuration

And it is ready to run!

Configuration is simple; see example below:

$pmea_config = array(
  'extRoot'  => '/ext',
  'title'    => 'PHP MySQL ExtJS Admin',
  'pageSize' => 30,
  'host'  => 'localhost',
  'user'  => 'user',
  'pass'  => 'pass',
  'name'  => 'name',
  'debug' => false
);

 - extRoot  = path to your ExtJS 3 installation (root folder here refers to your public site root)
 - title    = browser window title and grid title
 - pageSize = number of rows to display at once
 - host  = your MySQL database server IP or URL
 - user  = your MySQL database user name
 - pass  = your MySQL database password
 - name  = your MySQL database name
 - debug = if true, send exceptions to client-side (as recommended by ExtJS)

Enjoy!

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.