Database management in a single PHP file
Go to file
2012-06-19 10:12:17 -07:00
adminer Bengali placeholders 2012-06-19 10:12:17 -07:00
designs Update ng9 design 2012-05-14 09:27:16 -07:00
editor Warn about selecting data without index 2012-05-17 00:13:13 -07:00
externals Highlight code in textarea by CodeMirror 2012-04-15 22:00:33 -07:00
plugins Use namespace in login form 2012-05-14 01:11:08 -07:00
tests Fix test 2012-03-06 20:52:40 -08:00
.gitignore Ignore compiled files only in root 2011-03-07 14:38:25 +01:00
.gitmodules Highlight code in textarea by CodeMirror 2012-04-15 22:00:33 -07:00
changes.txt Shift+click on checkbox to select consecutive rows (thanks to Alexander Loonar) 2012-06-13 12:21:21 -07:00
compile.php Format numbers in translations 2012-06-04 17:44:04 -07:00
coverage.php Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
lang.php Mark scripts as executable 2012-05-25 23:21:31 -07:00
readme.txt Don't document parameters in readme 2012-03-08 15:30:15 -08:00
todo.txt Update TODO 2012-05-14 01:17:43 -07:00

Adminer - Database management in single PHP file
Adminer Editor - Data manipulation for end-users

http://www.adminer.org/
Supports: MySQL, PostgreSQL, SQLite, MS SQL, Oracle
Requirements: PHP 4.3.3+ or PHP 5+
Apache License 2.0 or GPL 2

adminer/index.php - Run development version of Adminer
editor/index.php - Run development version of Adminer Editor
editor/example.php - Example customization
plugins/readme.txt - Plugins for Adminer and Adminer Editor
adminer/plugin.php - Plugin demo
compile.php - Create a single file version
lang.php - Update translations
tests/selenium.html - Selenium test suite