}
function connect($server, $username, $password) {
- mysqli_report(MYSQLI_REPORT_OFF); // stays between requests
+ mysqli_report(MYSQLI_REPORT_OFF); // stays between requests, not required since PHP 5.3.4
list($host, $port) = explode(":", $server, 2); // part after : is used for port or socket
return @$this->real_connect(
($server != "" ? $host : ini_get("mysqli.default_host")),
Transactions in export
Create view and routine options
Variables editation, especially timezone
-Highlight SQL textarea, then display query inside textarea in select - may use external CodePress
+Highlight SQL textarea, then display query inside textarea in select - may use external CodeMirror
Blob download and image display in edit form (important for Editor with hidden fields in select)
Add title to Logout, edit (in select) and select (in menu) in style "hever"
Shift-click in checkboxes to select range