Index
class Index (View source)
PhpMyAdmin\Setup\Index class
Various checks and message functions used on index page.
Methods
static void
messagesBegin()
Initializes message list
static void
messagesSet(string $type, string $msgId, string $title, string $message)
Adds a new message to message list
static void
messagesEnd()
Cleans up message list
static array
messagesShowHtml()
Prints message list, must be called after self::messagesEnd()
static void
versionCheck()
Checks for newest phpMyAdmin version and sets result as a new notice
Details
static void
messagesBegin()
Initializes message list
static void
messagesSet(string $type, string $msgId, string $title, string $message)
Adds a new message to message list
static void
messagesEnd()
Cleans up message list
static array
messagesShowHtml()
Prints message list, must be called after self::messagesEnd()
static void
versionCheck()
Checks for newest phpMyAdmin version and sets result as a new notice