Database management in a single PHP file
Go to file
2013-05-13 11:12:28 -07:00
adminer Use ALTER VIEW and don't use temporary object if changing name 2013-05-13 11:12:28 -07:00
designs Display logout button in Nette design. 2013-04-30 12:02:02 -07:00
editor Highlight default submit button 2013-05-06 09:27:35 -07:00
externals Display help cursor over documentation links 2013-04-11 09:37:55 -07:00
plugins Strip trailing spaces 2013-05-08 11:29:19 -07:00
tests Update test format 2013-04-17 18:02:52 -07:00
.gitignore Add Nette design 2013-01-26 21:26:17 -08:00
.gitmodules removed CodeMirror dependancy 2012-10-20 10:37:39 -07:00
changes.txt Don't rely on 't' and 'f' PostgreSQL boolean return values 2013-05-13 08:40:06 -07:00
compile.php Allow using lang() in plugins 2013-04-28 08:17:40 -07:00
coverage.php Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
lang.php Support xx in lang.php 2012-10-04 00:25:22 -07:00
readme.txt Don't document parameters in readme 2012-03-08 15:30:15 -08:00
todo.txt Constraint memory used in TAR export 2013-05-01 09:33:23 -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