mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 10:34:01 +02:00
Move edit functions to Driver
This commit is contained in:
@@ -25,6 +25,7 @@ function get_driver($id) {
|
||||
abstract class SqlDriver {
|
||||
var $_conn;
|
||||
protected $types = array(); ///< @var array [$description => [$type => $maximum_unsigned_length, ...], ...]
|
||||
var $editFunctions = array(); ///< @var array of ["$type|$type2" => "$function/$function2"] functions used in editing, [0] - edit and insert, [1] - edit only
|
||||
|
||||
/** Create object for performing database operations
|
||||
* @param Db
|
||||
|
Reference in New Issue
Block a user