Adminer - Database management in a single PHP file
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jakub Vrana a0af3eec5c Release 3.5.0 13 years ago
adminer Release 3.5.0 13 years ago
designs Update ng9 design 13 years ago
editor Support one click search in Editor 13 years ago
externals Load jush.css earlier 13 years ago
plugins Link to documentation 13 years ago
tests Fix test 13 years ago
.gitignore Ignore compiled files only in root 15 years ago
.gitmodules Highlight code in textarea by CodeMirror 13 years ago
changes.txt Release 3.5.0 13 years ago
compile.php Remove CodeMirror 13 years ago
coverage.php Replace isset($var) by $var !== null 13 years ago
lang.php Mark scripts as executable 13 years ago
readme.txt Don't document parameters in readme 14 years ago
todo.txt Done 13 years ago

readme.txt

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