Database management in a single PHP file
Go to file
Jakub Vrana e8c6ef04d2 Replace ereg*() by preg_*()
ereg() triggers deprecated error which is sent to custom error handlers.
It is also faster.
There are no more deprecated functions except mysql_connect().
2013-07-24 16:26:41 -07:00
adminer Replace ereg*() by preg_*() 2013-07-24 16:26:41 -07:00
designs Add design from https://gist.github.com/pappu687/5589922 2013-06-05 18:45:33 -07:00
editor Replace ereg*() by preg_*() 2013-07-24 16:26:41 -07:00
externals Highlight submit for syntax highlighted textareas 2013-07-23 16:33:07 -07:00
plugins Replace ereg*() by preg_*() 2013-07-24 16:26:41 -07:00
tests Fix tests 2013-06-05 18:44:06 -07:00
.gitignore Add Nette design 2013-01-26 21:26:17 -08:00
.gitmodules Driver for SimpleDB 2013-07-09 10:54:43 -07:00
changes.txt Revert Displaying SQL edit form on Ctrl+click on the select query 2013-07-24 13:00:37 -07:00
compile.php Use specific JUSH version 2013-07-22 15:49:19 -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 Update readme 2013-07-16 08:32:03 -07:00
todo.txt Descending indexes 2013-06-25 09:42:47 -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, SimpleDB, Elasticsearch
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