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 63872de0f9 Release 3.6.0 13 years ago
adminer Release 3.6.0 13 years ago
designs Backwards compatible designs 13 years ago
editor MySQL: Support geometry data types 13 years ago
externals MySQL: Support geometry data types 13 years ago
plugins Add new methods to plugin 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.6.0 13 years ago
compile.php Print compile errors to STDERR 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 Don't encode binary files 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