Index
A
- Advisor — Class in namespace PhpMyAdmin\Advisory
A simple rules engine, that executes the rules in the {Rules} class.
- Advisor::addRule() — Method in class Advisor
Adds a rule to the result list
- Application — Class in namespace PhpMyAdmin
- Bookmark::applyVariables() — Method in class Bookmark
Replace the placeholders in the bookmark query with variables
- Relation::arePmadbTablesAllDisabled() — Method in class Relation
Verifies that all pmadb features are disabled
- Relation::arePmadbTablesDefined() — Method in class Relation
Verifies if all the pmadb tables are defined
- FormDisplayTemplate::addJsValidate() — Method in class FormDisplayTemplate
Appends JS validation code to $js_array
- $ BaseFormList#all — Property in class BaseFormList
List of all forms
- $ PageFormList#all — Property in class PageFormList
- $ SetupFormList#all — Property in class SetupFormList
- $ UserFormList#all — Property in class UserFormList
- $ Settings#authLog — Property in class Settings
Configure authentication logging destination
- $ Settings#authLogSuccess — Property in class Settings
Whether to log successful authentication attempts
- $ Settings#AllowThirdPartyFraming — Property in class Settings
Allows phpMyAdmin to be included from a other document in a frame; setting this to true is a potential security hole. Setting this to 'sameorigin' prevents phpMyAdmin to be included from another document in a frame, unless that document belongs to the same domain.
- $ Settings#AllowUserDropDatabase — Property in class Settings
show a 'Drop database' link to normal users
- $ Settings#AllowArbitraryServer — Property in class Settings
allow login to any user entered server in cookie based authentication
- $ Settings#ArbitraryServerRegexp — Property in class Settings
restrict by IP (with regular expression) the MySQL servers the user can enter when $cfg['AllowArbitraryServer'] = true
- $ Settings#ActionLinksMode — Property in class Settings
How to display various action links ('icons'|'text'|'both')
- $ Settings#AvailableCharsets — Property in class Settings
Available character sets for MySQL conversion. currently contains all which could be found in lang/* files and few more.
- $ Settings#AllowSharedBookmarks — Property in class Settings
Allow shared bookmarks between users
- Settings::asArray() — Method in class Settings
- $ Console#AlwaysExpand — Property in class Console
Always expand query messages
- Console::asArray() — Method in class Console
- Debug::asArray() — Method in class Debug
- $ Export#as_separate_files — Property in class Export
Whether to export databases/tables as separate files
- $ Export#asfile — Property in class Export
$cfg['Export']['asfile'] = true;
- Export::asArray() — Method in class Export
- $ Import#allow_interrupt — Property in class Import
$cfg['Import']['allow_interrupt'] = true;
- Import::asArray() — Method in class Import
- Schema::asArray() — Method in class Schema
- $ Server#authType — Property in class Server
Authentication method (valid choices: config, http, signon or cookie)
- $ Server#authHttpRealm — Property in class Server
HTTP Basic Auth Realm name to display (only used with 'HTTP' auth_type)
- $ Server#allowRoot — Property in class Server
whether to allow root login
- $ Server#allowNoPassword — Property in class Server
whether to allow login of any user without a password
- $ Server#allowDeny — Property in class Server
Host authentication
- Server::asArray() — Method in class Server
- SqlQueryBox::asArray() — Method in class SqlQueryBox
- Transformations::asArray() — Method in class Transformations
- AddController — Class in namespace PhpMyAdmin\Controllers\Console\Bookmark
- CentralColumnsController::addNewColumn() — Method in class CentralColumnsController
- AddPrefixController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- AddPrefixTableController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- AddController — Class in namespace PhpMyAdmin\Controllers\Database\Structure\CentralColumns
- AddNewPrimaryController — Class in namespace PhpMyAdmin\Controllers\Normalization
- AccountLockController — Class in namespace PhpMyAdmin\Controllers\Server\Privileges
- AccountUnlockController — Class in namespace PhpMyAdmin\Controllers\Server\Privileges
- AbstractController — Class in namespace PhpMyAdmin\Controllers\Server\Status
- AdvisorController — Class in namespace PhpMyAdmin\Controllers\Server\Status
Displays the advisor feature
- AddFieldController — Class in namespace PhpMyAdmin\Controllers\Table
Displays add field form and handles it.
- ChartController::ajax() — Method in class ChartController
Handle ajax request
- AnalyzeController — Class in namespace PhpMyAdmin\Controllers\Table\Maintenance
- AnalyzeController — Class in namespace PhpMyAdmin\Controllers\Table\Partition
- AbstractIndexController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- AddIndexController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- AddKeyController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- Core::arrayRead() — Method in class Core
Returns value of an element in $array given by $path.
- Core::arrayWrite() — Method in class Core
Stores value in an array
- Core::arrayRemove() — Method in class Core
Removes value from an array
- DatabaseInterface::affectedRows() — Method in class DatabaseInterface
returns the number of rows affected by last query
- Common::addNewRelation() — Method in class Common
Adds a new foreign relation
- DbalInterface::affectedRows() — Method in class DbalInterface
returns the number of rows affected by last query
- DbiExtension::affectedRows() — Method in class DbiExtension
returns the number of rows affected by last query
- DbiMysqli::affectedRows() — Method in class DbiMysqli
returns the number of rows affected by last query
- ErrorHandler::addError() — Method in class ErrorHandler
Add an error; can also be called directly (with or without escaping)
- AuthenticationFailure — Class in namespace PhpMyAdmin\Exceptions
- AuthenticationPluginException — Class in namespace PhpMyAdmin\Exceptions
- RecentFavoriteTables::add() — Method in class RecentFavoriteTables
- FlashMessenger::addMessage() — Method in class FlashMessenger
- Polygon::area() — Method in class Polygon
Calculates the area of a closed simple polygon.
- GisVisualization::asSVG() — Method in class GisVisualization
Get the visualization as a SVG.
- GisVisualization::asOl() — Method in class GisVisualization
Get the data for visualization with OpenLayers.
- ApplicationHandler — Class in namespace PhpMyAdmin\Http\Handler
- QueueRequestHandler::add() — Method in class QueueRequestHandler
- Authentication — Class in namespace PhpMyAdmin\Http\Middleware
- LanguageManager::availableLocales() — Method in class LanguageManager
Returns (cached) list of all available locales
- LanguageManager::availableLanguages() — Method in class LanguageManager
Returns (cached) list of all available languages
- LanguageManager::activate() — Method in class LanguageManager
Activates given translation
- ImageWrapper::arc() — Method in class ImageWrapper
- Ajax — Class in namespace PhpMyAdmin\Import
Handles plugins that show the upload progress.
- AnalysedColumn — Class in namespace PhpMyAdmin\Import
- Import::analyzeTable() — Method in class Import
Determines if the column types are int, decimal, or string
- Index::addColumn() — Method in class Index
Add column to index
- Index::addColumns() — Method in class Index
Adds a list of columns to the index
- IpAllowDeny::allow() — Method in class IpAllowDeny
Runs through IP Allow rules the use of it below for more information
- $ Message#addedMessages — Property in class Message
holds additional messages
- Message::addParam() — Method in class Message
add string or Message parameter
- Message::addParamHtml() — Method in class Message
add parameter as raw HTML, usually in conjunction with strings
- Message::addMessages() — Method in class Message
add a bunch of messages at once
- Message::addMessagesString() — Method in class Message
add a bunch of messages at once
- Message::addMessage() — Method in class Message
add another raw message to be concatenated on displaying
- Message::addText() — Method in class Message
add another raw message to be concatenated on displaying
- Message::addHtml() — Method in class Message
add another html message to be concatenated on displaying
- Node::addChild() — Method in class Node
Adds a child node to this node
- Operations::adjustPrivilegesMoveDb() — Method in class Operations
Adjust the privileges after Renaming the db
- Operations::adjustPrivilegesCopyDb() — Method in class Operations
Adjust the privileges after Copying the db
- Operations::adjustPrivilegesRenameOrMoveTable() — Method in class Operations
Adjust the privileges after renaming/moving a table
- Operations::adjustPrivilegesCopyTable() — Method in class Operations
Adjust the privileges after copying a table
- Maintenance::analyze() — Method in class Maintenance
- Partition::addSubPartition() — Method in class Partition
Add a sub partition
- $ Pdf#alias — Property in class Pdf
- AuthenticationConfig — Class in namespace PhpMyAdmin\Plugins\Auth
Handles the config authentication method
- AuthenticationCookie — Class in namespace PhpMyAdmin\Plugins\Auth
Handles the cookie authentication method
- AuthenticationHttp — Class in namespace PhpMyAdmin\Plugins\Auth
Handles the HTTP authentication methods
- AuthenticationHttp::authForm() — Method in class AuthenticationHttp
Displays authentication form
- AuthenticationSignon — Class in namespace PhpMyAdmin\Plugins\Auth
Handles the SignOn authentication method
- AuthenticationPlugin — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to be implemented by all the authentication plugins.
- AuthenticationPlugin::authenticate() — Method in class AuthenticationPlugin
High level authentication interface
- AuthenticationPluginFactory — Class in namespace PhpMyAdmin\Plugins
- AbstractImportCsv — Class in namespace PhpMyAdmin\Plugins\Import
Super class of the import plugins for the CSV format
- SchemaPlugin::addCommonOptions() — Method in class SchemaPlugin
Adds export options common to all plugins.
- $ Svg#author — Property in class Svg
- TransformationsInterface::applyTransformation() — Method in class TransformationsInterface
Does the actual work of each specific transformations plugin.
- TransformationsInterface::applyTransformationNoWrap() — Method in class TransformationsInterface
Returns true if the element requires no wrapping
- TransformationsPlugin::applyTransformationNoWrap() — Method in class TransformationsPlugin
Returns true if the element requires no wrapping
- Bool2TextTransformationsPlugin::applyTransformation() — Method in class Bool2TextTransformationsPlugin
Does the actual work of each specific transformations plugin.
- CodeMirrorEditorTransformationPlugin::applyTransformation() — Method in class CodeMirrorEditorTransformationPlugin
Does the actual work of each specific transformations plugin.
- DateFormatTransformationsPlugin::applyTransformation() — Method in class DateFormatTransformationsPlugin
Does the actual work of each specific transformations plugin.
- DownloadTransformationsPlugin::applyTransformation() — Method in class DownloadTransformationsPlugin
Does the actual work of each specific transformations plugin.
- ExternalTransformationsPlugin::applyTransformationNoWrap() — Method in class ExternalTransformationsPlugin
Enables no-wrapping
- ExternalTransformationsPlugin::applyTransformation() — Method in class ExternalTransformationsPlugin
Does the actual work of each specific transformations plugin.
- FormattedTransformationsPlugin::applyTransformation() — Method in class FormattedTransformationsPlugin
Does the actual work of each specific transformations plugin.
- HexTransformationsPlugin::applyTransformation() — Method in class HexTransformationsPlugin
Does the actual work of each specific transformations plugin.
- ImageLinkTransformationsPlugin::applyTransformation() — Method in class ImageLinkTransformationsPlugin
Does the actual work of each specific transformations plugin.
- ImageUploadTransformationsPlugin::applyTransformation() — Method in class ImageUploadTransformationsPlugin
Does the actual work of each specific transformations plugin.
- InlineTransformationsPlugin::applyTransformation() — Method in class InlineTransformationsPlugin
Does the actual work of each specific transformations plugin.
- LongToIPv4TransformationsPlugin::applyTransformation() — Method in class LongToIPv4TransformationsPlugin
Does the actual work of each specific transformations plugin.
- PreApPendTransformationsPlugin::applyTransformation() — Method in class PreApPendTransformationsPlugin
Does the actual work of each specific transformations plugin.
- RegexValidationTransformationsPlugin::applyTransformation() — Method in class RegexValidationTransformationsPlugin
Does the actual work of each specific transformations plugin.
- SQLTransformationsPlugin::applyTransformation() — Method in class SQLTransformationsPlugin
Does the actual work of each specific transformations plugin.
- SubstringTransformationsPlugin::applyTransformation() — Method in class SubstringTransformationsPlugin
Does the actual work of each specific transformations plugin.
- TextFileUploadTransformationsPlugin::applyTransformation() — Method in class TextFileUploadTransformationsPlugin
Does the actual work of each specific transformations plugin.
- TextImageLinkTransformationsPlugin::applyTransformation() — Method in class TextImageLinkTransformationsPlugin
Does the actual work of each specific transformations plugin.
- TextLinkTransformationsPlugin::applyTransformation() — Method in class TextLinkTransformationsPlugin
Does the actual work of each specific transformations plugin.
- Text_Plain_Iptobinary::applyTransformation() — Method in class Text_Plain_Iptobinary
Does the actual work of each specific transformations plugin.
- Text_Plain_Iptolong::applyTransformation() — Method in class Text_Plain_Iptolong
Does the actual work of each specific transformations plugin.
- Application_Octetstream_Download — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the download transformation for application octetstream
- Application_Octetstream_Hex — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the hex transformation for application octetstream
- Text_Plain_Binarytoip::applyTransformation() — Method in class Text_Plain_Binarytoip
Does the actual work of each specific transformations plugin.
- Text_Plain_Json::applyTransformation() — Method in class Text_Plain_Json
Does the actual work of each specific transformations plugin.
- Text_Plain_Xml::applyTransformation() — Method in class Text_Plain_Xml
Does the actual work of each specific transformations plugin.
- Application — Class in namespace PhpMyAdmin\Plugins\TwoFactor
HOTP and TOTP based two-factor authentication
- OptionsPropertyGroup::addProperty() — Method in class OptionsPropertyGroup
Adds a property to the group of properties
- ResponseRenderer::addHTML() — Method in class ResponseRenderer
Append HTML code to the current output buffer
- ResponseRenderer::addJSON() — Method in class ResponseRenderer
Add JSON code to the response
- ResponseRenderer::addHeader() — Method in class ResponseRenderer
- ResponseRenderer::addScriptFiles() — Method in class ResponseRenderer
- Scripts::addFile() — Method in class Scripts
Adds a new file to the list of scripts
- Scripts::addFiles() — Method in class Scripts
Add new files to the list of scripts
- Scripts::addCode() — Method in class Scripts
Adds a new code snippet to the code to be executed
- Privileges::addUser() — Method in class Privileges
update Data for information: Adds a user
- Privileges::addUserAndCreateDatabase() — Method in class Privileges
Prepares queries for adding users and also create database and return query and message
- AccountLocking — Class in namespace PhpMyAdmin\Server\Privileges
- $ Data#allocationMap — Property in class Data
- $ ThemeManager#activeTheme — Property in class ThemeManager
- Tracker::activateTracking() — Method in class Tracker
Activates tracking of a table.
- AssetExtension — Class in namespace PhpMyAdmin\Twig
- $ TwoFactor#available — Property in class TwoFactor
- UserPreferences::apply() — Method in class UserPreferences
Returns a user preferences array filtered by $cfg['UserprefsDisallow'] (exclude list) and keys from user preferences form (allow list)
- UserPreferences::autoloadGetHeader() — Method in class UserPreferences
Shows form which allows to quickly load settings stored in browser's local storage
- Util::addMicroseconds() — Method in class Util
Add fractional seconds to time, datetime and timestamp strings.
B
- Advisor::byTime() — Method in class Advisor
Formats interval like 10 per hour
- Bookmark — Class in namespace PhpMyAdmin\Bookmarks
Handles bookmarking SQL queries
- BookmarkRepository — Class in namespace PhpMyAdmin\Bookmarks
Handles bookmarking SQL queries
- BrowseForeigners — Class in namespace PhpMyAdmin
PhpMyAdmin\BrowseForeigners class
- $ Config#baseSettings — Property in class Config
- BookmarkFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- BrowserTransformationFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- Relation::buildForeignDropdown() — Method in class Relation
Prepares the dropdown for one mode
- BaseForm — Class in namespace PhpMyAdmin\Config\Forms
Base form for user preferences
- BaseFormList — Class in namespace PhpMyAdmin\Config\Forms
- BrowseForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- $ Settings#blowfish_secret — Property in class Settings
The 'cookie' auth_type uses the Sodium extension to encrypt the cookies. If at least one server configuration uses 'cookie' auth_type, enter here a generated string of random bytes to be used as an encryption key. The encryption key must be 32 bytes long.
- $ Settings#BZipDump — Property in class Settings
Allow for the use of bzip2 decompression (requires bz2 extension)
- $ Settings#BrowsePointerEnable — Property in class Settings
enable the browse pointer
- $ Settings#BrowseMarkerEnable — Property in class Settings
enable the browse marker
- $ Settings#BrowseMIME — Property in class Settings
Use MIME-Types (stored in column comments table) for
- $ Server#bookmarkTable — Property in class Server
Bookmark table
- leave blank for no bookmark support SUGGESTED: 'pma__bookmark'
- $ Transformations#Bool2Text — Property in class Transformations
Converts Boolean values to text (default 'T' and 'F').
- BrowseForeignersController — Class in namespace PhpMyAdmin\Controllers
Display selection for relational field values
- BinlogController — Class in namespace PhpMyAdmin\Controllers\Server
Handles viewing binary logs
- BrowseController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- Routines::backupPrivileges() — Method in class Routines
Backup the privileges
- Bdb — Class in namespace PhpMyAdmin\Engines
The BDB storage engine
- Berkeleydb — Class in namespace PhpMyAdmin\Engines
This is same as BDB
- Binlog — Class in namespace PhpMyAdmin\Engines
The binary log storage engine
- $ Error#backtrace — Property in class Error
Holds the backtrace for this error
- Import::buildSql() — Method in class Import
Builds and executes SQL statements to create the database and tables as necessary, as well as insert all the data.
- ListDatabase::build() — Method in class ListDatabase
builds up the list
- $ ExportOds#buffer — Property in class ExportOds
- $ ExportOdt#buffer — Property in class ExportOdt
- Bool2TextTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the Bool2Text transformations plugins.
- BoolPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type bool
- Generator::buildInsertSqlQuery() — Method in class Generator
Builds the SQL insert query
- Base — Class in namespace PhpMyAdmin\Server\SysInfo
Basic SysInfo class not providing any real data.
- Search::buildSqlQuery() — Method in class Search
Builds the sql search query from the post parameters
- $ TwoFactor#backend — Property in class TwoFactor
- Url::buildHttpQuery() — Method in class Url
- $ UrlParams#back — Property in class UrlParams
- Util::backquote() — Method in class Util
Adds backquotes on both sides of a database, table or field name.
- Util::backquoteCompat() — Method in class Util
Adds backquotes on both sides of a database, table or field name.
- FormatConverter::binaryToIp() — Method in class FormatConverter
Transforms a binary to an IP
C
- BookmarkRepository::createBookmark() — Method in class BookmarkRepository
Creates a Bookmark object from the parameters
- Cache — Class in namespace PhpMyAdmin
Cache values
- Charsets — Class in namespace PhpMyAdmin
Class used to manage MySQL charsets
- Charset — Class in namespace PhpMyAdmin\Charsets
Value object class for a character set
- Collation — Class in namespace PhpMyAdmin\Charsets
Value object class for a collation
- Column — Class in namespace PhpMyAdmin
- ColumnFull — Class in namespace PhpMyAdmin
- CacheWarmupCommand — Class in namespace PhpMyAdmin\Command
- CacheWarmupCommand::configure() — Method in class CacheWarmupCommand
- FixPoTwigCommand::configure() — Method in class FixPoTwigCommand
- SetVersionCommand::configure() — Method in class SetVersionCommand
- TwigLintCommand::configure() — Method in class TwigLintCommand
- WriteGitRevisionCommand::configure() — Method in class WriteGitRevisionCommand
- Config — Class in namespace PhpMyAdmin
Configuration handling
- $ Config#config — Property in class Config
- Config::checkSystem() — Method in class Config
sets system and application settings
- Config::checkOutputCompression() — Method in class Config
whether to use gzip output compression or not
- Config::checkClient() — Method in class Config
Determines platform (OS), browser and version of the user Based on a phpBuilder article:
- Config::checkGd2() — Method in class Config
Whether GD2 is present
- Config::checkWebServerOs() — Method in class Config
Whether the os php is running on is windows or not
- Config::checkConfigSource() — Method in class Config
- Config::checkPermissions() — Method in class Config
verifies the permissions on config file (if asked by configuration) (must be called after config.inc.php has been merged)
- Config::checkErrors() — Method in class Config
Checks for errors (must be called after config.inc.php has been merged)
- Config::checkUpload() — Method in class Config
checks if upload is enabled
- Config::checkUploadSize() — Method in class Config
Maximum upload size as limited by PHP Used with permission from Moodle (https://moodle.org/) by Martin Dougiamas
- CentralColumnsFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- ColumnCommentsFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- ConfigurableMenusFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- Relation::canAccessStorageTable() — Method in class Relation
Check if the table is accessible
- Relation::createPage() — Method in class Relation
Create a PDF page
- Relation::checkChildForeignReferences() — Method in class Relation
Check child table references and foreign key for a table column.
- Relation::createPmaDatabase() — Method in class Relation
Create a database to be used as configuration storage
- RelationCleanup::column() — Method in class RelationCleanup
Cleanup column related relation stuff
- ConfigFile — Class in namespace PhpMyAdmin\Config
Config file management class.
- Form::cleanGroupPaths() — Method in class Form
Remove slashes from group names
- ConfigForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- $ Settings#CodemirrorEnable — Property in class Settings
use CodeMirror syntax highlighting for editing SQL
- $ Settings#Confirm — Property in class Settings
confirm some commands that can result in loss of data
- $ Settings#CookieSameSite — Property in class Settings
sets SameSite attribute of the Set-Cookie HTTP response header
- $ Settings#CaptchaMethod — Property in class Settings
To enable reCaptcha v2 checkbox mode if necessary
- $ Settings#CaptchaApi — Property in class Settings
URL for the reCaptcha v2 compatible API to use
- $ Settings#CaptchaCsp — Property in class Settings
Content-Security-Policy snippet for the reCaptcha v2 compatible API
- $ Settings#CaptchaRequestParam — Property in class Settings
reCaptcha API's request parameter name
- $ Settings#CaptchaResponseParam — Property in class Settings
reCaptcha API's response parameter name
- $ Settings#CaptchaLoginPublicKey — Property in class Settings
if reCaptcha is enabled it needs public key to connect with the service
- $ Settings#CaptchaLoginPrivateKey — Property in class Settings
if reCaptcha is enabled it needs private key to connect with the service
- $ Settings#CaptchaSiteVerifyURL — Property in class Settings
if reCaptcha is enabled may need an URL for site verify
- $ Settings#CharEditing — Property in class Settings
Which editor should be used for CHAR/VARCHAR fields: input - allows limiting of input length textarea - allows newlines in fields
- $ Settings#CompressOnFly — Property in class Settings
Will compress gzip exports on the fly without the need for much memory.
- $ Settings#CharTextareaCols — Property in class Settings
textarea size (columns) for CHAR/VARCHAR
- $ Settings#CharTextareaRows — Property in class Settings
textarea size (rows) for CHAR/VARCHAR
- $ Settings#CheckConfigurationPermissions — Property in class Settings
We normally check the permissions on the configuration file to ensure it's not world writable. However, phpMyAdmin could be installed on a NTFS filesystem mounted on a non-Windows server, in which case the permissions seems wrong but in fact cannot be detected. In this case a sysadmin would set the following to false.
- $ Settings#CSPAllow — Property in class Settings
Additional string to allow in CSP headers.
- $ Settings#ConsoleEnterExecutes — Property in class Settings
Whether Enter or Ctrl+Enter executes queries in the console.
- $ Settings#Console — Property in class Settings
Console configuration
- Console — Class in namespace PhpMyAdmin\Config\Settings
Console settings
- $ Console#CurrentQuery — Property in class Console
Show current browsing query
- $ Export#compression — Property in class Export
$cfg['Export']['compression'] = 'none';
- $ Export#charset — Property in class Export
$cfg['Export']['charset'] = '';
- $ Export#codegen_structure_or_data — Property in class Export
$cfg['Export']['codegen_structure_or_data'] = 'data';
- $ Export#codegen_format — Property in class Export
$cfg['Export']['codegen_format'] = 0;
- $ Export#csv_columns — Property in class Export
$cfg['Export']['csv_columns'] = true;
- $ Export#csv_structure_or_data — Property in class Export
$cfg['Export']['csv_structure_or_data'] = 'data';
- $ Export#csv_null — Property in class Export
$cfg['Export']['csv_null'] = 'NULL';
- $ Export#csv_separator — Property in class Export
$cfg['Export']['csv_separator'] = ',';
- $ Export#csv_enclosed — Property in class Export
$cfg['Export']['csv_enclosed'] = '"';
- $ Export#csv_escaped — Property in class Export
$cfg['Export']['csv_escaped'] = '"';
- $ Export#csv_terminated — Property in class Export
$cfg['Export']['csv_terminated'] = 'AUTO';
- $ Export#csv_removeCRLF — Property in class Export
$cfg['Export']['csv_removeCRLF'] = false;
- $ Import#charset — Property in class Import
Default charset for import.
- $ Import#csv_replace — Property in class Import
$cfg['Import']['csv_replace'] = false;
- $ Import#csv_ignore — Property in class Import
$cfg['Import']['csv_ignore'] = false;
- $ Import#csv_terminated — Property in class Import
$cfg['Import']['csv_terminated'] = ',';
- $ Import#csv_enclosed — Property in class Import
$cfg['Import']['csv_enclosed'] = '"';
- $ Import#csv_escaped — Property in class Import
$cfg['Import']['csv_escaped'] = '"';
- $ Import#csv_new_line — Property in class Import
$cfg['Import']['csv_new_line'] = 'auto';
- $ Import#csv_columns — Property in class Import
$cfg['Import']['csv_columns'] = '';
- $ Import#csv_col_names — Property in class Import
$cfg['Import']['csv_col_names'] = false;
- $ Server#compress — Property in class Server
Use compressed protocol for the MySQL connection
- $ Server#controlHost — Property in class Server
MySQL control host. This permits to use a host different from the main host, for the phpMyAdmin configuration storage. If left empty, $cfg['Servers'][$i]['host'] is used instead.
- $ Server#controlPort — Property in class Server
MySQL control port. This permits to use a port different from the main port, for the phpMyAdmin configuration storage. If left empty, $cfg['Servers'][$i]['port'] is used instead.
- $ Server#controlUser — Property in class Server
MySQL control user settings (this user must have read-only access to the "mysql/user" and "mysql/db" tables). The controluser is also used for all relational features (pmadb)
- $ Server#controlPass — Property in class Server
MySQL control user settings (this user must have read-only access to the "mysql/user" and "mysql/db" tables). The controluser is also used for all relational features (pmadb)
- $ Server#controlSocket — Property in class Server
- $ Server#controlSsl — Property in class Server
- $ Server#controlSslKey — Property in class Server
- $ Server#controlSslCert — Property in class Server
- $ Server#controlSslCa — Property in class Server
- $ Server#controlSslCaPath — Property in class Server
- $ Server#controlSslCiphers — Property in class Server
- $ Server#controlSslVerify — Property in class Server
- $ Server#controlCompress — Property in class Server
- $ Server#controlHideConnectionErrors — Property in class Server
- $ Server#columnInfo — Property in class Server
table to store column information
- leave blank for no column comments/mime types SUGGESTED: 'pma__column_info'
- $ Server#centralColumns — Property in class Server
table to store central list of columns per database
- leave blank to disable central list of columns feature SUGGESTED: 'pma__central_columns'
- Console — Class in namespace PhpMyAdmin
Class used to output the console
- ContainerBuilder — Class in namespace PhpMyAdmin\Container
- $ ContainerBuilder#container — Property in class ContainerBuilder
- ChangeLogController — Class in namespace PhpMyAdmin\Controllers
- CheckRelationsController — Class in namespace PhpMyAdmin\Controllers
Displays status of phpMyAdmin configuration storage
- CollationConnectionController — Class in namespace PhpMyAdmin\Controllers
- ColumnController — Class in namespace PhpMyAdmin\Controllers
- CentralColumnsController — Class in namespace PhpMyAdmin\Controllers\Database
- ChangePrefixFormController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- CopyFormController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- CopyTableController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- CopyTableWithPrefixController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- CheckTimeOutController — Class in namespace PhpMyAdmin\Controllers\Export
- CreateController — Class in namespace PhpMyAdmin\Controllers\Export\Template
- CreateNewColumnController — Class in namespace PhpMyAdmin\Controllers\Normalization
- CreateNewTablesController — Class in namespace PhpMyAdmin\Controllers\Normalization\SecondNormalForm
- CreateNewTablesController — Class in namespace PhpMyAdmin\Controllers\Normalization\ThirdNormalForm
- CollationController — Class in namespace PhpMyAdmin\Controllers\Operations\Database
- CollationsController — Class in namespace PhpMyAdmin\Controllers\Server
Handles viewing character sets and collations
- CreateController — Class in namespace PhpMyAdmin\Controllers\Server\Databases
- ChartingDataController — Class in namespace PhpMyAdmin\Controllers\Server\Status\Monitor
- ConfigController — Class in namespace PhpMyAdmin\Controllers\Setup
- ColumnPreferencesController — Class in namespace PhpMyAdmin\Controllers\Sql
- ChangeController — Class in namespace PhpMyAdmin\Controllers\Table
Displays form for editing and inserting new table rows.
- ChangeRowsController — Class in namespace PhpMyAdmin\Controllers\Table
- ChartController — Class in namespace PhpMyAdmin\Controllers\Table
Handles creation of the chart.
- CreateController — Class in namespace PhpMyAdmin\Controllers\Table
Displays table create form and handles it.
- CheckController — Class in namespace PhpMyAdmin\Controllers\Table\Maintenance
- ChecksumController — Class in namespace PhpMyAdmin\Controllers\Table\Maintenance
- CheckController — Class in namespace PhpMyAdmin\Controllers\Table\Partition
- CentralColumnsAddController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- CentralColumnsRemoveController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- ChangeController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- CreateController — Class in namespace PhpMyAdmin\Controllers\View
Handles creation of VIEWs.
- Core — Class in namespace PhpMyAdmin
Core functions used all over the scripts.
- Core::checkPageValidity() — Method in class Core
Checks if the given $page is index.php and returns true if valid.
- Core::checkSqlQuerySignature() — Method in class Core
Check that the sql query has a valid hmac signature
- CreateAddField — Class in namespace PhpMyAdmin
Set of functions for /table/create and /table/add-field
- Crypto — Class in namespace PhpMyAdmin\Crypto
- Current — Class in namespace PhpMyAdmin
- DatabaseInterface::connect() — Method in class DatabaseInterface
Connects to the database server.
- CentralColumns — Class in namespace PhpMyAdmin\Database
- ColumnInfo — Class in namespace PhpMyAdmin\Database\Designer
- Common — Class in namespace PhpMyAdmin\Database\Designer
Common functions for Designer
- Common::createNewPage() — Method in class Common
Creates a new page and returns its auto-incrementing id
- Routines::create() — Method in class Routines
Create the routine
- Connection — Class in namespace PhpMyAdmin\Dbal
- ConnectionException — Class in namespace PhpMyAdmin\Dbal
- DbalInterface::connect() — Method in class DbalInterface
Connects to the database server.
- DbiExtension::connect() — Method in class DbiExtension
Connects to the database server.
- DbiMysqli::connect() — Method in class DbiMysqli
Connects to the database server.
- $ Warning#code — Property in class Warning
- Encoding::convertString() — Method in class Encoding
Converts encoding of text according to parameters with detected conversion function.
- Encoding::canConvertKanji() — Method in class Encoding
Detects whether Kanji encoding is available
- ErrorHandler::countErrors() — Method in class ErrorHandler
return count of errors
- ErrorHandler::countUserErrors() — Method in class ErrorHandler
- ConfigException — Class in namespace PhpMyAdmin\Exceptions
- Export::closeFile() — Method in class Export
Close the export file
- Export::compress() — Method in class Export
Compress the export buffer
- TemplateModel::create() — Method in class TemplateModel
- RecentFavoriteTables::contains() — Method in class RecentFavoriteTables
Function to check if a table is already in favorite list.
- $ FieldMetadata#charsetnr — Property in class FieldMetadata
The charset number
- $ File#content — Property in class File
- $ File#compression — Property in class File
- $ File#chunkSize — Property in class File
- $ File#charset — Property in class File
- File::cleanUp() — Method in class File
deletes file if it is temporary, usually from a moved upload file
- File::checkTblChangeForm() — Method in class File
checks the superglobals provided if the tbl_change form is submitted and uses the submitted/selected file
- File::checkUploadedFile() — Method in class File
If we are on a server with open_basedir, we must move the file before opening it. The FAQ 1.11 explains how to create the "./tmp" directory - if needed
- File::close() — Method in class File
Closes the file
- Git::checkGitRevision() — Method in class Git
detects Git revision, if running inside repo
- ResponseFactory::createResponse() — Method in class ResponseFactory
- ResponseFactory::create() — Method in class ResponseFactory
- ServerRequestFactory::createServerRequest() — Method in class ServerRequestFactory
- {@inheritDoc}
- ServerRequestFactory::create() — Method in class ServerRequestFactory
- UriFactory::createUri() — Method in class UriFactory
- UriFactory::create() — Method in class UriFactory
- ConfigErrorAndPermissionChecking — Class in namespace PhpMyAdmin\Http\Middleware
Check for errors occurred while loading configuration.
- ConfigLoading — Class in namespace PhpMyAdmin\Http\Middleware
- CurrentServerGlobalSetting — Class in namespace PhpMyAdmin\Http\Middleware
- TokenRequestParamChecking::checkTokenRequestParam() — Method in class TokenRequestParamChecking
- Language::cmp() — Method in class Language
Compare function used for sorting
- ImageWrapper::create() — Method in class ImageWrapper
- ImageWrapper::colorAllocate() — Method in class ImageWrapper
- ImageWrapper::copyResampled() — Method in class ImageWrapper
- Import::checkTimeout() — Method in class Import
Checks whether timeout is getting close
- Import::checkIfRollbackPossible() — Method in class Import
Checks if ROLLBACK is possible for a SQL query or not.
- Import::createDatabase() — Method in class Import
- $ ImportSettings#charsetConversion — Property in class ImportSettings
- $ ImportSettings#charsetOfFile — Property in class ImportSettings
- ListDatabase::checkHideDatabase() — Method in class ListDatabase
checks if the configuration wants to hide some databases
- ListDatabase::checkOnlyDatabase() — Method in class ListDatabase
checks the only_db configuration
- $ Node#children — Property in class Node
- $ Node#classes — Property in class Node
- Normalization::createNewTablesFor2NF() — Method in class Normalization
create/alter the tables needed for 2NF
- Normalization::createNewTablesFor3NF() — Method in class Normalization
create new tables or alter existing to get 3NF
- OpenDocument::create() — Method in class OpenDocument
Minimalistic creator of OASIS OpenDocument
- Operations::createDbBeforeCopy() — Method in class Operations
Create database before copy
- Operations::copyTables() — Method in class Operations
Get sql query for copy/rename table and boolean for whether copy/rename or not
- Operations::createAllAccumulatedConstraints() — Method in class Operations
Create all accumulated constraints
- Operations::changeAllColumnsCollation() — Method in class Operations
Change all collations and character sets of all columns in table
- Maintenance::check() — Method in class Maintenance
- $ SubPartition#comment — Property in class SubPartition
- Plugins::checkboxCheck() — Method in class Plugins
Returns html input tag option 'checked' if plugin $opt should be set by config or request
- AuthenticationCookie::cookieEncrypt() — Method in class AuthenticationCookie
- AuthenticationCookie::cookieDecrypt() — Method in class AuthenticationCookie
- AuthenticationPlugin::checkRules() — Method in class AuthenticationPlugin
Check configuration defined restrictions for authentication
- AuthenticationPlugin::checkTwoFactor() — Method in class AuthenticationPlugin
Checks whether two-factor authentication is active for given user and performs it.
- AuthenticationPluginFactory::create() — Method in class AuthenticationPluginFactory
- ExportCodegen::cgMakeIdentifier() — Method in class ExportCodegen
Used to make identifiers (from table or database names)
- ExportPhparray::commentString() — Method in class ExportPhparray
Removes end of comment from a string
- Pdf::checkPageBreak() — Method in class Pdf
Add page if needed.
- $ TableStatsEps#currentCell — Property in class TableStatsEps
- $ Pdf#customLinks — Property in class Pdf
- $ Pdf#cMargin — Property in class Pdf
- Pdf::cellScale() — Method in class Pdf
Outputs a scaled cell
- $ TableStatsSvg#currentCell — Property in class TableStatsSvg
- CodeMirrorEditorTransformationPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all the CodeMirror syntax highlighted editors
- TwoFactorPlugin::check() — Method in class TwoFactorPlugin
Checks authentication, returns true on success
- TwoFactorPlugin::configure() — Method in class TwoFactorPlugin
Performs backend configuration
- Application::check() — Method in class Application
Checks authentication, returns true on success
- Application::configure() — Method in class Application
Performs backend configuration
- Invalid::check() — Method in class Invalid
Checks authentication, returns true on success
- Key::check() — Method in class Key
Checks authentication, returns true on success
- Key::configure() — Method in class Key
Performs backend configuration
- Simple::check() — Method in class Simple
Checks authentication, returns true on success
- WebAuthn::check() — Method in class WebAuthn
Checks authentication, returns true on success
- WebAuthn::configure() — Method in class WebAuthn
Performs backend configuration
- Profiling::check() — Method in class Profiling
Check if profiling was requested and remember it.
- OptionsPropertyGroup::count() — Method in class OptionsPropertyGroup
Countable interface implementation.
- Cache — Class in namespace PhpMyAdmin\Query
Handles caching results
- Cache::cacheTableData() — Method in class Cache
Caches table data so Table does not require to issue SHOW TABLE STATUS again
- Cache::cacheTableValue() — Method in class Cache
Set an item in the cache
- Cache::clearTableCache() — Method in class Cache
- Compatibility — Class in namespace PhpMyAdmin\Query
Handles data compatibility from SQL query results
- Replication::connectToPrimary() — Method in class Replication
This function provides connection to remote mysql server
- ResponseRenderer::callExit() — Method in class ResponseRenderer
- Routes::collect() — Method in class Routes
- Routing::canWriteCache() — Method in class Routing
- Routing::callControllerForRoute() — Method in class Routing
Call associated controller for a route using the dispatcher
- Routing::callSetupController() — Method in class Routing
- Sanitize::checkLink() — Method in class Sanitize
Checks whether given link is valid
- Sanitize::convertBBCode() — Method in class Sanitize
Sanitizes $message, taking into account our special codes for formatting.
- Data::cleanDeprecated() — Method in class Data
cleanup of some deprecated values
- ConfigGenerator — Class in namespace PhpMyAdmin\Setup
Config file generation class
- SetupHelper::createConfigFile() — Method in class SetupHelper
- Sql::calculatePosForLastPage() — Method in class Sql
Function to calculate new pos if pos is higher than number of rows of displayed table
- $ StorageEngine#comment — Property in class StorageEngine
- ColumnsDefinition — Class in namespace PhpMyAdmin\Table
Displays the form used to define the structure of the table
- Table::checkIfMinRecordsExist() — Method in class Table
Checks if the number of records in a table is at least equal to $min_records
- Table::countRecords() — Method in class Table
Counts the number of records in a table
- Theme::checkImgPath() — Method in class Theme
checks image path for existence - if not found use img from fallback theme
- Theme::checkVersion() — Method in class Theme
checks theme version against $version returns true if theme version is equal or higher to $version
- $ ThemeManager#cookieName — Property in class ThemeManager
- ThemeManager::checkTheme() — Method in class ThemeManager
checks if given theme name is a known theme
- Tracker::createVersion() — Method in class Tracker
Creates tracking version of a table / view (in other words: create a job to track future changes on the table).
- Tracker::createDatabaseVersion() — Method in class Tracker
Creates tracking version of a database (in other words: create a job to track future changes on the database).
- Tracking::changeTrackingData() — Method in class Tracking
Changes tracking data of a table.
- Tracking::changeTracking() — Method in class Tracking
Function to activate or deactivate tracking
- Tracking::createTrackingVersion() — Method in class Tracking
Function to create the tracking version
- Tracking::createTrackingForMultipleTables() — Method in class Tracking
Create tracking version for multiple tables
- Transformations::clear() — Method in class Transformations
Delete related transformation details after deleting database. table or column
- CoreExtension — Class in namespace PhpMyAdmin\Twig
- TransExpression::compile() — Method in class TransExpression
- $ TwoFactor#config — Property in class TwoFactor
- TwoFactor::check() — Method in class TwoFactor
Checks authentication, returns true on success
- TwoFactor::configure() — Method in class TwoFactor
Changes two-factor authentication settings
- UserPassword::changePassword() — Method in class UserPassword
Change the password
- UserPrivilegesFactory::checkRequiredPrivilegesForAdjust() — Method in class UserPrivilegesFactory
Check if user has required privileges for performing 'Adjust privileges' operations
- Util::clearUserCache() — Method in class Util
Clears cache content which needs to be refreshed on user change.
- Util::convertBitDefaultValue() — Method in class Util
Converts a BIT type default value for example, b'010' becomes 010
- Util::currentUserHasPrivilege() — Method in class Util
Checks if the current user has a specific privilege and returns true if the user indeed has that privilege or false if they don't. This function must only be used for features that are available since MySQL 5, because it relies on the INFORMATION_SCHEMA database to be present.
- Gis::convertToWellKnownText() — Method in class Gis
Converts GIS data to Well Known Text format
- Gis::createData() — Method in class Gis
Generates GIS data based on the string passed.
- HttpRequest::create() — Method in class HttpRequest
Creates HTTP request
- CBORDecoder — Class in namespace PhpMyAdmin\WebAuthn
Concise Binary Object Representation (CBOR) decoder.
- CustomServer — Class in namespace PhpMyAdmin\WebAuthn
Web Authentication API server.
- ZipExtension::createFile() — Method in class ZipExtension
Creates a zip file.
D
- Bookmark::delete() — Method in class Bookmark
Deletes a bookmark
- $ Config#default — Property in class Config
- DatabaseDesignerSettingsFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- DisplayFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- RelationCleanup::database() — Method in class RelationCleanup
Cleanup database related relation stuff
- UserGroups::delete() — Method in class UserGroups
- Descriptions — Class in namespace PhpMyAdmin\Config
Class to get name or description for a configuration paths
- $ Form#default — Property in class Form
Stores default values for some fields (eg. pmadb tables)
- FormDisplay::displayErrors() — Method in class FormDisplay
Displays errors
- FormDisplayTemplate::displayInput() — Method in class FormDisplayTemplate
Displays input field
- FormDisplayTemplate::displayGroupHeader() — Method in class FormDisplayTemplate
Display group header
- FormDisplayTemplate::displayGroupFooter() — Method in class FormDisplayTemplate
Display group footer
- FormDisplayTemplate::displayErrors() — Method in class FormDisplayTemplate
Displays error list
- FormDisplayTemplate::display() — Method in class FormDisplayTemplate
- BaseFormList::displayErrors() — Method in class BaseFormList
Displays errors
- DbStructureForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- $ Settings#DisplayServersList — Property in class Settings
server choice as links
- $ Settings#DefaultForeignKeyChecks — Property in class Settings
Whether to disable foreign key checks while importing
- $ Settings#DefaultTabServer — Property in class Settings
Possible values: 'welcome' = the welcome page (recommended for multiuser setups) 'databases' = list of databases 'status' = runtime information 'variables' = MySQL server variables 'privileges' = user management
- $ Settings#DefaultTabDatabase — Property in class Settings
Possible values: 'structure' = tables list 'sql' = SQL form 'search' = search query 'operations' = operations on database
- $ Settings#DefaultTabTable — Property in class Settings
Possible values: 'structure' = fields list 'sql' = SQL form 'search' = search page 'insert' = insert row page 'browse' = browse page
- $ Settings#DefaultLang — Property in class Settings
Default language to use, if not browser-defined or user-defined
- $ Settings#DefaultConnectionCollation — Property in class Settings
Default connection collation
- $ Settings#DefaultQueryTable — Property in class Settings
Default query for table
- $ Settings#DefaultQueryDatabase — Property in class Settings
Default query for database
- $ Settings#DisableMultiTableMaintenance — Property in class Settings
Disable the table maintenance mass operations, like optimizing or repairing the selected tables of a database. An accidental execution of such a maintenance task can enormously slow down a bigger database.
- $ Settings#debug — Property in class Settings
Developers ONLY!
- $ Settings#DefaultFunctions — Property in class Settings
Default functions for above defined groups
- $ Settings#DisableShortcutKeys — Property in class Settings
Disable shortcuts
- $ Settings#DefaultTransformations — Property in class Settings
Initialize default transformations array
- $ Console#DarkTheme — Property in class Console
Switch to dark theme
- Debug — Class in namespace PhpMyAdmin\Config\Settings
- $ Debug#demo — Property in class Debug
Enable to let server present itself as demo server.
- $ Schema#dia_show_color — Property in class Schema
$cfg['Schema']['dia_show_color'] = true;
- $ Schema#dia_show_keys — Property in class Schema
$cfg['Schema']['dia_show_keys'] = false;
- $ Schema#dia_orientation — Property in class Schema
$cfg['Schema']['dia_orientation'] = 'L';
- $ Schema#dia_paper — Property in class Schema
$cfg['Schema']['dia_paper'] = 'A4';
- $ Server#designerSettings — Property in class Server
table to store designer settings
- leave blank to disable the storage of designer settings SUGGESTED: 'pma__designer_settings'
- $ Server#disableIS — Property in class Server
Disable use of INFORMATION_SCHEMA.
- $ Transformations#DateFormat — Property in class Transformations
Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as formatted date.
- Console::disable() — Method in class Console
Disables the rendering of the footer
- DatabaseController — Class in namespace PhpMyAdmin\Controllers
- CentralColumnsController::deleteSave() — Method in class CentralColumnsController
- DataDictionaryController — Class in namespace PhpMyAdmin\Controllers\Database
- DesignerController — Class in namespace PhpMyAdmin\Controllers\Database
- DropFormController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- DropTableController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- DeleteController — Class in namespace PhpMyAdmin\Controllers\Export\Template
- DatabaseController — Class in namespace PhpMyAdmin\Controllers\Operations
Handles miscellaneous database operations.
- DatabasesController — Class in namespace PhpMyAdmin\Controllers\Server
Handles viewing and creating and deleting databases
- DestroyController — Class in namespace PhpMyAdmin\Controllers\Server\Databases
- DefaultForeignKeyCheckValueController — Class in namespace PhpMyAdmin\Controllers\Sql
- DeleteConfirmController — Class in namespace PhpMyAdmin\Controllers\Table
- DeleteRowsController — Class in namespace PhpMyAdmin\Controllers\Table
- DropColumnConfirmationController — Class in namespace PhpMyAdmin\Controllers\Table
- DropColumnController — Class in namespace PhpMyAdmin\Controllers\Table
- DropController — Class in namespace PhpMyAdmin\Controllers\Table\Partition
- Core::downloadHeader() — Method in class Core
Sends header indicating file download.
- Crypto::decrypt() — Method in class Crypto
- $ Current#database — Property in class Current
- DatabaseInterface — Class in namespace PhpMyAdmin
Main interface for database interactions
- CentralColumns::deleteColumnsFromList() — Method in class CentralColumns
if $isTable is true it removes all columns of given tables as $field_select from central columns list otherwise $field_select is columns list and it removes given columns if present in central list
- Designer — Class in namespace PhpMyAdmin\Database
Set of functions related to database designer
- Common::deletePage() — Method in class Common
Deletes a given pdf page and its corresponding coordinates
- DesignerTable — Class in namespace PhpMyAdmin\Database\Designer
Common functions for Designer
- MultiTableQuery::displayResults() — Method in class MultiTableQuery
Displays multi-table query results
- $ Routines#directions — Property in class Routines
- DbTableExists — Class in namespace PhpMyAdmin
- DbalInterface — Class in namespace PhpMyAdmin\Dbal
Main interface for database interactions
- DbiExtension — Class in namespace PhpMyAdmin\Dbal
Contract for every database extension supported by phpMyAdmin
- DbiMysqli — Class in namespace PhpMyAdmin\Dbal
Interface to the MySQL Improved extension (MySQLi)
- DisplayParts — Class in namespace PhpMyAdmin\Display
- ErrorHandler::dispFatalError() — Method in class ErrorHandler
display fatal error and exit
- ErrorHandler::dispUserErrors() — Method in class ErrorHandler
Displays user errors not displayed
- AuthenticationFailure::deniedByDatabaseServer() — Method in class AuthenticationFailure
Database server denied user login
- AuthenticationFailure::deniedByAllowDenyRules() — Method in class AuthenticationFailure
User denied by allow/deny rules
- $ Export#dumpBuffer — Property in class Export
- $ Export#dumpBufferLength — Property in class Export
- $ Export#dumpBufferObjects — Property in class Export
- TemplateModel::delete() — Method in class TemplateModel
- $ FieldMetadata#decimals — Property in class FieldMetadata
The number of decimals used (for integer fields)
- $ File#decompress — Property in class File
- File::delete() — Method in class File
deletes the file
- File::detectCompression() — Method in class File
Detects what compression the file uses
- Header::disableMenuAndConsole() — Method in class Header
Disables the display of the top menu
- Header::disableWarnings() — Method in class Header
Disables the display of the top menu
- DatabaseAndTableSetting — Class in namespace PhpMyAdmin\Http\Middleware
- DatabaseServerVersionChecking — Class in namespace PhpMyAdmin\Http\Middleware
- DatabaseName — Class in namespace PhpMyAdmin\Identifiers
- DecimalSize — Class in namespace PhpMyAdmin\Import
- Import::detectType() — Method in class Import
- InsertEdit::determineInsertOrEdit() — Method in class InsertEdit
Function to determine Insert/Edit rows
- $ InsertEditColumn#default — Property in class InsertEditColumn
- IpAllowDeny::deny() — Method in class IpAllowDeny
Runs through IP Deny rules the use of it below for more information
- Mime::detect() — Method in class Mime
Tries to detect MIME type of content.
- $ NodeColumn#displayName — Property in class NodeColumn
- Operations::duplicateBookmarks() — Method in class Operations
Duplicate the bookmarks for the db (done once for each db)
- Maintenance::drop() — Method in class Maintenance
- $ Partition#description — Property in class Partition
- $ SubPartition#dataLength — Property in class SubPartition
- ExportJson::doExportForQuery() — Method in class ExportJson
Export to JSON
- $ TableProperty#defaultValue — Property in class TableProperty
Default value
- ImportPlugin::doImport() — Method in class ImportPlugin
Handles the whole import logic
- ImportCsv::doImport() — Method in class ImportCsv
Handles the whole import logic
- ImportLdi::doImport() — Method in class ImportLdi
Handles the whole import logic
- ImportMediawiki::doImport() — Method in class ImportMediawiki
Handles the whole import logic
- ImportOds::doImport() — Method in class ImportOds
Handles the whole import logic
- ImportShp::doImport() — Method in class ImportShp
Handles the whole import logic
- ImportSql::doImport() — Method in class ImportSql
Handles the whole import logic
- ImportXml::doImport() — Method in class ImportXml
Handles the whole import logic
- Dia — Class in namespace PhpMyAdmin\Plugins\Schema\Dia
This Class inherits the XMLwriter class and helps in developing structure of DIA Schema Export
- DiaRelationSchema — Class in namespace PhpMyAdmin\Plugins\Schema\Dia
Dia Relation Schema Class
- $ RelationStatsDia#destConnPointsRight — Property in class RelationStatsDia
- $ RelationStatsDia#destConnPointsLeft — Property in class RelationStatsDia
- $ TableStatsDia#diagram — Property in class TableStatsDia
- $ TableStatsEps#diagram — Property in class TableStatsEps
- ExportRelationSchema::dieSchema() — Method in class ExportRelationSchema
Displays an error message
- PdfRelationSchema::dataDictionaryDoc() — Method in class PdfRelationSchema
Generates data dictionary pages.
- $ TableStatsPdf#diagram — Property in class TableStatsPdf
- $ RelationStats#destDir — Property in class RelationStats
- $ TableStatsSvg#diagram — Property in class TableStatsSvg
- $ TableStats#displayfield — Property in class TableStats
- DateFormatTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the date format transformations plugins.
- DownloadTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the download transformations plugins.
- DocPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type doc
- Utilities::debugLogQueryIntoSession() — Method in class Utilities
Stores query data into session data for debugging purposes
- Privileges::deleteUser() — Method in class Privileges
Delete user and get message and sql query for delete user in privileges
- Data — Class in namespace PhpMyAdmin\Server\Status
This class provides data about the server status
- $ Data#dbIsLocal — Property in class Data
- $ Data#dataLoaded — Property in class Data
- $ ShowGrants#dbName — Property in class ShowGrants
- ColumnsDefinition::displayForm() — Method in class ColumnsDefinition
- ColumnsDefinition::decorateColumnMetaDefault() — Method in class ColumnsDefinition
Set default type and default value according to the column metadata
- TableMover::duplicateInfo() — Method in class TableMover
Inserts existing entries in a PMA_* table by reading a value from an old entry
- Template::disableCache() — Method in class Template
- Tracker::disable() — Method in class Tracker
- Tracker::deactivateTracking() — Method in class Tracker
Deactivates tracking of a table.
- Tracking::deleteTracking() — Method in class Tracking
Removes all tracking data for a table or a version of a table
- Tracking::deleteFromTrackingReportLog() — Method in class Tracking
Function to delete from a tracking report log
- Tracking::deleteTrackingVersion() — Method in class Tracking
Deletes a tracking version
- Url::decryptQuery() — Method in class Url
- Util::duplicateFirstNewline() — Method in class Util
If the string starts with a \r\n pair (0x0d0a) add an extra \n
- Util::date() — Method in class Util
Wrapper around PHP date function
- CBORDecoder::decode() — Method in class CBORDecoder
- DataStream — Class in namespace PhpMyAdmin\WebAuthn
E
- CacheWarmupCommand::execute() — Method in class CacheWarmupCommand
- FixPoTwigCommand::execute() — Method in class FixPoTwigCommand
- SetVersionCommand::execute() — Method in class SetVersionCommand
- TwigLintCommand::execute() — Method in class TwigLintCommand
- WriteGitRevisionCommand::execute() — Method in class WriteGitRevisionCommand
- $ Config#errorConfigFile — Property in class Config
- ExportTemplatesFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- UserGroups::edit() — Method in class UserGroups
Add/update a user group with allowed menu tabs.
- EditForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- ExportForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- ExportForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- ExportForm — Class in namespace PhpMyAdmin\Config\Forms\User
- $ Settings#ExecTimeLimit — Property in class Settings
maximum execution time in seconds (0 for no limit)
- $ Settings#enable_drag_drop_import — Property in class Settings
Enable drag and drop import
- $ Settings#Export — Property in class Settings
Export defaults
- $ Settings#EnableAutocompleteForTablesAndColumns — Property in class Settings
Enables autoComplete for table & column names in SQL queries
- $ Settings#environment — Property in class Settings
Sets the working environment
- $ Console#EnterExecutes — Property in class Console
Execute queries on Enter and insert new line with Shift + Enter
- Export — Class in namespace PhpMyAdmin\Config\Settings
Export defaults
- $ Export#excel_columns — Property in class Export
$cfg['Export']['excel_columns'] = true;
- $ Export#excel_null — Property in class Export
$cfg['Export']['excel_null'] = 'NULL';
- $ Export#excel_edition — Property in class Export
$cfg['Export']['excel_edition'] = 'win';
- $ Export#excel_removeCRLF — Property in class Export
$cfg['Export']['excel_removeCRLF'] = false;
- $ Export#excel_structure_or_data — Property in class Export
$cfg['Export']['excel_structure_or_data'] = 'data';
- $ Schema#eps_show_color — Property in class Schema
$cfg['Schema']['eps_show_color'] = true;
- $ Schema#eps_show_keys — Property in class Schema
$cfg['Schema']['eps_show_keys'] = false;
- $ Schema#eps_all_tables_same_width — Property in class Schema
$cfg['Schema']['eps_all_tables_same_width'] = false;
- $ Schema#eps_orientation — Property in class Schema
$cfg['Schema']['eps_orientation'] = 'L';
- $ Server#exportTemplates — Property in class Server
table to store export templates
- leave blank to disable saved searches feature SUGGESTED: 'pma__export_templates'
- $ SqlQueryBox#Edit — Property in class SqlQueryBox
Display an "Edit" link on the results page to change a query.
- $ SqlQueryBox#Explain — Property in class SqlQueryBox
Display an "Explain SQL" link on the results page.
- $ Transformations#External — Property in class Transformations
LINUX ONLY: Launches an external application and feeds it the column data via standard input.
- CentralColumnsController::editSave() — Method in class CentralColumnsController
- CentralColumnsController::editPage() — Method in class CentralColumnsController
- EventsController — Class in namespace PhpMyAdmin\Controllers\Database
- ExportController — Class in namespace PhpMyAdmin\Controllers\Database
- EmptyFormController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- EmptyTableController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- ErrorReportController — Class in namespace PhpMyAdmin\Controllers
Handle error report submission
- ExportController — Class in namespace PhpMyAdmin\Controllers\Export
- ExportController — Class in namespace PhpMyAdmin\Controllers\Preferences
- EnginesController — Class in namespace PhpMyAdmin\Controllers\Server
Handles viewing storage engine details
- ExportController — Class in namespace PhpMyAdmin\Controllers\Server
- EnumValuesController — Class in namespace PhpMyAdmin\Controllers\Sql
- ExportController — Class in namespace PhpMyAdmin\Controllers\Table
- ExportRowsController — Class in namespace PhpMyAdmin\Controllers\Table
- Core::emptyRecursive() — Method in class Core
recursively check if variable is empty
- Crypto::encrypt() — Method in class Crypto
- DatabaseInterface::escapeMysqlWildcards() — Method in class DatabaseInterface
Returns properly escaped string for use in MySQL LIKE clauses.
- Events — Class in namespace PhpMyAdmin\Database
Functions for event management.
- DbalInterface::escapeMysqlWildcards() — Method in class DbalInterface
Returns properly escaped string for use in MySQL LIKE clauses.
- DbiExtension::escapeString() — Method in class DbiExtension
returns properly escaped string for use in MySQL queries
- DbiMysqli::escapeString() — Method in class DbiMysqli
returns properly escaped string for use in MySQL queries
- MysqliStatement::execute() — Method in class MysqliStatement
Executes a prepared statement.
- Statement::execute() — Method in class Statement
Executes a prepared statement.
- EditField — Class in namespace PhpMyAdmin
- Encoding — Class in namespace PhpMyAdmin
Encoding conversion helper class
- Error — Class in namespace PhpMyAdmin\Error
a single error
- ErrorHandler — Class in namespace PhpMyAdmin\Error
handling errors
- $ ErrorHandler#errors — Property in class ErrorHandler
holds errors to be displayed or reported later .
- $ ErrorHandler#errorReporting — Property in class ErrorHandler
Initial error reporting state
- ErrorReport — Class in namespace PhpMyAdmin\Error
Error reporting functions used to generate and submit error reports
- AuthenticationFailure::emptyPasswordDeniedByConfiguration() — Method in class AuthenticationFailure
Empty password is denied
- ExitException — Class in namespace PhpMyAdmin\Exceptions
Used in tests as a replacement for the 'exit' language construct.
- ExportException — Class in namespace PhpMyAdmin\Exceptions
Export exception
- Export — Class in namespace PhpMyAdmin\Export
PhpMyAdmin\Export\Export class
- Export::exportServer() — Method in class Export
Export at the server level
- Export::exportDatabase() — Method in class Export
Export at the database level
- Export::exportRaw() — Method in class Export
Export a raw query
- Export::exportTable() — Method in class Export
Export at the table level
- $ File#errorMessage — Property in class File
- File::errorUnsupported() — Method in class File
Sets error message for unsupported compression.
- File::eof() — Method in class File
Checks whether we've reached end of file
- Extent — Class in namespace PhpMyAdmin\Gis\Ds
- Extent::empty() — Method in class Extent
- GisGeometry::extractPoints1d() — Method in class GisGeometry
Extracts points, scales and returns them as an array.
- GisGeometry::extractPoints1dLinear() — Method in class GisGeometry
Extracts points, scales and returns them as an linear array.
- GisGeometry::extractPoints2d() — Method in class GisGeometry
- GisGeometry::extractPoints3d() — Method in class GisGeometry
- Git::extractDataFormTextBody() — Method in class Git
Extract committer, author and message from commit body
- EncryptedQueryParamsHandling — Class in namespace PhpMyAdmin\Http\Middleware
- ErrorHandling — Class in namespace PhpMyAdmin\Http\Middleware
- Import::executeQuery() — Method in class Import
Runs query inside import buffer. This is needed to allow displaying of last SELECT, SHOW or HANDLER results and similar nice stuff.
- $ ImportSettings#executedQueries — Property in class ImportSettings
- InsertEdit::executeSqlQuery() — Method in class InsertEdit
Executes the sql query and get the result, then move back to the calling page
- ListDatabase::exists() — Method in class ListDatabase
Checks if the given strings exists in the current list, if there is missing at least one item it returns false otherwise true
- Message::error() — Method in class Message
get Message of type error
- $ SubPartition#expression — Property in class SubPartition
- Pdf::Error() — Method in class Pdf
Displays an error message
- ExportPlugin — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to be implemented by all of the export plugins. Some of the plugins will also implement other public methods, but those are not declared here, because they are not implemented by all export plugins.
- $ ExportPlugin#exportType — Property in class ExportPlugin
- ExportPlugin::exportHeader() — Method in class ExportPlugin
Outputs export header
- ExportPlugin::exportFooter() — Method in class ExportPlugin
Outputs export footer
- ExportPlugin::exportDBHeader() — Method in class ExportPlugin
Outputs database header
- ExportPlugin::exportDBFooter() — Method in class ExportPlugin
Outputs database footer
- ExportPlugin::exportDBCreate() — Method in class ExportPlugin
Outputs CREATE DATABASE statement
- ExportPlugin::exportData() — Method in class ExportPlugin
Outputs the content of a table
- ExportPlugin::exportRoutines() — Method in class ExportPlugin
Exports routines (procedures and functions)
- ExportPlugin::exportEvents() — Method in class ExportPlugin
Exports events
- ExportPlugin::exportRawQuery() — Method in class ExportPlugin
Outputs for raw query
- ExportPlugin::exportStructure() — Method in class ExportPlugin
Outputs table's structure
- ExportPlugin::exportMetadata() — Method in class ExportPlugin
Exports metadata from Configuration Storage
- ExportCodegen — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the CodeGen class
- ExportCodegen::exportHeader() — Method in class ExportCodegen
Outputs export header
- ExportCodegen::exportFooter() — Method in class ExportCodegen
Outputs export footer
- ExportCodegen::exportDBHeader() — Method in class ExportCodegen
Outputs database header
- ExportCodegen::exportDBFooter() — Method in class ExportCodegen
Outputs database footer
- ExportCodegen::exportDBCreate() — Method in class ExportCodegen
Outputs CREATE DATABASE statement
- ExportCodegen::exportData() — Method in class ExportCodegen
Outputs the content of a table in NHibernate format
- ExportCsv — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the CSV format
- ExportCsv::exportHeader() — Method in class ExportCsv
Outputs export header
- ExportCsv::exportFooter() — Method in class ExportCsv
Outputs export footer
- ExportCsv::exportDBHeader() — Method in class ExportCsv
Outputs database header
- ExportCsv::exportDBFooter() — Method in class ExportCsv
Outputs database footer
- ExportCsv::exportDBCreate() — Method in class ExportCsv
Outputs CREATE DATABASE statement
- ExportCsv::exportData() — Method in class ExportCsv
Outputs the content of a table in CSV format
- ExportCsv::exportRawQuery() — Method in class ExportCsv
Outputs result of raw query in CSV format
- ExportExcel — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the CSV-Excel format
- ExportHtmlword — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the HTML-Word format
- ExportHtmlword::exportHeader() — Method in class ExportHtmlword
Outputs export header
- ExportHtmlword::exportFooter() — Method in class ExportHtmlword
Outputs export footer
- ExportHtmlword::exportDBHeader() — Method in class ExportHtmlword
Outputs database header
- ExportHtmlword::exportDBFooter() — Method in class ExportHtmlword
Outputs database footer
- ExportHtmlword::exportDBCreate() — Method in class ExportHtmlword
Outputs CREATE DATABASE statement
- ExportHtmlword::exportData() — Method in class ExportHtmlword
Outputs the content of a table in HTML-Word format
- ExportHtmlword::exportStructure() — Method in class ExportHtmlword
Outputs table's structure
- ExportJson — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the JSON format
- ExportJson::encode() — Method in class ExportJson
Encodes the data into JSON
- ExportJson::exportHeader() — Method in class ExportJson
Outputs export header
- ExportJson::exportFooter() — Method in class ExportJson
Outputs export footer
- ExportJson::exportDBHeader() — Method in class ExportJson
Outputs database header
- ExportJson::exportDBFooter() — Method in class ExportJson
Outputs database footer
- ExportJson::exportDBCreate() — Method in class ExportJson
Outputs CREATE DATABASE statement
- ExportJson::exportData() — Method in class ExportJson
Outputs the content of a table in JSON format
- ExportJson::exportRawQuery() — Method in class ExportJson
Outputs result raw query in JSON format
- ExportLatex — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the Latex format
- ExportLatex::exportHeader() — Method in class ExportLatex
Outputs export header
- ExportLatex::exportFooter() — Method in class ExportLatex
Outputs export footer
- ExportLatex::exportDBHeader() — Method in class ExportLatex
Outputs database header
- ExportLatex::exportDBFooter() — Method in class ExportLatex
Outputs database footer
- ExportLatex::exportDBCreate() — Method in class ExportLatex
Outputs CREATE DATABASE statement
- ExportLatex::exportData() — Method in class ExportLatex
Outputs the content of a table in JSON format
- ExportLatex::exportRawQuery() — Method in class ExportLatex
Outputs result raw query
- ExportLatex::exportStructure() — Method in class ExportLatex
Outputs table's structure
- ExportMediawiki — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the MediaWiki class
- ExportMediawiki::exportHeader() — Method in class ExportMediawiki
Outputs export header
- ExportMediawiki::exportFooter() — Method in class ExportMediawiki
Outputs export footer
- ExportMediawiki::exportDBHeader() — Method in class ExportMediawiki
Outputs database header
- ExportMediawiki::exportDBFooter() — Method in class ExportMediawiki
Outputs database footer
- ExportMediawiki::exportDBCreate() — Method in class ExportMediawiki
Outputs CREATE DATABASE statement
- ExportMediawiki::exportStructure() — Method in class ExportMediawiki
Outputs table's structure
- ExportMediawiki::exportData() — Method in class ExportMediawiki
Outputs the content of a table in MediaWiki format
- ExportMediawiki::exportRawQuery() — Method in class ExportMediawiki
Outputs result raw query in MediaWiki format
- ExportOds — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the ODS class
- ExportOds::exportHeader() — Method in class ExportOds
Outputs export header
- ExportOds::exportFooter() — Method in class ExportOds
Outputs export footer
- ExportOds::exportDBHeader() — Method in class ExportOds
Outputs database header
- ExportOds::exportDBFooter() — Method in class ExportOds
Outputs database footer
- ExportOds::exportDBCreate() — Method in class ExportOds
Outputs CREATE DATABASE statement
- ExportOds::exportData() — Method in class ExportOds
Outputs the content of a table in NHibernate format
- ExportOds::exportRawQuery() — Method in class ExportOds
Outputs result raw query in ODS format
- ExportOdt — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the ODT class
- ExportOdt::exportHeader() — Method in class ExportOdt
Outputs export header
- ExportOdt::exportFooter() — Method in class ExportOdt
Outputs export footer
- ExportOdt::exportDBHeader() — Method in class ExportOdt
Outputs database header
- ExportOdt::exportDBFooter() — Method in class ExportOdt
Outputs database footer
- ExportOdt::exportDBCreate() — Method in class ExportOdt
Outputs CREATE DATABASE statement
- ExportOdt::exportData() — Method in class ExportOdt
Outputs the content of a table in NHibernate format
- ExportOdt::exportRawQuery() — Method in class ExportOdt
Outputs result raw query in ODT format
- ExportOdt::exportStructure() — Method in class ExportOdt
Outputs table's structure
- ExportPdf — Class in namespace PhpMyAdmin\Plugins\Export
Produce a PDF report (export) from a query
- ExportPdf::exportHeader() — Method in class ExportPdf
Outputs export header
- ExportPdf::exportFooter() — Method in class ExportPdf
Outputs export footer
- ExportPdf::exportDBHeader() — Method in class ExportPdf
Outputs database header
- ExportPdf::exportDBFooter() — Method in class ExportPdf
Outputs database footer
- ExportPdf::exportDBCreate() — Method in class ExportPdf
Outputs CREATE DATABASE statement
- ExportPdf::exportData() — Method in class ExportPdf
Outputs the content of a table in NHibernate format
- ExportPdf::exportRawQuery() — Method in class ExportPdf
Outputs result of raw query in PDF format
- ExportPdf::exportStructure() — Method in class ExportPdf
Outputs table structure
- ExportPhparray — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the PHP Array class
- ExportPhparray::exportHeader() — Method in class ExportPhparray
Outputs export header
- ExportPhparray::exportFooter() — Method in class ExportPhparray
Outputs export footer
- ExportPhparray::exportDBHeader() — Method in class ExportPhparray
Outputs database header
- ExportPhparray::exportDBFooter() — Method in class ExportPhparray
Outputs database footer
- ExportPhparray::exportDBCreate() — Method in class ExportPhparray
Outputs CREATE DATABASE statement
- ExportPhparray::exportData() — Method in class ExportPhparray
Outputs the content of a table in PHP array format
- ExportPhparray::exportRawQuery() — Method in class ExportPhparray
Outputs result of raw query as PHP array
- ExportSql — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the SQL class
- ExportSql::exportRoutineSQL() — Method in class ExportSql
Generates SQL for routines export
- ExportSql::exportRoutines() — Method in class ExportSql
Exports routines (procedures and functions)
- ExportSql::exportFooter() — Method in class ExportSql
Outputs export footer
- ExportSql::exportHeader() — Method in class ExportSql
Outputs export header. It is the first method to be called, so all the required variables are initialized here.
- ExportSql::exportDBCreate() — Method in class ExportSql
Outputs CREATE DATABASE statement
- ExportSql::exportDBHeader() — Method in class ExportSql
Outputs database header
- ExportSql::exportDBFooter() — Method in class ExportSql
Outputs database footer
- ExportSql::exportEvents() — Method in class ExportSql
Exports events
- ExportSql::exportMetadata() — Method in class ExportSql
Exports metadata from Configuration Storage
- ExportSql::exportRawQuery() — Method in class ExportSql
Outputs a raw query
- ExportSql::exportStructure() — Method in class ExportSql
Outputs table's structure
- ExportSql::exportData() — Method in class ExportSql
Outputs the content of a table in SQL format
- ExportTexytext — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the Texy! text class
- ExportTexytext::exportHeader() — Method in class ExportTexytext
Outputs export header
- ExportTexytext::exportFooter() — Method in class ExportTexytext
Outputs export footer
- ExportTexytext::exportDBHeader() — Method in class ExportTexytext
Outputs database header
- ExportTexytext::exportDBFooter() — Method in class ExportTexytext
Outputs database footer
- ExportTexytext::exportDBCreate() — Method in class ExportTexytext
Outputs CREATE DATABASE statement
- ExportTexytext::exportData() — Method in class ExportTexytext
Outputs the content of a table in NHibernate format
- ExportTexytext::exportRawQuery() — Method in class ExportTexytext
Outputs result raw query in TexyText format
- ExportTexytext::exportStructure() — Method in class ExportTexytext
Outputs table's structure
- ExportXml — Class in namespace PhpMyAdmin\Plugins\Export
Used to build XML dumps of tables
- ExportXml::exportHeader() — Method in class ExportXml
Outputs export header. It is the first method to be called, so all the required variables are initialized here.
- ExportXml::exportFooter() — Method in class ExportXml
Outputs export footer
- ExportXml::exportDBHeader() — Method in class ExportXml
Outputs database header
- ExportXml::exportDBFooter() — Method in class ExportXml
Outputs database footer
- ExportXml::exportDBCreate() — Method in class ExportXml
Outputs CREATE DATABASE statement
- ExportXml::exportData() — Method in class ExportXml
Outputs the content of a table in XML format
- ExportYaml — Class in namespace PhpMyAdmin\Plugins\Export
Handles the export for the YAML format
- ExportYaml::exportHeader() — Method in class ExportYaml
Outputs export header
- ExportYaml::exportFooter() — Method in class ExportYaml
Outputs export footer
- ExportYaml::exportDBHeader() — Method in class ExportYaml
Outputs database header
- ExportYaml::exportDBFooter() — Method in class ExportYaml
Outputs database footer
- ExportYaml::exportDBCreate() — Method in class ExportYaml
Outputs CREATE DATABASE statement
- ExportYaml::exportData() — Method in class ExportYaml
Outputs the content of a table in JSON format
- ExportYaml::exportRawQuery() — Method in class ExportYaml
Outputs result raw query in YAML format
- $ TableProperty#ext — Property in class TableProperty
- Extension
- $ IOTransformationsPlugin#error — Property in class IOTransformationsPlugin
To store the error message in case of failed transformations.
- ShapeFileImport::eofSHP() — Method in class ShapeFileImport
Checks whether file is at EOF
- Dia::endDiaDoc() — Method in class Dia
Ends Dia Document
- Eps — Class in namespace PhpMyAdmin\Plugins\Schema\Eps
This Class is EPS Library and helps in developing structure of EPS Schema Export
- Eps::endEpsDoc() — Method in class Eps
Ends EPS Document
- EpsRelationSchema — Class in namespace PhpMyAdmin\Plugins\Schema\Eps
EPS Relation Schema Class
- ExportRelationSchema — Class in namespace PhpMyAdmin\Plugins\Schema
This class is inherited by all schema classes It contains those methods which are common in them it works like factory pattern
- Svg::endSvgDoc() — Method in class Svg
Ends RelationStatsSvg Document
- ExternalTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the external transformations plugins.
- Profiling::enable() — Method in class Profiling
- ExportPluginProperties — Class in namespace PhpMyAdmin\Properties\Plugins
Defines possible options and getters and setters for them.
- Replication::extractDbOrTable() — Method in class Replication
Extracts database or table name from string
- Privileges::escapeGrantWildcards() — Method in class Privileges
Add slashes before "_" and "%" characters for using them in MySQL database, table and field names.
- Privileges::extractPrivInfo() — Method in class Privileges
Extracts the privilege information of a priv table row
- Sql::executeQueryAndSendQueryResponse() — Method in class Sql
Function to execute the query and send the response
- Sql::executeQueryAndGetQueryResponse() — Method in class Sql
Function to execute the query and send the response
- $ StorageEngine#engine — Property in class StorageEngine
- Indexes::executeAddIndexSql() — Method in class Indexes
- $ Table#errors — Property in class Table
- Tracker::enable() — Method in class Tracker
Actually enables tracking. This needs to be done after all underlaying code is initialized.
- Tracking::exportAsSqlDump() — Method in class Tracking
Function to export as sql dump
- Tracking::exportAsSqlExecution() — Method in class Tracking
Function to export as sql execution
- Url::encryptQuery() — Method in class Url
- Util::extractValueFromFormattedSize() — Method in class Util
Returns the number of bytes when a formatted size is given
- Util::extractColumnSpec() — Method in class Util
Extracts the various parts from a column spec
- Util::expandUserString() — Method in class Util
Formats user string, expanding @VARIABLES@, accepting strftime format string.
- VersionInformation::evaluateVersionCondition() — Method in class VersionInformation
Checks whether PHP or MySQL version meets supplied version condition
- ZipExtension::extract() — Method in class ZipExtension
Extracts the content of $entry.
F
- Charsets::findCollationByName() — Method in class Charsets
- Charset::fromServer() — Method in class Charset
- Collation::fromServer() — Method in class Collation
- FixPoTwigCommand — Class in namespace PhpMyAdmin\Command
- TwigLintCommand::findFiles() — Method in class TwigLintCommand
- FavoriteTablesFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- ForeignData — Class in namespace PhpMyAdmin\ConfigStorage
- Relation::foreignDropdown() — Method in class Relation
Outputs dropdown with values of foreign fields
- Relation::fixPmaTables() — Method in class Relation
Creates PMA tables in the given db, updates if already exists.
- RelationParameters::fromArray() — Method in class RelationParameters
- Form — Class in namespace PhpMyAdmin\Config
Base class for forms, loads default configuration options, checks allowed values etc.
- $ Form#fields — Property in class Form
Form fields (paths), filled by readFormPaths(), indexed by field name
- FormDisplay — Class in namespace PhpMyAdmin\Config
Form management class, displays and processes forms
- FormDisplay::fixErrors() — Method in class FormDisplay
Reverts erroneous fields to their default values
- FormDisplayTemplate — Class in namespace PhpMyAdmin\Config
PhpMyAdmin\Config\FormDisplayTemplate class
- BaseFormList::fixErrors() — Method in class BaseFormList
Reverts erroneous fields to their default values
- FeaturesForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- FeaturesForm — Class in namespace PhpMyAdmin\Config\Forms\User
- ServerConfigChecks::functionExists() — Method in class ServerConfigChecks
Wrapper around function_exists to allow mock in test
- $ Settings#FirstLevelNavigationItems — Property in class Settings
maximum number of first level databases displayed in navigation panel
- $ Settings#ForeignKeyDropdownOrder — Property in class Settings
Sort order for items in a foreign-key drop-down list.
- $ Settings#ForeignKeyMaxLimit — Property in class Settings
A drop-down list will be used if fewer items are present
- $ Settings#FilterLanguages — Property in class Settings
Regular expression to limit listed languages, e.g. '^(cs|en)' for Czech and English only
- $ Settings#FirstDayOfCalendar — Property in class Settings
Set default for FirstDayOfCalendar
- $ Export#format — Property in class Export
$cfg['Export']['format'] = 'sql';
- $ Export#file_template_table — Property in class Export
Default filename template for table exports.
- $ Export#file_template_database — Property in class Export
Default filename template for database exports.
- $ Export#file_template_server — Property in class Export
Default filename template for server exports.
- $ Import#format — Property in class Import
$cfg['Import']['format'] = 'sql';
- $ Schema#format — Property in class Schema
$cfg['Schema']['format'] = 'pdf';
- $ Server#favorite — Property in class Server
table to store favorite tables
- leave blank for no favorite tables SUGGESTED: 'pma__favorite'
- FavoriteTableController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- FirstStepController — Class in namespace PhpMyAdmin\Controllers\Normalization\FirstNormalForm
- FourthStepController — Class in namespace PhpMyAdmin\Controllers\Normalization\FirstNormalForm
- FirstStepController — Class in namespace PhpMyAdmin\Controllers\Normalization\SecondNormalForm
- FirstStepController — Class in namespace PhpMyAdmin\Controllers\Normalization\ThirdNormalForm
- FeaturesController — Class in namespace PhpMyAdmin\Controllers\Preferences
- FormController — Class in namespace PhpMyAdmin\Controllers\Setup
- FindReplaceController — Class in namespace PhpMyAdmin\Controllers\Table
Handles find and replace tab.
- FulltextController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- DatabaseInterface::fetchValue() — Method in class DatabaseInterface
returns a single value from the given result or query, if the query or the result has more than one row or field the first field of the first row is returned
- DatabaseInterface::fetchSingleRow() — Method in class DatabaseInterface
Returns only the first row from the result or null if result is empty.
- DatabaseInterface::fetchResult() — Method in class DatabaseInterface
returns all rows in the resultset in one array
- CentralColumns::findExistingColNames() — Method in class CentralColumns
return the existing columns in central list among the given list of columns
- Routines::flushPrivileges() — Method in class Routines
Flush privileges and get message
- DbalInterface::fetchValue() — Method in class DbalInterface
returns a single value from the given result or query, if the query or the result has more than one row or field the first field of the first row is returned
- DbalInterface::fetchSingleRow() — Method in class DbalInterface
Returns only the first row from the result or null if result is empty.
- DbalInterface::fetchResult() — Method in class DbalInterface
returns all rows in the resultset in one array
- MysqliResult::fetchAssoc() — Method in class MysqliResult
Returns the next row of the result with associative keys
- MysqliResult::fetchRow() — Method in class MysqliResult
Returns the next row of the result with numeric keys
- MysqliResult::fetchValue() — Method in class MysqliResult
Returns a single value from the given result; false on error
- MysqliResult::fetchAllAssoc() — Method in class MysqliResult
Returns all rows of the result
- MysqliResult::fetchAllColumn() — Method in class MysqliResult
Returns values from the selected column of each row
- MysqliResult::fetchAllKeyPair() — Method in class MysqliResult
Returns values as single dimensional array where the key is the first column and the value is the second column, e.g.
- ResultInterface::fetchAssoc() — Method in class ResultInterface
Returns the next row of the result with associative keys
- ResultInterface::fetchRow() — Method in class ResultInterface
Returns the next row of the result with numeric keys
- ResultInterface::fetchValue() — Method in class ResultInterface
Returns a single value from the given result; false on error
- ResultInterface::fetchAllAssoc() — Method in class ResultInterface
Returns all rows of the result
- ResultInterface::fetchAllColumn() — Method in class ResultInterface
Returns values from the selected column of each row
- ResultInterface::fetchAllKeyPair() — Method in class ResultInterface
Returns values as single dimensional array where the key is the first column and the value is the second column, e.g. "SELECT id, name FROM users" produces: ['123' => 'John', '124' => 'Jane']
- Warning::fromArray() — Method in class Warning
- DisplayParts::fromArray() — Method in class DisplayParts
- ForeignKeyRelatedTable — Class in namespace PhpMyAdmin\Display
- $ Error#file — Property in class Error
The file in which the error occurred
- Error::formatBacktrace() — Method in class Error
return formatted backtrace field
- Template::fromArray() — Method in class Template
- RecentFavoriteTable::fromArray() — Method in class RecentFavoriteTable
- FieldMetadata — Class in namespace PhpMyAdmin
Handles fields Metadata
- File — Class in namespace PhpMyAdmin
File wrapper class
- File::fetchUploadedFromTblChangeRequestMultiple() — Method in class File
strips some dimension from the multi-dimensional array from $_FILES
- FileListing — Class in namespace PhpMyAdmin
Functions for listing directories
- FlashMessenger — Class in namespace PhpMyAdmin
- Font — Class in namespace PhpMyAdmin
Class with Font related methods.
- Footer — Class in namespace PhpMyAdmin
Class used to output the footer
- Polygon::fromXYArray() — Method in class Polygon
- GisFactory::fromType() — Method in class GisFactory
Returns the singleton instance of geometric class of the given type.
- GisFactory::fromWkt() — Method in class GisFactory
Returns the singleton instance of geometric class of the given wkt type.
- Generator::formatSql() — Method in class Generator
format sql strings
- ServerRequestFactory::fromGlobals() — Method in class ServerRequestFactory
- UriFactory::fromGlobals() — Method in class UriFactory
Create new Uri from environment.
- DatabaseName::from() — Method in class DatabaseName
- Identifier::from() — Method in class Identifier
- InvalidDatabaseName::fromEmptyName() — Method in class InvalidDatabaseName
- InvalidDatabaseName::fromLongName() — Method in class InvalidDatabaseName
- InvalidDatabaseName::fromNameWithTrailingSpace() — Method in class InvalidDatabaseName
- InvalidTableName::fromEmptyName() — Method in class InvalidTableName
- InvalidTableName::fromLongName() — Method in class InvalidTableName
- InvalidTableName::fromNameWithTrailingSpace() — Method in class InvalidTableName
- InvalidTriggerName::fromEmptyName() — Method in class InvalidTriggerName
- InvalidTriggerName::fromLongName() — Method in class InvalidTriggerName
- InvalidTriggerName::fromNameWithTrailingSpace() — Method in class InvalidTriggerName
- TableName::from() — Method in class TableName
- TriggerName::from() — Method in class TriggerName
- ImageWrapper::fromString() — Method in class ImageWrapper
- ImageWrapper::filledPolygon() — Method in class ImageWrapper
- DecimalSize::fromCell() — Method in class DecimalSize
- DecimalSize::fromPrecisionAndScale() — Method in class DecimalSize
- $ ImportSettings#failedQueries — Property in class ImportSettings
- $ ImportSettings#finished — Property in class ImportSettings
- Index::findDuplicates() — Method in class Index
Function to check over array of indexes and look for common problems
- $ InsertEditColumn#firstTimestamp — Property in class InsertEditColumn
- Linter::findLineNumberAndColumn() — Method in class Linter
Computes the number of the line and column given an absolute position.
- Normalization::findPartialDependencies() — Method in class Normalization
find all the possible partial dependencies based on data in the table.
- $ Pdf#footerset — Property in class Pdf
- Pdf::Footer() — Method in class Pdf
This function must be named "Footer" to work with the TCPDF library
- ExportHtmlword::formatOneColumnDefinition() — Method in class ExportHtmlword
Formats the definition for one column
- ExportOdt::formatOneColumnDefinition() — Method in class ExportOdt
Formats the definition for one column
- ExportTexytext::formatOneColumnDefinition() — Method in class ExportTexytext
Formats the definition for one column
- TableProperty::formatCs() — Method in class TableProperty
Formats a string for C#
- TableProperty::formatXml() — Method in class TableProperty
Formats a string for XML
- TableProperty::format() — Method in class TableProperty
Formats a string
- $ RelationStatsDia#foreignTableId — Property in class RelationStatsDia
- $ Eps#font — Property in class Eps
- $ Eps#fontSize — Property in class Eps
- Pdf::Footer() — Method in class Pdf
This function must be named "Footer" to work with the TCPDF library
- $ Svg#font — Property in class Svg
- $ Svg#fontSize — Property in class Svg
- $ TableStats#fields — Property in class TableStats
- $ TableStats#font — Property in class TableStats
- FormattedTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the formatted transformations plugins.
- Utilities::formatError() — Method in class Utilities
Formats database error message in a friendly way.
- ResponseRenderer::fixRelativeUrlForRedirect() — Method in class ResponseRenderer
Avoid relative path redirect problems in case user entered URL like /phpmyadmin/index.php/ which some web servers happily accept.
- Plugin::fromState() — Method in class Plugin
- Privileges::fillInTablePrivileges() — Method in class Privileges
Parses privileges into an array, it modifies the array
- Message::fromArray() — Method in class Message
- $ Theme#filesizeInfo — Property in class Theme
needed because sometimes, the mtime for different themes is identical
- Tracking::filter() — Method in class Tracking
Filters tracking entries
- Transformations::fixUpMime() — Method in class Transformations
Fixups old MIME or transformation name to new one
- FlashMessengerExtension — Class in namespace PhpMyAdmin\Twig
- Util::formatByteDown() — Method in class Util
Formats $value to byte view
- Util::formatNumber() — Method in class Util
Formats $value to the given length and appends SI prefixes with a $length of 0 no truncation occurs, number is only formatted to the current locale
- ForeignKey — Class in namespace PhpMyAdmin\Utils
- FormatConverter — Class in namespace PhpMyAdmin\Utils
Format converter
- WebauthnLibServer::findOneByCredentialId() — Method in class WebauthnLibServer
- WebauthnLibServer::findAllForUserEntity() — Method in class WebauthnLibServer
- ZipExtension::findFile() — Method in class ZipExtension
Returns the filename of the first file that matches the given $file_regexp.
G
- Advisor::getRunResult() — Method in class Advisor
- Rules::getGeneric() — Method in class Rules
- Rules::getBeforeMySql80003() — Method in class Rules
- Bookmark::getId() — Method in class Bookmark
Returns the ID of the bookmark
- Bookmark::getDatabase() — Method in class Bookmark
Returns the database of the bookmark
- Bookmark::getUser() — Method in class Bookmark
Returns the user whom the bookmark belongs to
- Bookmark::getLabel() — Method in class Bookmark
Returns the label of the bookmark
- Bookmark::getQuery() — Method in class Bookmark
Returns the query
- Bookmark::getVariableCount() — Method in class Bookmark
Returns the number of variables in a bookmark
- BookmarkRepository::getList() — Method in class BookmarkRepository
Gets the list of bookmarks defined for the current database
- BookmarkRepository::get() — Method in class BookmarkRepository
Retrieve a specific bookmark
- BookmarkRepository::getByLabel() — Method in class BookmarkRepository
Retrieve a specific bookmark by its label
- BrowseForeigners::getHtmlForRelationalFieldSelection() — Method in class BrowseForeigners
Function to get html for relational field selection
- BrowseForeigners::getForeignLimit() — Method in class BrowseForeigners
- Cache::get() — Method in class Cache
Get back a cached value
- Charsets::getServerCharset() — Method in class Charsets
Get current server charset
- Charsets::getCharsets() — Method in class Charsets
Get all server charsets
- Charsets::getCollations() — Method in class Charsets
Get all server collations
- Charset::getName() — Method in class Charset
- Charset::getDescription() — Method in class Charset
- Charset::getDefaultCollation() — Method in class Charset
- Charset::getMaxLength() — Method in class Charset
- Collation::getName() — Method in class Collation
- Collation::getDescription() — Method in class Collation
- Collation::getCharset() — Method in class Collation
- Collation::getId() — Method in class Collation
- Collation::getSortLength() — Method in class Collation
- Collation::getPadAttribute() — Method in class Collation
- TwigLintCommand::getFilesInfo() — Method in class TwigLintCommand
- TwigLintCommand::getTemplateContents() — Method in class TwigLintCommand
Allows easier testing
- WriteGitRevisionCommand::gitCli() — Method in class WriteGitRevisionCommand
- Config::getInstance() — Method in class Config
- Config::getUserValue() — Method in class Config
Reads value stored by setUserValue()
- Config::get() — Method in class Config
returns specific config setting
- Config::getSource() — Method in class Config
returns source for current config
- Config::getRootPath() — Method in class Config
Get phpMyAdmin root path
- Config::getCookie() — Method in class Config
get cookie
- Config::getCookieName() — Method in class Config
Get the real cookie name
- Config::getTempDir() — Method in class Config
Returns temporary dir path
- Config::getUploadTempDir() — Method in class Config
Returns temporary directory
- Config::getConnectionParams() — Method in class Config
Return connection parameters for the database server
- Config::getLoginCookieValidityFromCache() — Method in class Config
Get LoginCookieValidity from preferences cache.
- Config::getSettings() — Method in class Config
- Config::getChangeLogFilePath() — Method in class Config
- Relation::getRelationParameters() — Method in class Relation
- Relation::getForeigners() — Method in class Relation
Gets all Relations to foreign tables for a given table or optionally a given column in a table
- Relation::getForeignersInternal() — Method in class Relation
Gets all Relations to foreign tables for a given table or optionally a given column in a table
- Relation::getForeignKeysData() — Method in class Relation
- Relation::getDisplayField() — Method in class Relation
Gets the display field of a table
- Relation::getComments() — Method in class Relation
Gets the comments for all columns of a table or the db itself
- Relation::getDbComment() — Method in class Relation
Gets the comment for a db
- Relation::getHistory() — Method in class Relation
Gets a SQL history entry
- Relation::getForeignData() — Method in class Relation
Gets foreign keys in preparation for a drop-down selector
- Relation::getChildReferences() — Method in class Relation
Get child table references for a table column.
- Relation::getColumnFromForeignKeysData() — Method in class Relation
- Relation::getCreateTableSqlQueries() — Method in class Relation
Returns default PMA table names and their create queries.
- Relation::getTables() — Method in class Relation
Get tables for foreign key constraint
- Relation::getConfigurationStorageDbName() — Method in class Relation
- UserGroups::getHtmlForListingUsersofAGroup() — Method in class UserGroups
Return HTML to list the users belonging to a given user group
- UserGroups::getHtmlForUserGroupsTable() — Method in class UserGroups
Returns HTML for the 'user groups' table
- UserGroups::getAllowedTabNames() — Method in class UserGroups
Returns the list of allowed menu tab names based on a data row from usergroup table.
- UserGroups::getHtmlToEditUserGroup() — Method in class UserGroups
Returns HTML for add/edit user group dialog
- UserGroups::getTabList() — Method in class UserGroups
Returns HTML for checkbox groups to choose tabs of 'server', 'db' or 'table' levels.
- ConfigFile::getPersistKeysMap() — Method in class ConfigFile
Returns flipped array set by setPersistKeys()
- ConfigFile::getFlatDefaultConfig() — Method in class ConfigFile
Returns default config in a flattened array
- ConfigFile::get() — Method in class ConfigFile
Returns config value or $default if it's not set
- ConfigFile::getDefault() — Method in class ConfigFile
Returns default config value or $default it it's not set ie. it doesn't exist in {\PhpMyAdmin\Config\Settings} ($cfg).
- ConfigFile::getValue() — Method in class ConfigFile
Returns config value, if it's not set uses the default one; returns $default if the path isn't set and doesn't contain a default value
- ConfigFile::getCanonicalPath() — Method in class ConfigFile
Returns canonical path
- ConfigFile::getDbEntry() — Method in class ConfigFile
Returns config database entry for $path
- ConfigFile::getServerCount() — Method in class ConfigFile
Returns server count
- ConfigFile::getServers() — Method in class ConfigFile
Returns server list
- ConfigFile::getServerDSN() — Method in class ConfigFile
Returns DSN of given server
- ConfigFile::getServerName() — Method in class ConfigFile
Returns server name
- ConfigFile::getConfig() — Method in class ConfigFile
Returns configuration array (full, multidimensional format)
- ConfigFile::getConfigArray() — Method in class ConfigFile
Returns configuration array (flat format)
- ConfigFile::getAllowedValues() — Method in class ConfigFile
Database with allowed values for configuration stored in the $cfg array, used by setup script and user preferences to generate forms.
- Descriptions::get() — Method in class Descriptions
Return name or description for a configuration path.
- Descriptions::getString() — Method in class Descriptions
Return name or description for a cleaned up configuration path.
- Form::getOptionType() — Method in class Form
Returns type of given option
- Form::getOptionValueList() — Method in class Form
Returns allowed values for select fields
- FormDisplay::getConfigFile() — Method in class FormDisplay
Returns ConfigFile associated with this instance
- FormDisplay::getDisplay() — Method in class FormDisplay
Outputs HTML for forms
- FormDisplay::getDocLink() — Method in class FormDisplay
Returns link to documentation
- $ FormDisplayTemplate#group — Property in class FormDisplayTemplate
- BaseForm::getForms() — Method in class BaseForm
List of available forms, each form is described as an array of fields to display.
- BaseForm::getFields() — Method in class BaseForm
Returns list of fields used in the form.
- BaseForm::getName() — Method in class BaseForm
Returns name of the form
- BaseFormList::getAllFormNames() — Method in class BaseFormList
- BaseFormList::get() — Method in class BaseFormList
- BaseFormList::getFields() — Method in class BaseFormList
Returns list of fields used in the form.
- BrowseForm::getForms() — Method in class BrowseForm
- DbStructureForm::getForms() — Method in class DbStructureForm
- EditForm::getForms() — Method in class EditForm
- TableStructureForm::getForms() — Method in class TableStructureForm
- ConfigForm::getForms() — Method in class ConfigForm
- FeaturesForm::getForms() — Method in class FeaturesForm
- MainForm::getForms() — Method in class MainForm
- ServersForm::getForms() — Method in class ServersForm
- SqlForm::getForms() — Method in class SqlForm
- ExportForm::getForms() — Method in class ExportForm
- ExportForm::getName() — Method in class ExportForm
Returns name of the form
- FeaturesForm::getForms() — Method in class FeaturesForm
- FeaturesForm::getName() — Method in class FeaturesForm
Returns name of the form
- ImportForm::getForms() — Method in class ImportForm
- ImportForm::getName() — Method in class ImportForm
Returns name of the form
- MainForm::getForms() — Method in class MainForm
- MainForm::getName() — Method in class MainForm
Returns name of the form
- NaviForm::getForms() — Method in class NaviForm
- NaviForm::getName() — Method in class NaviForm
Returns name of the form
- SqlForm::getForms() — Method in class SqlForm
- SqlForm::getName() — Method in class SqlForm
Returns name of the form
- PageSettings::getHTML() — Method in class PageSettings
Get HTML output
- PageSettings::getErrorHTML() — Method in class PageSettings
Get error HTML output
- $ Settings#GridEditing — Property in class Settings
grid editing: which action triggers it, or completely disable the feature
- $ Settings#GZipDump — Property in class Settings
Allow for the use of gzip compression (requires zlib)
- $ Settings#GD2Available — Property in class Settings
Is GD >= 2 available? Set to yes/no/auto. 'auto' does auto-detection, which is the only safe way to determine GD version.
- $ Console#GroupQueries — Property in class Console
$cfg['Console']['GroupQueries'] = false;
- SpecialSchemaLinks::get() — Method in class SpecialSchemaLinks
This array represent the details for generating links inside special schemas like mysql, information_schema etc.
- Validator::getValidators() — Method in class Validator
Returns validator list
- Console::getBookmarkContent() — Method in class Console
Renders the bookmark content
- Console::getScripts() — Method in class Console
Returns the list of JS scripts required by console
- Console::getDisplay() — Method in class Console
Renders the console
- ContainerBuilder::getContainer() — Method in class ContainerBuilder
- GisDataEditorController — Class in namespace PhpMyAdmin\Controllers
Editor for Geometry data types.
- GitInfoController — Class in namespace PhpMyAdmin\Controllers
- GetColumnsController — Class in namespace PhpMyAdmin\Controllers\Normalization
- GeneralLogController — Class in namespace PhpMyAdmin\Controllers\Server\Status\Monitor
- GetVariableController — Class in namespace PhpMyAdmin\Controllers\Server\Variables
- GetFieldController — Class in namespace PhpMyAdmin\Controllers\Table
Provides download to a given field defined in parameters.
- GisVisualizationController — Class in namespace PhpMyAdmin\Controllers\Table
Handles creation of the GIS visualizations.
- RelationController::getDropdownValueForTable() — Method in class RelationController
Send table columns for foreign table dropdown
- RelationController::getDropdownValueForDatabase() — Method in class RelationController
Send database selection values for dropdown
- Core::getPHPDocLink() — Method in class Core
Returns a link to the PHP documentation
- Core::getRealSize() — Method in class Core
Converts numbers like 10M into bytes Used with permission from Moodle (https://moodle.org) by Martin Dougiamas (renamed with PMA prefix to avoid double definition when embedded in Moodle)
- Core::getEnv() — Method in class Core
Tries to find the value for the given environment variable name
- Core::getNoCacheHeaders() — Method in class Core
- Core::getIp() — Method in class Core
Gets the "true" IP address of the current user
- CreateAddField::getPartitionsDefinition() — Method in class CreateAddField
Returns the partitioning clause
- CreateAddField::getTableCreationQuery() — Method in class CreateAddField
Function to get table creation sql query
- CreateAddField::getColumnCreationQuery() — Method in class CreateAddField
Function to get the column creation statement
- DatabaseInterface::getInstance() — Method in class DatabaseInterface
- DatabaseInterface::getCache() — Method in class DatabaseInterface
- DatabaseInterface::getTables() — Method in class DatabaseInterface
returns array with table names for given db
- DatabaseInterface::getTablesFull() — Method in class DatabaseInterface
returns array of all tables in given db or dbs this function expects unquoted names: RIGHT: my_database WRONG:
my_database
WRONG: my_database if $tbl_is_group is true, $table is used as filter for table names- DatabaseInterface::getDatabasesFull() — Method in class DatabaseInterface
returns array with databases containing extended infos about them
- DatabaseInterface::getColumnsFull() — Method in class DatabaseInterface
returns detailed array with all columns for given table in database, or all tables/databases
- DatabaseInterface::getColumn() — Method in class DatabaseInterface
Returns description of a $column in given table
- DatabaseInterface::getColumns() — Method in class DatabaseInterface
Returns descriptions of columns in given table
- DatabaseInterface::getColumnNames() — Method in class DatabaseInterface
Returns all column names in given table
- DatabaseInterface::getTableIndexes() — Method in class DatabaseInterface
Returns indexes of a table
- DatabaseInterface::getVariable() — Method in class DatabaseInterface
returns value of given mysql server variable
- DatabaseInterface::getDefaultCharset() — Method in class DatabaseInterface
- DatabaseInterface::getDefaultCollation() — Method in class DatabaseInterface
- DatabaseInterface::getCompatibilities() — Method in class DatabaseInterface
Get supported SQL compatibility modes
- DatabaseInterface::getWarnings() — Method in class DatabaseInterface
returns warnings for last query
- DatabaseInterface::getCurrentUser() — Method in class DatabaseInterface
gets the current user with host
- DatabaseInterface::getCurrentRoles() — Method in class DatabaseInterface
gets the current role with host. Role maybe multiple separated by comma Support start from MySQL 8.x / MariaDB 10.0.5
- DatabaseInterface::getCurrentUserAndHost() — Method in class DatabaseInterface
Get the current user and host
- DatabaseInterface::getCurrentRolesAndHost() — Method in class DatabaseInterface
Get the current role and host.
- DatabaseInterface::getLowerCaseNames() — Method in class DatabaseInterface
Returns value for lower_case_table_names variable
- DatabaseInterface::getHostInfo() — Method in class DatabaseInterface
Returns a string representing the type of connection used
- DatabaseInterface::getClientInfo() — Method in class DatabaseInterface
returns a string that represents the client library version
- DatabaseInterface::getError() — Method in class DatabaseInterface
Returns last error message or an empty string if no errors occurred.
- DatabaseInterface::getFieldsMeta() — Method in class DatabaseInterface
returns metainfo for fields in $result
- DatabaseInterface::getKillQuery() — Method in class DatabaseInterface
Gets SQL for killing a process.
- DatabaseInterface::getTable() — Method in class DatabaseInterface
Get a table with database name and table name
- DatabaseInterface::getDbCollation() — Method in class DatabaseInterface
returns collation of given db
- DatabaseInterface::getServerCollation() — Method in class DatabaseInterface
returns default server collation from show variables
- DatabaseInterface::getVersion() — Method in class DatabaseInterface
Server version as number
- DatabaseInterface::getVersionString() — Method in class DatabaseInterface
Server version
- DatabaseInterface::getVersionComment() — Method in class DatabaseInterface
Server version comment
- DatabaseInterface::getDatabaseList() — Method in class DatabaseInterface
- CentralColumns::getParams() — Method in class CentralColumns
Returns the configuration storage settings for central columns or false if no storage is available
- CentralColumns::getColumnsList() — Method in class CentralColumns
get $num columns of given database from central columns list starting at offset $from
- CentralColumns::getCount() — Method in class CentralColumns
Get the number of columns present in central list for given db
- CentralColumns::getListRaw() — Method in class CentralColumns
get the list of columns in given database excluding the columns present in current table
- CentralColumns::getHtmlForEditingPage() — Method in class CentralColumns
Get HTML for editing page central columns
- CentralColumns::getColumnsCount() — Method in class CentralColumns
get number of columns of given database from central columns list starting at offset $from
- CentralColumns::getColumnsNotInCentralList() — Method in class CentralColumns
- CentralColumns::getTemplateVariablesForMain() — Method in class CentralColumns
Adding a new user defined column to central list
- Designer::getHtmlForEditOrDeletePages() — Method in class Designer
Function to get html for displaying the page edit/delete form
- Designer::getHtmlForPageSaveAs() — Method in class Designer
Function to get html for displaying the page save as form
- Designer::getHtmlForSchemaExport() — Method in class Designer
Function to get html for displaying the schema export
- Designer::getColumnTypes() — Method in class Designer
- Designer::getDesignerConfig() — Method in class Designer
- Common::getTablesInfo() — Method in class Common
Retrieves table info and returns it
- Common::getColumnsInfo() — Method in class Common
Retrieves table column info
- Common::getScriptContr() — Method in class Common
Returns JavaScript code for initializing vars
- Common::getAllKeys() — Method in class Common
Returns all indices
- Common::getScriptTabs() — Method in class Common
Return j_tab and h_tab arrays
- Common::getTablePositions() — Method in class Common
Returns table positions of a given pdf page
- Common::getPageName() — Method in class Common
Returns page name of a given pdf page
- Common::getDefaultPage() — Method in class Common
Returns the id of the default pdf page of the database.
- Common::getPageExists() — Method in class Common
Get the status if the page already exists If no such exists, returns negative index.
- Common::getLoadingPage() — Method in class Common
Get the id of the page to load. If a default page exists it will be returned.
- DesignerTable::getDatabaseName() — Method in class DesignerTable
Get the database name
- DesignerTable::getTableName() — Method in class DesignerTable
Get the table name
- DesignerTable::getTableEngine() — Method in class DesignerTable
Get the table engine
- DesignerTable::getDisplayField() — Method in class DesignerTable
Get the displayed field
- DesignerTable::getDbTableString() — Method in class DesignerTable
Get the db and table separated with a dot
- Events::getDataFromRequest() — Method in class Events
This function will generate the values that are required to for the editor
- Events::getDataFromName() — Method in class Events
This function will generate the values that are required to complete the "Edit event" form given the name of a event.
- Events::getQueryFromRequest() — Method in class Events
Composes the query necessary to create an event from an HTTP request.
- Events::getEventSchedulerStatus() — Method in class Events
- Events::getDetails() — Method in class Events
Returns details about the EVENTs for a specific database.
- Events::getDefinition() — Method in class Events
- Events::getErrorCount() — Method in class Events
- MultiTableQuery::getFormHtml() — Method in class MultiTableQuery
Get Multi-Table query page HTML
- Routines::getDataFromRequest() — Method in class Routines
This function will generate the values that are required to complete the editor form. It is especially necessary to handle the 'Add another parameter', 'Remove last parameter' and 'Change routine type' functionalities when JS is disabled.
- Routines::getDataFromName() — Method in class Routines
This function will generate the values that are required to complete the "Edit routine" form given the name of a routine.
- Routines::getParameterRow() — Method in class Routines
Creates one row for the parameter table used in the routine editor.
- Routines::getQueryFromRequest() — Method in class Routines
Composes the query necessary to create a routine from an HTTP request.
- Routines::getExecuteForm() — Method in class Routines
Creates the HTML code that shows the routine execution dialog.
- Routines::getRow() — Method in class Routines
Creates the contents for a row in the list of routines
- Routines::getDetails() — Method in class Routines
returns details about the PROCEDUREs or FUNCTIONs for a specific database or details about a specific routine
- Routines::getFunctionDefinition() — Method in class Routines
- Routines::getProcedureDefinition() — Method in class Routines
- Routines::getFunctionNames() — Method in class Routines
- Routines::getProcedureNames() — Method in class Routines
- Routines::getErrorCount() — Method in class Routines
- Search::getSearchResults() — Method in class Search
Displays database search results
- Search::getMainHtml() — Method in class Search
Provides the main search form's html
- DbalInterface::getTables() — Method in class DbalInterface
returns array with table names for given db
- DbalInterface::getTablesFull() — Method in class DbalInterface
returns array of all tables in given db or dbs this function expects unquoted names: RIGHT: my_database WRONG:
my_database
WRONG: my_database if $tbl_is_group is true, $table is used as filter for table names- DbalInterface::getDatabasesFull() — Method in class DbalInterface
returns array with databases containing extended infos about them
- DbalInterface::getColumnsFull() — Method in class DbalInterface
returns detailed array with all columns for given table in database, or all tables/databases
- DbalInterface::getColumn() — Method in class DbalInterface
Returns description of a $column in given table
- DbalInterface::getColumns() — Method in class DbalInterface
Returns descriptions of columns in given table
- DbalInterface::getColumnNames() — Method in class DbalInterface
Returns all column names in given table
- DbalInterface::getTableIndexes() — Method in class DbalInterface
Returns indexes of a table
- DbalInterface::getVariable() — Method in class DbalInterface
returns value of given mysql server variable
- DbalInterface::getCompatibilities() — Method in class DbalInterface
Get supported SQL compatibility modes
- DbalInterface::getWarnings() — Method in class DbalInterface
returns warnings for last query
- DbalInterface::getCurrentUser() — Method in class DbalInterface
gets the current user with host
- DbalInterface::getCurrentUserAndHost() — Method in class DbalInterface
Get the current user and host
- DbalInterface::getLowerCaseNames() — Method in class DbalInterface
Returns value for lower_case_table_names variable
- DbalInterface::getHostInfo() — Method in class DbalInterface
Returns a string representing the type of connection used
- DbalInterface::getClientInfo() — Method in class DbalInterface
returns a string that represents the client library version
- DbalInterface::getError() — Method in class DbalInterface
Returns last error message or an empty string if no errors occurred.
- DbalInterface::getFieldsMeta() — Method in class DbalInterface
returns metainfo for fields in $result
- DbalInterface::getKillQuery() — Method in class DbalInterface
Gets SQL for killing a process.
- DbalInterface::getTable() — Method in class DbalInterface
Get a table with database name and table name
- DbalInterface::getDbCollation() — Method in class DbalInterface
returns collation of given db
- DbalInterface::getServerCollation() — Method in class DbalInterface
returns default server collation from show variables
- DbalInterface::getVersion() — Method in class DbalInterface
Server version as number
- DbalInterface::getVersionString() — Method in class DbalInterface
Server version
- DbalInterface::getVersionComment() — Method in class DbalInterface
Server version comment
- DbiExtension::getHostInfo() — Method in class DbiExtension
Returns a string representing the type of connection used
- DbiExtension::getClientInfo() — Method in class DbiExtension
returns a string that represents the client library version
- DbiExtension::getError() — Method in class DbiExtension
Returns last error message or an empty string if no errors occurred.
- DbiExtension::getWarningCount() — Method in class DbiExtension
Returns the number of warnings from the last query.
- DbiMysqli::getHostInfo() — Method in class DbiMysqli
Returns a string representing the type of connection used
- DbiMysqli::getClientInfo() — Method in class DbiMysqli
returns a string that represents the client library version
- DbiMysqli::getError() — Method in class DbiMysqli
Returns last error message or an empty string if no errors occurred.
- DbiMysqli::getWarningCount() — Method in class DbiMysqli
Returns the number of warnings from the last query.
- MysqliResult::getIterator() — Method in class MysqliResult
Returns a generator that traverses through the whole result set and returns each row as an associative array
- MysqliResult::getFieldsMeta() — Method in class MysqliResult
Returns meta info for fields in $result
- MysqliResult::getFieldNames() — Method in class MysqliResult
Returns the names of the fields in the result
- MysqliStatement::getResult() — Method in class MysqliStatement
Gets a result set from a prepared statement.
- ResultInterface::getIterator() — Method in class ResultInterface
Returns a generator that traverses through the whole result set and returns each row as an associative array
- ResultInterface::getFieldsMeta() — Method in class ResultInterface
Returns meta info for fields in $result
- ResultInterface::getFieldNames() — Method in class ResultInterface
Returns the names of the fields in the result
- Statement::getResult() — Method in class Statement
Gets a result set from a prepared statement.
- Results::getTable() — Method in class Results
Prepare a table of results returned by a SQL query.
- Encoding::getKanjiEncodings() — Method in class Encoding
Setter for Kanji encodings. Use with caution, mostly useful for testing.
- Bdb::getVariables() — Method in class Bdb
Returns array with variable names related to this storage engine
- Bdb::getVariablesLikePattern() — Method in class Bdb
Returns the pattern to be used in the query for SQL variables related to this storage engine
- Bdb::getMysqlHelpPage() — Method in class Bdb
returns string with filename for the MySQL helppage about this storage engine
- Binlog::getMysqlHelpPage() — Method in class Binlog
Returns string with filename for the MySQL helppage about this storage engine
- Innodb::getVariables() — Method in class Innodb
Returns array with variable names related to InnoDB storage engine
- Innodb::getVariablesLikePattern() — Method in class Innodb
Returns the pattern to be used in the query for SQL variables related to InnoDb storage engine
- Innodb::getInfoPages() — Method in class Innodb
Get information pages
- Innodb::getPageBufferpool() — Method in class Innodb
returns html tables with stats over inno db buffer pool
- Innodb::getPageStatus() — Method in class Innodb
returns InnoDB status
- Innodb::getMysqlHelpPage() — Method in class Innodb
returns string with filename for the MySQL helppage about this storage engine
- Innodb::getInnodbPluginVersion() — Method in class Innodb
Gets the InnoDB plugin version number
- Innodb::getInnodbFileFormat() — Method in class Innodb
Gets the InnoDB file format
- Memory::getVariables() — Method in class Memory
Returns array with variable names dedicated to MEMORY storage engine
- MrgMyisam::getMysqlHelpPage() — Method in class MrgMyisam
returns string with filename for the MySQL helppage about this storage engine
- Myisam::getVariables() — Method in class Myisam
Returns array with variable names dedicated to MyISAM storage engine
- Ndbcluster::getVariables() — Method in class Ndbcluster
Returns array with variable names related to NDBCLUSTER storage engine
- Ndbcluster::getVariablesLikePattern() — Method in class Ndbcluster
Returns the pattern to be used in the query for SQL variables related to NDBCLUSTER storage engine
- Ndbcluster::getMysqlHelpPage() — Method in class Ndbcluster
Returns string with filename for the MySQL help page about this storage engine
- Pbxt::getVariables() — Method in class Pbxt
Returns array with variable names dedicated to PBXT storage engine
- Pbxt::getInfoPages() — Method in class Pbxt
Get information about pages
- Pbxt::getPageDocumentation() — Method in class Pbxt
Get content of documentation page
- PerformanceSchema::getMysqlHelpPage() — Method in class PerformanceSchema
Returns string with filename for the MySQL helppage about this storage engine
- Error::getHash() — Method in class Error
returns unique PhpMyAdmin\Error\Error::$hash, if not exists it will be created
- Error::getBacktrace() — Method in class Error
returns PhpMyAdmin\Error\Error::$_backtrace for first $count frames pass $count = -1 to get full backtrace.
- Error::getFile() — Method in class Error
returns PhpMyAdmin\Error\Error::$file
- Error::getLine() — Method in class Error
returns PhpMyAdmin\Error\Error::$line
- Error::getType() — Method in class Error
returns type of error
- Error::getLevel() — Method in class Error
- Error::getHtmlTitle() — Method in class Error
returns title prepared for HTML Title-Tag
- Error::getTitle() — Method in class Error
returns title for error
- Error::getBacktraceDisplay() — Method in class Error
Get HTML backtrace
- Error::getFunctionCall() — Method in class Error
Formats function call in a backtrace
- Error::getArg() — Method in class Error
Get a single function argument
- Error::getDisplay() — Method in class Error
Gets the error as string of HTML
- Error::getErrorNumber() — Method in class Error
- ErrorHandler::getInstance() — Method in class ErrorHandler
- ErrorHandler::getErrors() — Method in class ErrorHandler
returns array with all errors
- ErrorHandler::getCurrentErrors() — Method in class ErrorHandler
returns the errors occurred in the current run only.
- ErrorHandler::getDispErrors() — Method in class ErrorHandler
renders errors not displayed
- ErrorReport::getData() — Method in class ErrorReport
Returns the error report data collected from the current configuration or from the request parameters sent by the error reporting js code.
- ErrorReport::getForm() — Method in class ErrorReport
Generates the error report form to collect user description and preview the report before being sent
- ErrorReport::getEmptyModal() — Method in class ErrorReport
- Export::gzencodeNeeded() — Method in class Export
Detect whether gzencode is needed; it might not be needed if the server is already compressing by itself
- Export::getHtmlForDisplayedExportFooter() — Method in class Export
Returns HTML containing the footer for a displayed export
- Export::getMemoryLimit() — Method in class Export
Computes the memory limit for export
- Export::getFinalFilename() — Method in class Export
- Export::getMimeType() — Method in class Export
- Export::getHtmlForDisplayedExportHeader() — Method in class Export
Returns HTML containing the header for a displayed export
- Export::getPageLocationAndSaveMessage() — Method in class Export
Loads correct page after doing export
- Export::getMetadataTypes() — Method in class Export
Returns all the metadata types that can be exported with a database or a table
- Export::getCheckedClause() — Method in class Export
Returns the checked clause, depending on the presence of key in array
- Export::getExportSchemaInfo() — Method in class Export
get all the export options and verify call and include the appropriate Schema Class depending on $export_type
- Export::getTableNames() — Method in class Export
- Options::getDatabasesForSelectOptions() — Method in class Options
Prints Html For Export Selection Options
- Options::getOptions() — Method in class Options
- Template::getId() — Method in class Template
- Template::getUsername() — Method in class Template
- Template::getExportType() — Method in class Template
- Template::getName() — Method in class Template
- Template::getData() — Method in class Template
- TemplateModel::getAll() — Method in class TemplateModel
- RecentFavoriteTables::getInstance() — Method in class RecentFavoriteTables
Returns class instance.
- RecentFavoriteTables::getTables() — Method in class RecentFavoriteTables
Returns the recent/favorite tables array
- RecentFavoriteTables::getHtmlList() — Method in class RecentFavoriteTables
Return HTML ul.
- RecentFavoriteTables::getHtmlSyncFavoriteTables() — Method in class RecentFavoriteTables
Generate Html for sync Favorite tables anchor. (from localStorage to pmadb)
- FieldMetadata::getMappedType() — Method in class FieldMetadata
Get the mapped type as a string
- File::getRawContent() — Method in class File
Gets file content
- File::getContent() — Method in class File
Gets file content
- File::getName() — Method in class File
- accessor
- File::getError() — Method in class File
Returns possible error message.
- File::getHandle() — Method in class File
Returns the file handle
- File::getCharset() — Method in class File
Returns the character set of the file
- File::getCompression() — Method in class File
Returns compression used by file.
- File::getOffset() — Method in class File
Returns the offset
- File::getChunkSize() — Method in class File
Returns the chunk size
- File::getContentLength() — Method in class File
Returns the length of the content in the file
- FileListing::getDirContent() — Method in class FileListing
Returns array of filtered file names
- FileListing::getFileSelectOptions() — Method in class FileListing
Returns options of filtered file names
- FlashMessenger::getMessages() — Method in class FlashMessenger
- FlashMessenger::getCurrentMessages() — Method in class FlashMessenger
- Font::getCharLists() — Method in class Font
Get list with characters and the corresponding width modifiers.
- Font::getStringWidth() — Method in class Font
Get width of string/text
- Footer::getDebugMessage() — Method in class Footer
Renders the debug messages
- Footer::getSelfUrl() — Method in class Footer
Returns the url of the current page
- Footer::getErrorMessages() — Method in class Footer
Renders the link to open a new page
- Footer::getScripts() — Method in class Footer
Returns the Scripts object
- Footer::getDisplay() — Method in class Footer
- Polygon::getPointOnSurface() — Method in class Polygon
Returns a point that is guaranteed to be on the surface of the ring.
- GisFactory — Class in namespace PhpMyAdmin\Gis
Factory class that handles the creation of geometric objects.
- GisGeometry — Class in namespace PhpMyAdmin\Gis
Base class for all GIS data type classes.
- GisGeometry::getExtent() — Method in class GisGeometry
Get coordinate extent for this wkt.
- GisGeometry::getWktCoord() — Method in class GisGeometry
- GisGeometry::generateWkt() — Method in class GisGeometry
Generates the WKT with the set of parameters passed by the GIS editor.
- GisGeometry::getCoordinatesExtent() — Method in class GisGeometry
Updates the min, max values with the given point set.
- GisGeometry::getCoordinateParams() — Method in class GisGeometry
Generate coordinate parameters for the GIS data editor from the value of the GIS column.
- GisGeometry::getType() — Method in class GisGeometry
Return the uppercase GIS type name
- GisGeometry::generateParams() — Method in class GisGeometry
Generate parameters for the GIS data editor from the value of the GIS column.
- GisGeometry::getRandomId() — Method in class GisGeometry
- GisGeometryCollection — Class in namespace PhpMyAdmin\Gis
Handles actions related to GIS GEOMETRYCOLLECTION objects
- GisGeometryCollection::getExtent() — Method in class GisGeometryCollection
Get coordinate extent for this wkt.
- GisGeometryCollection::generateWkt() — Method in class GisGeometryCollection
Generates the WKT with the set of parameters passed by the GIS editor.
- GisGeometryCollection::getCoordinateParams() — Method in class GisGeometryCollection
- GisGeometryCollection::generateParams() — Method in class GisGeometryCollection
Generates parameters for the GIS data editor from the value of the GIS column.
- GisGeometryCollection::getType() — Method in class GisGeometryCollection
Return the uppercase GIS type name
- GisLineString — Class in namespace PhpMyAdmin\Gis
Handles actions related to GIS LINESTRING objects
- GisLineString::getExtent() — Method in class GisLineString
Get coordinate extent for this wkt.
- GisLineString::generateWkt() — Method in class GisLineString
Generate the WKT with the set of parameters passed by the GIS editor.
- GisLineString::getCoordinateParams() — Method in class GisLineString
Generate coordinate parameters for the GIS data editor from the value of the GIS column.
- GisLineString::getType() — Method in class GisLineString
Return the uppercase GIS type name
- GisMultiLineString — Class in namespace PhpMyAdmin\Gis
Handles actions related to GIS MULTILINESTRING objects
- GisMultiLineString::getExtent() — Method in class GisMultiLineString
Get coordinate extent for this wkt.
- GisMultiLineString::generateWkt() — Method in class GisMultiLineString
Generate the WKT with the set of parameters passed by the GIS editor.
- GisMultiLineString::getShape() — Method in class GisMultiLineString
Generate the WKT for the data from ESRI shape files.
- GisMultiLineString::getCoordinateParams() — Method in class GisMultiLineString
Generate coordinate parameters for the GIS data editor from the value of the GIS column.
- GisMultiLineString::getType() — Method in class GisMultiLineString
Return the uppercase GIS type name
- GisMultiPoint — Class in namespace PhpMyAdmin\Gis
Handles actions related to GIS MULTIPOINT objects
- GisMultiPoint::getExtent() — Method in class GisMultiPoint
Get coordinate extent for this wkt.
- GisMultiPoint::generateWkt() — Method in class GisMultiPoint
Generate the WKT with the set of parameters passed by the GIS editor.
- GisMultiPoint::getShape() — Method in class GisMultiPoint
Generate the WKT for the data from ESRI shape files.
- GisMultiPoint::getCoordinateParams() — Method in class GisMultiPoint
Generate coordinate parameters for the GIS data editor from the value of the GIS column.
- GisMultiPoint::getType() — Method in class GisMultiPoint
Return the uppercase GIS type name
- GisMultiPolygon — Class in namespace PhpMyAdmin\Gis
Handles actions related to GIS MULTIPOLYGON objects
- GisMultiPolygon::getExtent() — Method in class GisMultiPolygon
Get coordinates extent for this wkt.
- GisMultiPolygon::generateWkt() — Method in class GisMultiPolygon
Generate the WKT with the set of parameters passed by the GIS editor.
- GisMultiPolygon::getShape() — Method in class GisMultiPolygon
Generate the WKT for the data from ESRI shape files.
- GisMultiPolygon::getCoordinateParams() — Method in class GisMultiPolygon
Generate coordinate parameters for the GIS data editor from the value of the GIS column.
- GisMultiPolygon::getType() — Method in class GisMultiPolygon
Return the uppercase GIS type name
- GisPoint — Class in namespace PhpMyAdmin\Gis
Handles actions related to GIS POINT objects
- GisPoint::getExtent() — Method in class GisPoint
Get coordinate extent for this wkt.
- GisPoint::generateWkt() — Method in class GisPoint
Generate the WKT with the set of parameters passed by the GIS editor.
- GisPoint::getShape() — Method in class GisPoint
Generate the WKT for the data from ESRI shape files.
- GisPoint::getCoordinateParams() — Method in class GisPoint
Generate coordinate parameters for the GIS data editor from the value of the GIS column.
- GisPoint::getType() — Method in class GisPoint
Return the uppercase GIS type name
- GisPolygon — Class in namespace PhpMyAdmin\Gis
Handles actions related to GIS POLYGON objects
- GisPolygon::getExtent() — Method in class GisPolygon
Get coordinate extent for this wkt.
- GisPolygon::generateWkt() — Method in class GisPolygon
Generate the WKT with the set of parameters passed by the GIS editor.
- GisPolygon::getCoordinateParams() — Method in class GisPolygon
Generate coordinate parameters for the GIS data editor from the value of the GIS column.
- GisPolygon::getType() — Method in class GisPolygon
Return the uppercase GIS type name
- GisVisualization — Class in namespace PhpMyAdmin\Gis
Handles visualization of GIS data
- GisVisualization::getWidth() — Method in class GisVisualization
- GisVisualization::getHeight() — Method in class GisVisualization
- GisVisualization::getPos() — Method in class GisVisualization
- GisVisualization::getRows() — Method in class GisVisualization
- GisVisualization::getSpatialColumn() — Method in class GisVisualization
- GisVisualization::getLabelColumn() — Method in class GisVisualization
- GisVisualization::get() — Method in class GisVisualization
- Factory
- GisVisualization::getByData() — Method in class GisVisualization
Get visualization
- GisVisualizationSettings — Class in namespace PhpMyAdmin\Gis
- Git — Class in namespace PhpMyAdmin
Git class to manipulate Git data
- Git::getGitRevisionInfo() — Method in class Git
- Header::getJsParams() — Method in class Header
Returns, as an array, a list of parameters used on the client side
- Header::getJsParamsCode() — Method in class Header
Returns, as a string, a list of parameters used on the client side
- Header::getScripts() — Method in class Header
Returns the Scripts object
- Header::getMenu() — Method in class Header
Returns the Menu object
- Header::getDisplay() — Method in class Header
- Header::getMessage() — Method in class Header
Returns the message to be displayed at the top of the page, including the executed SQL query, if any.
- Header::getHttpHeaders() — Method in class Header
- Header::getPageTitle() — Method in class Header
If the page is missing the title, this function will set it to something reasonable
- Header::getConsole() — Method in class Header
- Generator — Class in namespace PhpMyAdmin\Html
HTML Generator
- Generator::getDbLink() — Method in class Generator
returns html code for db link to default db page
- Generator::getIcon() — Method in class Generator
Returns an HTML IMG tag for a particular icon from a theme, which may be an actual file or an icon from a sprite.
- Generator::getServerSSL() — Method in class Generator
Returns information about SSL status for current connection
- Generator::getDefaultFunctionForField() — Method in class Generator
Returns default function for a particular column.
- Generator::getFunctionsForField() — Method in class Generator
Creates a dropdown box with MySQL functions for a particular column.
- Generator::getNavigationLink() — Method in class Generator
Renders a single link for the top of the navigation panel
- Generator::getStartAndNumberOfRowsFieldsetData() — Method in class Generator
- Generator::getMessage() — Method in class Generator
Prepare the message and the query usually the message is the result of the query executed
- Generator::getImage() — Method in class Generator
Returns an HTML IMG tag for a particular image from a theme
- Generator::getListNavigator() — Method in class Generator
Prepare navigation for a list
- Generator::getSupportedDatatypes() — Method in class Generator
This function processes the datatypes supported by the DB, as specified in Types->getColumns() and returns an HTML snippet that creates a drop-down list.
- MySQLDocumentation::getDocumentationLink() — Method in class MySQLDocumentation
Returns link to documentation.
- Response::getProtocolVersion() — Method in class Response
- Response::getHeaders() — Method in class Response
- Response::getHeader() — Method in class Response
- Response::getHeaderLine() — Method in class Response
- Response::getBody() — Method in class Response
- Response::getStatusCode() — Method in class Response
- Response::getReasonPhrase() — Method in class Response
- ServerRequest::getProtocolVersion() — Method in class ServerRequest
- ServerRequest::getHeaders() — Method in class ServerRequest
- ServerRequest::getHeader() — Method in class ServerRequest
- ServerRequest::getHeaderLine() — Method in class ServerRequest
- ServerRequest::getBody() — Method in class ServerRequest
- ServerRequest::getRequestTarget() — Method in class ServerRequest
- ServerRequest::getMethod() — Method in class ServerRequest
- ServerRequest::getUri() — Method in class ServerRequest
- ServerRequest::getServerParams() — Method in class ServerRequest
- ServerRequest::getCookieParams() — Method in class ServerRequest
- ServerRequest::getQueryParams() — Method in class ServerRequest
- ServerRequest::getUploadedFiles() — Method in class ServerRequest
- ServerRequest::getParsedBody() — Method in class ServerRequest
- ServerRequest::getAttributes() — Method in class ServerRequest
- ServerRequest::getAttribute() — Method in class ServerRequest
- ServerRequest::getParam() — Method in class ServerRequest
- ServerRequest::getParsedBodyParam() — Method in class ServerRequest
- ServerRequest::getQueryParam() — Method in class ServerRequest
- ServerRequest::getRoute() — Method in class ServerRequest
- ServerRequest::getParsedBodyParamAsString() — Method in class ServerRequest
- ServerRequest::getParsedBodyParamAsStringOrNull() — Method in class ServerRequest
- Language::getNativeName() — Method in class Language
Returns native name for language
- Language::getEnglishName() — Method in class Language
Returns English name for language
- Language::getName() — Method in class Language
Returns verbose name for language
- Language::getCode() — Method in class Language
Returns language code
- Language::getMySQLLocale() — Method in class Language
Returns MySQL locale code, can be empty
- LanguageManager::getInstance() — Method in class LanguageManager
Returns LanguageManager singleton
- LanguageManager::getLanguage() — Method in class LanguageManager
Return Language object for given code
- LanguageManager::getCurrentLanguage() — Method in class LanguageManager
Return currently active Language object
- DatabaseName::getName() — Method in class DatabaseName
- Identifier::getName() — Method in class Identifier
- TableName::getName() — Method in class TableName
- TriggerName::getName() — Method in class TriggerName
- ImageWrapper::getImage() — Method in class ImageWrapper
- Import::getNextChunk() — Method in class Import
Returns next part of imported file/buffer
- Import::getColumnAlphaName() — Method in class Import
Returns the "Excel" column name (i.e. 1 = "A", 26 = "Z", 27 = "AA", etc.)
- Import::getColumnNumberFromName() — Method in class Import
Returns the column number based on the Excel name.
- Import::getCompressions() — Method in class Import
- Import::getLocalFiles() — Method in class Import
- Import::getNextAvailableTableName() — Method in class Import
- $ ImportSettings#goSql — Property in class ImportSettings
- SimulateDml::getError() — Method in class SimulateDml
- SimulateDml::getMatchedRows() — Method in class SimulateDml
Find the matching rows for UPDATE/DELETE query.
- Index::getFromTable() — Method in class Index
returns an array with all indexes from the given table
- Index::getFromTableByChoice() — Method in class Index
Returns an array with all indexes from the given table of the requested types
- Index::getPrimary() — Method in class Index
- Index::getColumnCount() — Method in class Index
Returns the number of columns of the index
- Index::getComment() — Method in class Index
Returns the index comment
- Index::getRemarks() — Method in class Index
Returns index remarks
- Index::getKeyBlockSize() — Method in class Index
Return the key block size
- Index::getParser() — Method in class Index
Return the parser
- Index::getComments() — Method in class Index
Returns concatenated remarks and comment
- Index::getType() — Method in class Index
Returns index type (BTREE, HASH, RTREE)
- Index::getChoice() — Method in class Index
Returns index choice (PRIMARY, UNIQUE, INDEX, SPATIAL, FULLTEXT)
- Index::getIndexTypes() — Method in class Index
Returns a lit of all index types
- Index::getPacked() — Method in class Index
Returns how the index is packed
- Index::getNonUnique() — Method in class Index
Returns bool false if the index cannot contain duplicates, true if it can
- Index::getName() — Method in class Index
Returns the name of the index
- Index::getColumns() — Method in class Index
Returns the columns of the index
- Index::getCompareData() — Method in class Index
Gets the properties in an array for comparison purposes
- IndexColumn::getExpression() — Method in class IndexColumn
The Index expression if it has one
- IndexColumn::getName() — Method in class IndexColumn
Returns the column name
- IndexColumn::getCollation() — Method in class IndexColumn
Return the column collation
- IndexColumn::getCardinality() — Method in class IndexColumn
Returns the cardinality of the column
- IndexColumn::getNull() — Method in class IndexColumn
Returns the text whether the column is nullable
- IndexColumn::getSeqInIndex() — Method in class IndexColumn
Returns the sequence number of the column in the index
- IndexColumn::getSubPart() — Method in class IndexColumn
Returns the number of indexed characters if the column is only partly indexed
- IndexColumn::getCompareData() — Method in class IndexColumn
Gets the properties in an array for comparison purposes
- InsertEdit::getFormParametersForInsertForm() — Method in class InsertEdit
Retrieve form parameters for insert/edit form
- InsertEdit::getContinueInsertionForm() — Method in class InsertEdit
get html for continue insertion form
- InsertEdit::getGotoInclude() — Method in class InsertEdit
set $goto_include variable for different cases and retrieve like, if UrlParams::$goto empty, if $goto_include previously not defined and new_insert, same_insert, edit_next
- InsertEdit::getErrorUrl() — Method in class InsertEdit
Defines the url to return in case of failure of the query
- InsertEdit::getDisplayValueForForeignTableColumn() — Method in class InsertEdit
Column to display from the foreign table?
- InsertEdit::getLinkForRelationalDisplayField() — Method in class InsertEdit
Display option in the cell according to user choices
- InsertEdit::getQueryValueForInsert() — Method in class InsertEdit
Get query values array and query fields array for insert and update in multi edit
- InsertEdit::getQueryValueForUpdate() — Method in class InsertEdit
Get field-value pairs for update SQL.
- InsertEdit::getTableColumns() — Method in class InsertEdit
Function to get the columns of a table
- InsertEdit::getCommentsMap() — Method in class InsertEdit
Function to get comments for the table columns
- InsertEdit::getHtmlForIgnoreOption() — Method in class InsertEdit
Function to get html for the ignore option in insert mode
- InsertEdit::getHtmlForInsertEditFormHeader() — Method in class InsertEdit
Function to get html for the insert edit form header
- InsertEdit::getHtmlForInsertEditRow() — Method in class InsertEdit
Function to get html for each insert/edit row
- InsertEdit::getColumnDefaultValues() — Method in class InsertEdit
- Linter::getLines() — Method in class Linter
Gets the starting position of each line.
- ListDatabase::getList() — Method in class ListDatabase
- Logging::getLogDestination() — Method in class Logging
Get authentication logging destination
- Logging::getLogMessage() — Method in class Logging
Generate log message for authentication logging
- Menu::getDisplay() — Method in class Menu
Returns the menu and the breadcrumbs as a string
- Message::getMessageForAffectedRows() — Method in class Message
get Message for type of affected rows
- Message::getMessageForDeletedRows() — Method in class Message
get Message for type of deleted rows
- Message::getMessageForInsertedRows() — Method in class Message
get Message for type of inserted rows
- Message::getParams() — Method in class Message
return all parameters
- Message::getAddedMessages() — Method in class Message
return all added messages
- Message::getHash() — Method in class Message
returns unique Message::$hash, if not exists it will be created
- Message::getMessage() — Method in class Message
returns compiled message
- Message::getOnlyMessage() — Method in class Message
Returns only message string without image & other HTML.
- Message::getString() — Method in class Message
returns Message::$string
- Message::getLevel() — Method in class Message
- Message::getContext() — Method in class Message
- Message::getDisplay() — Method in class Message
returns HTML code for displaying this message
- Message::getMessageWithIcon() — Method in class Message
Returns the message with corresponding image icon
- Navigation::getDisplay() — Method in class Navigation
Renders the navigation tree, or part of it
- Navigation::getItemUnhideDialog() — Method in class Navigation
Returns HTML for the dialog to show hidden navigation items.
- NavigationTree::groupTree() — Method in class NavigationTree
Recursively groups tree nodes given a separator
- NavigationTree::groupNode() — Method in class NavigationTree
Recursively groups tree nodes given a separator
- Node::getInstanceForNewNode() — Method in class Node
Instantiates a Node object that will be used only for "New db/table/etc.." objects
- Node::getChild() — Method in class Node
Returns a child node given it's name
- Node::getRealParent() — Method in class Node
Returns the actual parent of a node. If used twice on an index or columns node, it will return the table and database nodes. The names of the returned nodes can be used in SQL queries, etc.
- Node::getPaths() — Method in class Node
Returns the actual path and the virtual paths for a node both as clean arrays and base64 encoded strings
- Node::getData() — Method in class Node
Returns the names of children of type $type present inside this container This method is overridden by the PhpMyAdmin\Navigation\Nodes\NodeDatabase and PhpMyAdmin\Navigation\Nodes\NodeTable classes
- Node::getPresence() — Method in class Node
Returns the number of children of type $type present inside this container This method is overridden by the PhpMyAdmin\Navigation\Nodes\NodeDatabase and PhpMyAdmin\Navigation\Nodes\NodeTable classes
- Node::getHtmlForControlButtons() — Method in class Node
Returns HTML for control buttons displayed infront of a node
- Node::getCssClasses() — Method in class Node
Returns CSS classes for a node
- Node::getIcon() — Method in class Node
Returns icon for the node
- Node::getNavigationHidingData() — Method in class Node
Gets the count of hidden elements for each database
- NodeDatabase::getPresence() — Method in class NodeDatabase
Returns the number of children of type $type present inside this container This method is overridden by the PhpMyAdmin\Navigation\Nodes\NodeDatabase and PhpMyAdmin\Navigation\Nodes\NodeTable classes
- NodeDatabase::getData() — Method in class NodeDatabase
Returns the names of children of type $type present inside this container This method is overridden by the PhpMyAdmin\Navigation\Nodes\NodeDatabase and PhpMyAdmin\Navigation\Nodes\NodeTable classes
- NodeDatabase::getHiddenItems() — Method in class NodeDatabase
Return list of hidden items of given type
- NodeDatabase::getHtmlForControlButtons() — Method in class NodeDatabase
Returns HTML for control buttons displayed infront of a node
- NodeDatabase::getHiddenCount() — Method in class NodeDatabase
Returns the number of hidden items in this database
- NodeDatabaseChild::getItemType() — Method in class NodeDatabaseChild
Returns the type of the item represented by the node.
- NodeDatabaseChild::getHtmlForControlButtons() — Method in class NodeDatabaseChild
Returns HTML for control buttons displayed infront of a node
- NodeDatabaseChildContainer::getItemType() — Method in class NodeDatabaseChildContainer
Returns the type of the item represented by the node.
- NodeEvent::getItemType() — Method in class NodeEvent
Returns the type of the item represented by the node.
- NodeFunction::getItemType() — Method in class NodeFunction
Returns the type of the item represented by the node.
- NodeProcedure::getItemType() — Method in class NodeProcedure
Returns the type of the item represented by the node.
- NodeTable::getPresence() — Method in class NodeTable
Returns the number of children of type $type present inside this container This method is overridden by the PhpMyAdmin\Navigation\Nodes\NodeDatabase and PhpMyAdmin\Navigation\Nodes\NodeTable classes
- NodeTable::getData() — Method in class NodeTable
Returns the names of children of type $type present inside this container This method is overridden by the PhpMyAdmin\Navigation\Nodes\NodeDatabase and PhpMyAdmin\Navigation\Nodes\NodeTable classes
- NodeTable::getItemType() — Method in class NodeTable
Returns the type of the item represented by the node.
- NodeView::getItemType() — Method in class NodeView
Returns the type of the item represented by the node.
- ObjectFetcher::getTables() — Method in class ObjectFetcher
Returns the list of tables inside this database
- ObjectFetcher::getViews() — Method in class ObjectFetcher
Returns the list of views inside this database
- ObjectFetcher::getProcedures() — Method in class ObjectFetcher
Returns the list of procedures inside this database
- ObjectFetcher::getFunctions() — Method in class ObjectFetcher
Returns the list of functions inside this database
- ObjectFetcher::getEvents() — Method in class ObjectFetcher
Returns the list of events inside this database
- Normalization::getHtmlForColumnsList() — Method in class Normalization
build the html for columns of $colTypeCategory category in form of given $listType in a table
- Normalization::getHtmlForCreateNewColumn() — Method in class Normalization
get the html of the form to add the new column to given table
- Normalization::getHtmlFor1NFStep1() — Method in class Normalization
build the html for step 1.1 of normalization
- Normalization::getHtmlContentsFor1NFStep2() — Method in class Normalization
build the html contents of various html elements in step 1.2
- Normalization::getHtmlContentsFor1NFStep4() — Method in class Normalization
build the html contents of various html elements in step 1.4
- Normalization::getHtmlContentsFor1NFStep3() — Method in class Normalization
build the html contents of various html elements in step 1.3
- Normalization::getHtmlFor2NFstep1() — Method in class Normalization
build html contents for 2NF step 2.1
- Normalization::getHtmlForNewTables2NF() — Method in class Normalization
build the html for showing the tables to have in order to put current table in 2NF
- Normalization::getHtmlForNewTables3NF() — Method in class Normalization
build the html for showing the new tables to have in order to put given tables in 3NF
- Normalization::getHtmlFor3NFstep1() — Method in class Normalization
build html for 3NF step 1 to find the transitive dependencies
- Operations::getViewsAndCreateSqlViewStandIn() — Method in class Operations
Get views as an array and create SQL view stand-in
- Operations::getPossibleRowFormat() — Method in class Operations
Get array of possible row formats
- Operations::getPartitionMaintenanceChoices() — Method in class Operations
- Operations::getForeignersForReferentialIntegrityCheck() — Method in class Operations
- Operations::getTableAltersArray() — Method in class Operations
Get table alters array
- Operations::getWarningMessagesArray() — Method in class Operations
Get warning messages array
- Partition::getDescription() — Method in class Partition
Returns the partition description
- Partition::getRows() — Method in class Partition
Returns the number of data rows
- Partition::getDataLength() — Method in class Partition
Returns the total data length
- Partition::getIndexLength() — Method in class Partition
Returns the total index length
- Partition::getSubPartitions() — Method in class Partition
Returns the list of sub partitions
- Partition::getPartitions() — Method in class Partition
Returns array of partitions for a specific db/table
- Partition::getPartitionNames() — Method in class Partition
returns array of partition names for a specific db/table
- Partition::getPartitionMethod() — Method in class Partition
returns the partition method used by the table.
- SubPartition::getName() — Method in class SubPartition
Return the partition name
- SubPartition::getOrdinal() — Method in class SubPartition
Return the ordinal of the partition
- SubPartition::getMethod() — Method in class SubPartition
Returns the partition method
- SubPartition::getExpression() — Method in class SubPartition
Returns the partition expression
- SubPartition::getRows() — Method in class SubPartition
Returns the number of data rows
- SubPartition::getDataLength() — Method in class SubPartition
Returns the data length
- SubPartition::getIndexLength() — Method in class SubPartition
Returns the index length
- SubPartition::getComment() — Method in class SubPartition
Returns the partition comment
- TablePartitionDefinition::getDetails() — Method in class TablePartitionDefinition
- Plugins::getPlugin() — Method in class Plugins
Instantiates the specified plugin type for a certain format
- Plugins::getExport() — Method in class Plugins
- Plugins::getImport() — Method in class Plugins
- Plugins::getSchema() — Method in class Plugins
- Plugins::getString() — Method in class Plugins
Returns locale string for $name or $name if no locale is found
- Plugins::getDefault() — Method in class Plugins
Returns default value for option $opt
- Plugins::getChoice() — Method in class Plugins
- Plugins::getHtmlForProperty() — Method in class Plugins
Get HTML for properties items
- Plugins::getOptions() — Method in class Plugins
Returns html div with editable options for plugin
- AuthenticationHttp::getLoginFormURL() — Method in class AuthenticationHttp
Returns URL for login form.
- AuthenticationSignon::getLoginFormURL() — Method in class AuthenticationSignon
Returns URL for login form.
- AuthenticationPlugin::getLoginFormURL() — Method in class AuthenticationPlugin
Returns URL for login form.
- AuthenticationPlugin::getErrorMessage() — Method in class AuthenticationPlugin
Returns error message for failed authentication.
- ExportPlugin::getTableDefStandIn() — Method in class ExportPlugin
Returns a stand-in CREATE definition to resolve view dependencies
- ExportPlugin::getProperties() — Method in class ExportPlugin
Gets the export specific format plugin properties
- ExportPlugin::getAlias() — Method in class ExportPlugin
Search for alias of a identifier.
- ExportPlugin::getRelationString() — Method in class ExportPlugin
Gives the relation string and also substitutes with alias if required in this format: [Foreign Table] ([Foreign Field])
- ExportPlugin::getStructureOrData() — Method in class ExportPlugin
- ExportCodegen::getName() — Method in class ExportCodegen
- ExportCsv::getName() — Method in class ExportCsv
- ExportExcel::getName() — Method in class ExportExcel
- ExportHtmlword::getName() — Method in class ExportHtmlword
- ExportHtmlword::getTableDefStandIn() — Method in class ExportHtmlword
Returns a stand-in CREATE definition to resolve view dependencies
- ExportHtmlword::getTableDef() — Method in class ExportHtmlword
Returns $table's CREATE definition
- ExportHtmlword::getTriggers() — Method in class ExportHtmlword
Outputs triggers
- ExportJson::getName() — Method in class ExportJson
- ExportLatex::getName() — Method in class ExportLatex
- ExportMediawiki::getName() — Method in class ExportMediawiki
- ExportOds::getName() — Method in class ExportOds
- ExportOdt::getName() — Method in class ExportOdt
- ExportOdt::getTableDefStandIn() — Method in class ExportOdt
Returns a stand-in CREATE definition to resolve view dependencies
- ExportOdt::getTableDef() — Method in class ExportOdt
Returns $table's CREATE definition
- ExportOdt::getTriggers() — Method in class ExportOdt
Outputs triggers
- ExportPdf::getName() — Method in class ExportPdf
- ExportPhparray::getName() — Method in class ExportPhparray
- ExportSql::getName() — Method in class ExportSql
- ExportSql::getTableDefStandIn() — Method in class ExportSql
Returns a stand-in CREATE definition to resolve view dependencies
- ExportSql::getTableDef() — Method in class ExportSql
Returns $table's CREATE definition
- ExportSql::generateComment() — Method in class ExportSql
Generate comment
- ExportTexytext::getName() — Method in class ExportTexytext
- ExportTexytext::getTableDefStandIn() — Method in class ExportTexytext
Returns a stand-in CREATE definition to resolve view dependencies
- ExportTexytext::getTableDef() — Method in class ExportTexytext
Returns $table's CREATE definition
- ExportTexytext::getTriggers() — Method in class ExportTexytext
Outputs triggers
- ExportXml::getName() — Method in class ExportXml
- ExportYaml::getName() — Method in class ExportYaml
- Pdf::getTriggers() — Method in class Pdf
Prints triggers
- Pdf::getTableDef() — Method in class Pdf
Print $table's CREATE definition
- TableProperty::getPureType() — Method in class TableProperty
Gets the pure type
- TableProperty::getDotNetPrimitiveType() — Method in class TableProperty
Gets the .NET primitive type
- TableProperty::getDotNetObjectType() — Method in class TableProperty
Gets the .NET object type
- TableProperty::getIndexName() — Method in class TableProperty
Gets the index name
- IOTransformationsPlugin::getInputHtml() — Method in class IOTransformationsPlugin
Returns the html for input field to override default textarea.
- IOTransformationsPlugin::getScripts() — Method in class IOTransformationsPlugin
Returns the array of scripts (filename) required for plugin initialization and handling
- IOTransformationsPlugin::getError() — Method in class IOTransformationsPlugin
Returns the error message
- ImportPlugin::getProperties() — Method in class ImportPlugin
Gets the import specific format plugin properties
- AbstractImportCsv::getGeneralOptions() — Method in class AbstractImportCsv
- ImportCsv::getName() — Method in class ImportCsv
- ImportLdi::getName() — Method in class ImportLdi
- ImportMediawiki::getName() — Method in class ImportMediawiki
- ImportOds::getName() — Method in class ImportOds
- ImportOds::getValue() — Method in class ImportOds
Get value
- ImportShp::getName() — Method in class ImportShp
- ImportSql::getName() — Method in class ImportSql
- ImportXml::getName() — Method in class ImportXml
- UploadNoplugin::getIdKey() — Method in class UploadNoplugin
Gets the specific upload ID Key
- UploadNoplugin::getUploadStatus() — Method in class UploadNoplugin
Returns upload status.
- UploadProgress::getIdKey() — Method in class UploadProgress
Gets the specific upload ID Key
- UploadProgress::getUploadStatus() — Method in class UploadProgress
Returns upload status.
- UploadSession::getIdKey() — Method in class UploadSession
Gets the specific upload ID Key
- UploadSession::getUploadStatus() — Method in class UploadSession
Returns upload status.
- Plugin::getName() — Method in class Plugin
- Plugin::getProperties() — Method in class Plugin
- SchemaPlugin::getProperties() — Method in class SchemaPlugin
Gets the export specific format plugin properties
- SchemaPlugin::getExportInfo() — Method in class SchemaPlugin
- SchemaPlugin::getPaperSizeArray() — Method in class SchemaPlugin
Returns the array of paper sizes
- Dia::getOutputData() — Method in class Dia
- DiaRelationSchema::getExportInfo() — Method in class DiaRelationSchema
- Eps::getFont() — Method in class Eps
Get the font
- Eps::getFontSize() — Method in class Eps
Get the font Size
- Eps::getOutputData() — Method in class Eps
- EpsRelationSchema::getExportInfo() — Method in class EpsRelationSchema
- ExportRelationSchema::getPageNumber() — Method in class ExportRelationSchema
Returns the schema page number
- ExportRelationSchema::getOrientation() — Method in class ExportRelationSchema
Returns orientation
- ExportRelationSchema::getPaper() — Method in class ExportRelationSchema
Returns the paper size
- ExportRelationSchema::getTablesFromRequest() — Method in class ExportRelationSchema
Get the table names from the request
- ExportRelationSchema::getFileName() — Method in class ExportRelationSchema
- Pdf::getOutputData() — Method in class Pdf
- PdfRelationSchema::getTableOrder() — Method in class PdfRelationSchema
Returns the order of the table in data dictionary
- PdfRelationSchema::getExportInfo() — Method in class PdfRelationSchema
- TableStatsPdf::getTitle() — Method in class TableStatsPdf
Returns title of the current table, title can have the dimensions of the table
- SchemaDia::getName() — Method in class SchemaDia
- SchemaDia::getExportInfo() — Method in class SchemaDia
- SchemaEps::getName() — Method in class SchemaEps
- SchemaEps::getExportInfo() — Method in class SchemaEps
- SchemaPdf::getName() — Method in class SchemaPdf
- SchemaPdf::getExportInfo() — Method in class SchemaPdf
- SchemaSvg::getName() — Method in class SchemaSvg
- SchemaSvg::getExportInfo() — Method in class SchemaSvg
- Svg::getFont() — Method in class Svg
Get document font
- Svg::getFontSize() — Method in class Svg
Get document font size
- Svg::getOutputData() — Method in class Svg
- SvgRelationSchema::getExportInfo() — Method in class SvgRelationSchema
- TableStats::getTitle() — Method in class TableStats
Returns title of the current table, title can have the dimensions/co-ordinates of the table
- TransformationsInterface::getInfo() — Method in class TransformationsInterface
Gets the transformation description
- TransformationsInterface::getMIMEType() — Method in class TransformationsInterface
Gets the specific MIME type
- TransformationsInterface::getMIMESubtype() — Method in class TransformationsInterface
Gets the specific MIME subtype
- TransformationsInterface::getName() — Method in class TransformationsInterface
Gets the transformation name of the specific plugin
- TransformationsPlugin::getOptions() — Method in class TransformationsPlugin
Returns passed options or default values if they were not set
- Bool2TextTransformationsPlugin::getInfo() — Method in class Bool2TextTransformationsPlugin
Gets the transformation description of the specific plugin
- Bool2TextTransformationsPlugin::getName() — Method in class Bool2TextTransformationsPlugin
Gets the transformation name of the specific plugin
- CodeMirrorEditorTransformationPlugin::getInputHtml() — Method in class CodeMirrorEditorTransformationPlugin
Returns the html for input field to override default textarea.
- DateFormatTransformationsPlugin::getInfo() — Method in class DateFormatTransformationsPlugin
Gets the transformation description of the specific plugin
- DateFormatTransformationsPlugin::getName() — Method in class DateFormatTransformationsPlugin
Gets the transformation name of the specific plugin
- DownloadTransformationsPlugin::getInfo() — Method in class DownloadTransformationsPlugin
Gets the transformation description of the specific plugin
- DownloadTransformationsPlugin::getName() — Method in class DownloadTransformationsPlugin
Gets the transformation name of the specific plugin
- ExternalTransformationsPlugin::getInfo() — Method in class ExternalTransformationsPlugin
Gets the transformation description of the specific plugin
- ExternalTransformationsPlugin::getName() — Method in class ExternalTransformationsPlugin
Gets the transformation name of the specific plugin
- FormattedTransformationsPlugin::getInfo() — Method in class FormattedTransformationsPlugin
Gets the transformation description of the specific plugin
- FormattedTransformationsPlugin::getName() — Method in class FormattedTransformationsPlugin
Gets the transformation name of the specific plugin
- HexTransformationsPlugin::getInfo() — Method in class HexTransformationsPlugin
Gets the transformation description of the specific plugin
- HexTransformationsPlugin::getName() — Method in class HexTransformationsPlugin
Gets the transformation name of the specific plugin
- ImageLinkTransformationsPlugin::getInfo() — Method in class ImageLinkTransformationsPlugin
Gets the transformation description of the specific plugin
- ImageLinkTransformationsPlugin::getName() — Method in class ImageLinkTransformationsPlugin
Gets the transformation name of the specific plugin
- ImageUploadTransformationsPlugin::getInfo() — Method in class ImageUploadTransformationsPlugin
Gets the transformation description of the specific plugin
- ImageUploadTransformationsPlugin::getInputHtml() — Method in class ImageUploadTransformationsPlugin
Returns the html for input field to override default textarea.
- ImageUploadTransformationsPlugin::getScripts() — Method in class ImageUploadTransformationsPlugin
Returns the array of scripts (filename) required for plugin initialization and handling
- ImageUploadTransformationsPlugin::getName() — Method in class ImageUploadTransformationsPlugin
Gets the transformation name of the specific plugin
- InlineTransformationsPlugin::getInfo() — Method in class InlineTransformationsPlugin
Gets the transformation description of the specific plugin
- InlineTransformationsPlugin::getName() — Method in class InlineTransformationsPlugin
Gets the transformation name of the specific plugin
- LongToIPv4TransformationsPlugin::getInfo() — Method in class LongToIPv4TransformationsPlugin
Gets the transformation description of the specific plugin
- LongToIPv4TransformationsPlugin::getName() — Method in class LongToIPv4TransformationsPlugin
Gets the transformation name of the specific plugin
- PreApPendTransformationsPlugin::getInfo() — Method in class PreApPendTransformationsPlugin
Gets the transformation description of the specific plugin
- PreApPendTransformationsPlugin::getName() — Method in class PreApPendTransformationsPlugin
Gets the transformation name of the specific plugin
- RegexValidationTransformationsPlugin::getInfo() — Method in class RegexValidationTransformationsPlugin
Gets the transformation description of the specific plugin
- RegexValidationTransformationsPlugin::getName() — Method in class RegexValidationTransformationsPlugin
Gets the transformation name of the specific plugin
- SQLTransformationsPlugin::getInfo() — Method in class SQLTransformationsPlugin
Gets the transformation description of the specific plugin
- SQLTransformationsPlugin::getName() — Method in class SQLTransformationsPlugin
Gets the transformation name of the specific plugin
- SubstringTransformationsPlugin::getInfo() — Method in class SubstringTransformationsPlugin
Gets the transformation description of the specific plugin
- SubstringTransformationsPlugin::getName() — Method in class SubstringTransformationsPlugin
Gets the transformation name of the specific plugin
- TextFileUploadTransformationsPlugin::getInfo() — Method in class TextFileUploadTransformationsPlugin
Gets the transformation description of the specific plugin
- TextFileUploadTransformationsPlugin::getInputHtml() — Method in class TextFileUploadTransformationsPlugin
Returns the html for input field to override default textarea.
- TextFileUploadTransformationsPlugin::getName() — Method in class TextFileUploadTransformationsPlugin
Gets the transformation name of the specific plugin
- TextImageLinkTransformationsPlugin::getInfo() — Method in class TextImageLinkTransformationsPlugin
Gets the transformation description of the specific plugin
- TextImageLinkTransformationsPlugin::getName() — Method in class TextImageLinkTransformationsPlugin
Gets the transformation name of the specific plugin
- TextLinkTransformationsPlugin::getInfo() — Method in class TextLinkTransformationsPlugin
Gets the transformation description of the specific plugin
- TextLinkTransformationsPlugin::getName() — Method in class TextLinkTransformationsPlugin
Gets the transformation name of the specific plugin
- Image_JPEG_Upload::getMIMEType() — Method in class Image_JPEG_Upload
Gets the plugin`s MIME type
- Image_JPEG_Upload::getMIMESubtype() — Method in class Image_JPEG_Upload
Gets the plugin`s MIME subtype
- Text_Plain_FileUpload::getMIMEType() — Method in class Text_Plain_FileUpload
Gets the plugin`s MIME type
- Text_Plain_FileUpload::getMIMESubtype() — Method in class Text_Plain_FileUpload
Gets the plugin`s MIME subtype
- Text_Plain_Iptobinary::getInfo() — Method in class Text_Plain_Iptobinary
Gets the transformation description of the plugin
- Text_Plain_Iptobinary::getInputHtml() — Method in class Text_Plain_Iptobinary
Returns the html for input field to override default textarea.
- Text_Plain_Iptobinary::getName() — Method in class Text_Plain_Iptobinary
Gets the transformation name of the plugin
- Text_Plain_Iptobinary::getMIMEType() — Method in class Text_Plain_Iptobinary
Gets the plugin`s MIME type
- Text_Plain_Iptobinary::getMIMESubtype() — Method in class Text_Plain_Iptobinary
Gets the plugin`s MIME subtype
- Text_Plain_Iptolong::getInfo() — Method in class Text_Plain_Iptolong
Gets the transformation description of the plugin
- Text_Plain_Iptolong::getInputHtml() — Method in class Text_Plain_Iptolong
Returns the html for input field to override default textarea.
- Text_Plain_Iptolong::getName() — Method in class Text_Plain_Iptolong
Gets the transformation name of the plugin
- Text_Plain_Iptolong::getMIMEType() — Method in class Text_Plain_Iptolong
Gets the plugin`s MIME type
- Text_Plain_Iptolong::getMIMESubtype() — Method in class Text_Plain_Iptolong
Gets the plugin`s MIME subtype
- Text_Plain_JsonEditor::getInfo() — Method in class Text_Plain_JsonEditor
Gets the transformation description of the specific plugin
- Text_Plain_JsonEditor::getScripts() — Method in class Text_Plain_JsonEditor
Returns the array of scripts (filename) required for plugin initialization and handling
- Text_Plain_JsonEditor::getName() — Method in class Text_Plain_JsonEditor
Gets the transformation name of the specific plugin
- Text_Plain_JsonEditor::getMIMEType() — Method in class Text_Plain_JsonEditor
Gets the plugin`s MIME type
- Text_Plain_JsonEditor::getMIMESubtype() — Method in class Text_Plain_JsonEditor
Gets the plugin`s MIME subtype
- Text_Plain_RegexValidation::getMIMEType() — Method in class Text_Plain_RegexValidation
Gets the plugin`s MIME type
- Text_Plain_RegexValidation::getMIMESubtype() — Method in class Text_Plain_RegexValidation
Gets the plugin`s MIME subtype
- Text_Plain_SqlEditor::getInfo() — Method in class Text_Plain_SqlEditor
Gets the transformation description of the specific plugin
- Text_Plain_SqlEditor::getScripts() — Method in class Text_Plain_SqlEditor
Returns the array of scripts (filename) required for plugin initialization and handling
- Text_Plain_SqlEditor::getName() — Method in class Text_Plain_SqlEditor
Gets the transformation name of the specific plugin
- Text_Plain_SqlEditor::getMIMEType() — Method in class Text_Plain_SqlEditor
Gets the plugin`s MIME type
- Text_Plain_SqlEditor::getMIMESubtype() — Method in class Text_Plain_SqlEditor
Gets the plugin`s MIME subtype
- Text_Plain_XmlEditor::getInfo() — Method in class Text_Plain_XmlEditor
Gets the transformation description of the specific plugin
- Text_Plain_XmlEditor::getScripts() — Method in class Text_Plain_XmlEditor
Returns the array of scripts (filename) required for plugin initialization and handling
- Text_Plain_XmlEditor::getName() — Method in class Text_Plain_XmlEditor
Gets the transformation name of the specific plugin
- Text_Plain_XmlEditor::getMIMEType() — Method in class Text_Plain_XmlEditor
Gets the plugin`s MIME type
- Text_Plain_XmlEditor::getMIMESubtype() — Method in class Text_Plain_XmlEditor
Gets the plugin`s MIME subtype
- Application_Octetstream_Download::getMIMEType() — Method in class Application_Octetstream_Download
Gets the plugin`s MIME type
- Application_Octetstream_Download::getMIMESubtype() — Method in class Application_Octetstream_Download
Gets the plugin`s MIME subtype
- Application_Octetstream_Hex::getMIMEType() — Method in class Application_Octetstream_Hex
Gets the plugin`s MIME type
- Application_Octetstream_Hex::getMIMESubtype() — Method in class Application_Octetstream_Hex
Gets the plugin`s MIME subtype
- Image_JPEG_Inline::getMIMEType() — Method in class Image_JPEG_Inline
Gets the plugin`s MIME type
- Image_JPEG_Inline::getMIMESubtype() — Method in class Image_JPEG_Inline
Gets the plugin`s MIME subtype
- Image_JPEG_Link::getMIMEType() — Method in class Image_JPEG_Link
Gets the plugin`s MIME type
- Image_JPEG_Link::getMIMESubtype() — Method in class Image_JPEG_Link
Gets the plugin`s MIME subtype
- Image_PNG_Inline::getMIMEType() — Method in class Image_PNG_Inline
Gets the plugin`s MIME type
- Image_PNG_Inline::getMIMESubtype() — Method in class Image_PNG_Inline
Gets the plugin`s MIME subtype
- Text_Octetstream_Sql::getMIMEType() — Method in class Text_Octetstream_Sql
Gets the plugin`s MIME type
- Text_Octetstream_Sql::getMIMESubtype() — Method in class Text_Octetstream_Sql
Gets the plugin`s MIME subtype
- Text_Plain_Binarytoip::getInfo() — Method in class Text_Plain_Binarytoip
Gets the transformation description of the plugin
- Text_Plain_Binarytoip::getName() — Method in class Text_Plain_Binarytoip
Gets the transformation name of the plugin
- Text_Plain_Binarytoip::getMIMEType() — Method in class Text_Plain_Binarytoip
Gets the plugin`s MIME type
- Text_Plain_Binarytoip::getMIMESubtype() — Method in class Text_Plain_Binarytoip
Gets the plugin`s MIME subtype
- Text_Plain_Bool2Text::getMIMEType() — Method in class Text_Plain_Bool2Text
Gets the plugin`s MIME type
- Text_Plain_Bool2Text::getMIMESubtype() — Method in class Text_Plain_Bool2Text
Gets the plugin`s MIME subtype
- Text_Plain_Dateformat::getMIMEType() — Method in class Text_Plain_Dateformat
Gets the plugin`s MIME type
- Text_Plain_Dateformat::getMIMESubtype() — Method in class Text_Plain_Dateformat
Gets the plugin`s MIME subtype
- Text_Plain_External::getMIMEType() — Method in class Text_Plain_External
Gets the plugin`s MIME type
- Text_Plain_External::getMIMESubtype() — Method in class Text_Plain_External
Gets the plugin`s MIME subtype
- Text_Plain_Formatted::getMIMEType() — Method in class Text_Plain_Formatted
Gets the plugin`s MIME type
- Text_Plain_Formatted::getMIMESubtype() — Method in class Text_Plain_Formatted
Gets the plugin`s MIME subtype
- Text_Plain_Imagelink::getMIMEType() — Method in class Text_Plain_Imagelink
Gets the plugin`s MIME type
- Text_Plain_Imagelink::getMIMESubtype() — Method in class Text_Plain_Imagelink
Gets the plugin`s MIME subtype
- Text_Plain_Json::getInfo() — Method in class Text_Plain_Json
Gets the transformation description of the specific plugin
- Text_Plain_Json::getMIMEType() — Method in class Text_Plain_Json
Gets the plugin`s MIME type
- Text_Plain_Json::getMIMESubtype() — Method in class Text_Plain_Json
Gets the plugin`s MIME subtype
- Text_Plain_Json::getName() — Method in class Text_Plain_Json
Gets the transformation name of the specific plugin
- Text_Plain_Sql::getMIMEType() — Method in class Text_Plain_Sql
Gets the plugin`s MIME type
- Text_Plain_Sql::getMIMESubtype() — Method in class Text_Plain_Sql
Gets the plugin`s MIME subtype
- Text_Plain_Xml::getInfo() — Method in class Text_Plain_Xml
Gets the transformation description of the specific plugin
- Text_Plain_Xml::getMIMEType() — Method in class Text_Plain_Xml
Gets the plugin`s MIME type
- Text_Plain_Xml::getMIMESubtype() — Method in class Text_Plain_Xml
Gets the plugin`s MIME subtype
- Text_Plain_Xml::getName() — Method in class Text_Plain_Xml
Gets the transformation name of the specific plugin
- Text_Plain_Link::getMIMEType() — Method in class Text_Plain_Link
Gets the plugin`s MIME type
- Text_Plain_Link::getMIMESubtype() — Method in class Text_Plain_Link
Gets the plugin`s MIME subtype
- Text_Plain_Longtoipv4::getMIMEType() — Method in class Text_Plain_Longtoipv4
Gets the plugin`s MIME type
- Text_Plain_Longtoipv4::getMIMESubtype() — Method in class Text_Plain_Longtoipv4
Gets the plugin`s MIME subtype
- Text_Plain_PreApPend::getMIMEType() — Method in class Text_Plain_PreApPend
Gets the plugin`s MIME type
- Text_Plain_PreApPend::getMIMESubtype() — Method in class Text_Plain_PreApPend
Gets the plugin`s MIME subtype
- Text_Plain_Substring::getMIMEType() — Method in class Text_Plain_Substring
Gets the plugin`s MIME type
- Text_Plain_Substring::getMIMESubtype() — Method in class Text_Plain_Substring
Gets the plugin`s MIME subtype
- TwoFactorPlugin::getError() — Method in class TwoFactorPlugin
Returns authentication error message
- TwoFactorPlugin::getName() — Method in class TwoFactorPlugin
Get user visible name
- TwoFactorPlugin::getDescription() — Method in class TwoFactorPlugin
Get user visible description
- TwoFactorPlugin::getAppId() — Method in class TwoFactorPlugin
Return an application ID
- $ Application#google2fa — Property in class Application
- Application::getGoogle2fa() — Method in class Application
- Application::getName() — Method in class Application
Get user visible name
- Application::getDescription() — Method in class Application
Get user visible description
- Invalid::getName() — Method in class Invalid
Get user visible name
- Invalid::getDescription() — Method in class Invalid
Get user visible description
- Key::getRegistrations() — Method in class Key
Returns array of U2F registration objects
- Key::getName() — Method in class Key
Get user visible name
- Key::getDescription() — Method in class Key
Get user visible description
- Simple::getName() — Method in class Simple
Get user visible name
- Simple::getDescription() — Method in class Simple
Get user visible description
- WebAuthn::getName() — Method in class WebAuthn
Get user visible name
- WebAuthn::getDescription() — Method in class WebAuthn
Get user visible description
- UploadInterface::getIdKey() — Method in class UploadInterface
Gets the specific upload ID Key
- UploadInterface::getUploadStatus() — Method in class UploadInterface
Returns upload status.
- Profiling::getInformation() — Method in class Profiling
- OptionsPropertyMainGroup::getItemType() — Method in class OptionsPropertyMainGroup
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- OptionsPropertyRootGroup::getItemType() — Method in class OptionsPropertyRootGroup
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- OptionsPropertySubgroup::getItemType() — Method in class OptionsPropertySubgroup
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- OptionsPropertySubgroup::getSubgroupHeader() — Method in class OptionsPropertySubgroup
- BoolPropertyItem::getItemType() — Method in class BoolPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- DocPropertyItem::getItemType() — Method in class DocPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- HiddenPropertyItem::getItemType() — Method in class HiddenPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- MessageOnlyPropertyItem::getItemType() — Method in class MessageOnlyPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- NumberPropertyItem::getItemType() — Method in class NumberPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- RadioPropertyItem::getItemType() — Method in class RadioPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- SelectPropertyItem::getItemType() — Method in class SelectPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- TextPropertyItem::getItemType() — Method in class TextPropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- OptionsPropertyGroup::getGroup() — Method in class OptionsPropertyGroup
Gets the instance of the class
- OptionsPropertyGroup::getProperties() — Method in class OptionsPropertyGroup
Gets the group of properties
- OptionsPropertyGroup::getNrOfProperties() — Method in class OptionsPropertyGroup
Gets the number of properties
- OptionsPropertyItem::getName() — Method in class OptionsPropertyItem
- OptionsPropertyItem::getText() — Method in class OptionsPropertyItem
- OptionsPropertyItem::getForce() — Method in class OptionsPropertyItem
- OptionsPropertyItem::getPropertyType() — Method in class OptionsPropertyItem
Returns the property type ( either "options", or "plugin" ).
- OptionsPropertyOneItem::getValues() — Method in class OptionsPropertyOneItem
Gets the values
- OptionsPropertyOneItem::getDoc() — Method in class OptionsPropertyOneItem
Gets MySQL documentation pointer
- OptionsPropertyOneItem::getLen() — Method in class OptionsPropertyOneItem
- OptionsPropertyOneItem::getSize() — Method in class OptionsPropertyOneItem
- ExportPluginProperties::getItemType() — Method in class ExportPluginProperties
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- ExportPluginProperties::getForceFile() — Method in class ExportPluginProperties
Gets the force file parameter
- ImportPluginProperties::getItemType() — Method in class ImportPluginProperties
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- ImportPluginProperties::getForceFile() — Method in class ImportPluginProperties
Whether each plugin has to be saved as a file
- PluginPropertyItem::getText() — Method in class PluginPropertyItem
- PluginPropertyItem::getExtension() — Method in class PluginPropertyItem
- PluginPropertyItem::getOptions() — Method in class PluginPropertyItem
- PluginPropertyItem::getOptionsText() — Method in class PluginPropertyItem
- PluginPropertyItem::getMimeType() — Method in class PluginPropertyItem
- PluginPropertyItem::getPropertyType() — Method in class PluginPropertyItem
Returns the property type ( either "options", or "plugin" ).
- PluginPropertyItem::getForceFile() — Method in class PluginPropertyItem
Whether each plugin has to be saved as a file
- SchemaPluginProperties::getItemType() — Method in class SchemaPluginProperties
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- SchemaPluginProperties::getForceFile() — Method in class SchemaPluginProperties
Whether each plugin has to be saved as a file
- PropertyItem::getPropertyType() — Method in class PropertyItem
Returns the property type ( either "Options", or "Plugin" ).
- PropertyItem::getItemType() — Method in class PropertyItem
Returns the property item type of either an instance of
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem ( f.e. "bool", "text", "radio", etc ) or
- PhpMyAdmin\Properties\Options\OptionsPropertyGroup ( "root", "main" or "subgroup" )
- PhpMyAdmin\Properties\Plugins\PluginPropertyItem ( "export", "import", "transformations" )
- PropertyItem::getGroup() — Method in class PropertyItem
Only overwritten in the PhpMyAdmin\Properties\Options\OptionsPropertyGroup class: Used to tell whether we can use the current item as a group by calling the addProperty() or removeProperty() methods, which are not available for simple PhpMyAdmin\Properties\Options\OptionsPropertyOneItem subclasses.
- MariaDbMySqlKbsProvider::getVariableType() — Method in class MariaDbMySqlKbsProvider
- MariaDbMySqlKbsProvider::getStaticVariables() — Method in class MariaDbMySqlKbsProvider
- MariaDbMySqlKbsProvider::getDocLinkByNameMariaDb() — Method in class MariaDbMySqlKbsProvider
- MariaDbMySqlKbsProvider::getDocLinkByNameMysql() — Method in class MariaDbMySqlKbsProvider
- ServerVariablesProvider::getImplementation() — Method in class ServerVariablesProvider
- ServerVariablesProviderInterface::getVariableType() — Method in class ServerVariablesProviderInterface
- ServerVariablesProviderInterface::getStaticVariables() — Method in class ServerVariablesProviderInterface
- ServerVariablesProviderInterface::getDocLinkByNameMariaDb() — Method in class ServerVariablesProviderInterface
- ServerVariablesProviderInterface::getDocLinkByNameMysql() — Method in class ServerVariablesProviderInterface
- VoidProvider::getVariableType() — Method in class VoidProvider
- VoidProvider::getStaticVariables() — Method in class VoidProvider
- VoidProvider::getDocLinkByNameMariaDb() — Method in class VoidProvider
- VoidProvider::getDocLinkByNameMysql() — Method in class VoidProvider
- Cache::getCachedTableContent() — Method in class Cache
Get a cached value from table cache.
- Compatibility::getISCompatForGetTablesFull() — Method in class Compatibility
- Compatibility::getISCompatForGetColumnsFull() — Method in class Compatibility
- Compatibility::getShowBinLogStatusStmt() — Method in class Compatibility
- Generator — Class in namespace PhpMyAdmin\Query
Handles generating SQL queries
- Generator::getTableNameCondition() — Method in class Generator
returns a segment of the SQL WHERE clause regarding table name
- Generator::getTableNameConditionForMultiple() — Method in class Generator
returns a segment of the SQL WHERE clause regarding table name
- Generator::getTableTypeCondition() — Method in class Generator
returns a segment of the SQL WHERE clause regarding table type
- Generator::getSqlForTablesFull() — Method in class Generator
returns the beginning of the SQL statement to fetch the list of tables
- Generator::getTableIndexesSql() — Method in class Generator
Returns SQL for fetching information on table indexes (SHOW INDEXES)
- Generator::getColumnsSql() — Method in class Generator
Returns SQL query for fetching columns for a table
- Generator::getInformationSchemaRoutinesRequest() — Method in class Generator
- Generator::getInformationSchemaEventsRequest() — Method in class Generator
- Generator::getInformationSchemaTriggersRequest() — Method in class Generator
- Generator::getCreateTrigger() — Method in class Generator
- Generator::getInformationSchemaDataForCreateRequest() — Method in class Generator
- Generator::getInformationSchemaDataForGranteeRequest() — Method in class Generator
- Generator::getInformationSchemaForeignKeyConstraintsRequest() — Method in class Generator
- Generator::getInformationSchemaDatabasesFullRequest() — Method in class Generator
- Generator::getInformationSchemaColumnsFullRequest() — Method in class Generator
- Generator::getInformationSchemaColumns() — Method in class Generator
- Generator::getSqlQueryForIndexRename() — Method in class Generator
Function to get sql query for renaming the index using SQL RENAME INDEX Syntax
- Generator::getQueryForReorderingTable() — Method in class Generator
Function to get sql query to re-order the table
- Generator::getQueryForPartitioningTable() — Method in class Generator
Function to get sql query to partition the table
- Generator::getAddIndexSql() — Method in class Generator
- Generator::getAddPrimaryKeyStatement() — Method in class Generator
- Utilities::getSystemSchemas() — Method in class Utilities
Get the list of system schemas
- ReplicationGui::getHtmlForErrorMessage() — Method in class ReplicationGui
returns HTML for error message
- ReplicationGui::getHtmlForPrimaryReplication() — Method in class ReplicationGui
returns HTML for primary replication
- ReplicationGui::getHtmlForPrimaryConfiguration() — Method in class ReplicationGui
returns HTML for primary replication configuration
- ReplicationGui::getHtmlForReplicaConfiguration() — Method in class ReplicationGui
returns HTML for replica replication configuration
- ReplicationGui::getHtmlForReplicationDbMultibox() — Method in class ReplicationGui
returns HTML code for selecting databases
- ReplicationGui::getHtmlForReplicationChangePrimary() — Method in class ReplicationGui
returns HTML for changing primary
- ReplicationGui::getHtmlForReplicationStatusTable() — Method in class ReplicationGui
This function returns html code for table with replication status.
- ReplicationGui::getUsernameHostnameLength() — Method in class ReplicationGui
get the correct username and hostname lengths for this MySQL server
- ReplicationGui::getHtmlForReplicationPrimaryAddReplicaUser() — Method in class ReplicationGui
returns html code to add a replication replica user to the primary
- ReplicationInfo::getPrimaryStatus() — Method in class ReplicationInfo
- ReplicationInfo::getReplicaStatus() — Method in class ReplicationInfo
- ReplicationInfo::getPrimaryInfo() — Method in class ReplicationInfo
- ReplicationInfo::getReplicaInfo() — Method in class ReplicationInfo
- ResponseRenderer::getInstance() — Method in class ResponseRenderer
Returns the singleton object
- ResponseRenderer::getHeader() — Method in class ResponseRenderer
Returns a PhpMyAdmin\Header object
- ResponseRenderer::getSelfUrl() — Method in class ResponseRenderer
- ResponseRenderer::getFooterScripts() — Method in class ResponseRenderer
- Routing::getDispatcher() — Method in class Routing
- Routing::getCleanPathInfo() — Method in class Routing
PATH_INFO could be compromised if set, so remove it from PHP_SELF and provide a clean PHP_SELF here
- Sanitize::getJsValue() — Method in class Sanitize
Formats an javascript assignment with proper escaping of a value and support for assigning array of strings.
- Scripts::getFiles() — Method in class Scripts
Returns a list with filenames and a flag to indicate whether to register onload events for this file
- Scripts::getDisplay() — Method in class Scripts
Renders all the JavaScript file inclusions, code and events
- Plugin::getName() — Method in class Plugin
- Plugin::getVersion() — Method in class Plugin
- Plugin::getStatus() — Method in class Plugin
- Plugin::getType() — Method in class Plugin
- Plugin::getTypeVersion() — Method in class Plugin
- Plugin::getLibrary() — Method in class Plugin
- Plugin::getLibraryVersion() — Method in class Plugin
- Plugin::getAuthor() — Method in class Plugin
- Plugin::getDescription() — Method in class Plugin
- Plugin::getLicense() — Method in class Plugin
- Plugin::getLoadOption() — Method in class Plugin
- Plugin::getMaturity() — Method in class Plugin
- Plugin::getAuthVersion() — Method in class Plugin
- Plugins::getAll() — Method in class Plugins
- Plugins::getAuthentication() — Method in class Plugins
- Privileges::getTableGrantsArray() — Method in class Privileges
Returns an array of table grants and their descriptions
- Privileges::getGrantsArray() — Method in class Privileges
Get the grants array which contains all the privilege types and relevant grant messages
- Privileges::getSqlQueryForDisplayPrivTable() — Method in class Privileges
Get sql query for display privileges table
- Privileges::getHtmlToDisplayPrivilegesTable() — Method in class Privileges
Displays the privileges form table
- Privileges::getHtmlForRoutineSpecificPrivileges() — Method in class Privileges
Get the HTML snippet for routine specific privileges
- Privileges::getHtmlForLoginInformationFields() — Method in class Privileges
Displays the fields used by the "new user" form as well as the "change login information / copy user" form.
- Privileges::getUsernameAndHostnameLength() — Method in class Privileges
Get username and hostname length
- Privileges::getCurrentAuthenticationPlugin() — Method in class Privileges
Get current authentication plugin in use for a user
- Privileges::getDefaultAuthenticationPlugin() — Method in class Privileges
Get the default authentication plugin
- Privileges::getGrants() — Method in class Privileges
Returns all the grants for a certain user on a certain host Used in the export privileges for all users section
- Privileges::getMessageAndSqlQueryForPrivilegesRevoke() — Method in class Privileges
Revokes privileges and get message and SQL query for privileges revokes
- Privileges::getRequireClause() — Method in class Privileges
Get REQUIRE clause
- Privileges::getWithClauseForAddUserAndUpdatePrivs() — Method in class Privileges
Get a WITH clause for 'update privileges' and 'add user'
- Privileges::getHtmlForAddUser() — Method in class Privileges
Get HTML for addUsersForm, This function call if isset($_GET['adduser'])
- Privileges::getAllPrivileges() — Method in class Privileges
- Privileges::getUserLink() — Method in class Privileges
Returns edit, revoke or export link for a user.
- Privileges::getUserGroupCount() — Method in class Privileges
Returns number of defined user groups
- Privileges::getUserGroupForUser() — Method in class Privileges
Returns name of user group that user is part of
- Privileges::getExtraDataForAjaxBehavior() — Method in class Privileges
This function return the extra data array for the ajax behavior
- Privileges::getUserSpecificRights() — Method in class Privileges
no db name given, so we want all privs for the given user db name was given, so we want all user specific rights for this db So this function returns user rights as an array
- Privileges::getHtmlForAllTableSpecificRights() — Method in class Privileges
Get a HTML table for display user's table specific or database specific rights
- Privileges::getUsersOverview() — Method in class Privileges
Get HTML for display the users overview (if less than 50 users, display them immediately)
- Privileges::getHtmlForInitials() — Method in class Privileges
Displays the initials if there are many privileges
- Privileges::getDbRightsForUserOverview() — Method in class Privileges
Get the database rights array for Display user overview
- Privileges::getDataForChangeOrCopyUser() — Method in class Privileges
Get List of information: Changes / copies a user
- Privileges::getDataForDeleteUsers() — Method in class Privileges
Update Data for information: Deletes users
- Privileges::getDataForQueries() — Method in class Privileges
update Data For Queries from queries_for_display
- Privileges::getExportUserDefinitionTextarea() — Method in class Privileges
Get title and textarea for export user definition in Privileges
- Privileges::getHtmlForUserOverview() — Method in class Privileges
Get HTML snippet for display user overview page
- Privileges::getHtmlForUserProperties() — Method in class Privileges
Get HTML snippet for display user properties
- Privileges::getTablePrivsQueriesForChangeOrCopyUser() — Method in class Privileges
Get queries for Table privileges to change or copy user
- Privileges::getDbSpecificPrivsQueriesForChangeOrCopyUser() — Method in class Privileges
Get queries for database specific privileges for change or copy user
- Privileges::getHashedPassword() — Method in class Privileges
Get the hashed string for password
- Privileges::getSqlQueriesForDisplayAndAddUser() — Method in class Privileges
Get SQL queries for Display and Add user
- Privileges::getRoutineType() — Method in class Privileges
Returns the type ('PROCEDURE' or 'FUNCTION') of the routine
- Privileges::getFormForChangePassword() — Method in class Privileges
- Privileges::getHostname() — Method in class Privileges
- Privileges::getRoutinename() — Method in class Privileges
- Privileges::getTablename() — Method in class Privileges
- Privileges::getDbname() — Method in class Privileges
- Privileges::getHostnameParam() — Method in class Privileges
- Privileges::getUsernameParam() — Method in class Privileges
- Data::getReplicationInfo() — Method in class Data
- Monitor::getJsonForChartingData() — Method in class Monitor
Returns JSON for real-time charting data
- Monitor::getJsonForLogDataTypeSlow() — Method in class Monitor
Returns JSON for log data with type: slow
- Monitor::getJsonForLogDataTypeGeneral() — Method in class Monitor
Returns JSON for log data with type: general
- Monitor::getJsonForLoggingVars() — Method in class Monitor
Returns JSON for logging vars
- Monitor::getJsonForQueryAnalyzer() — Method in class Monitor
Returns JSON for query_analyzer
- Processes::getList() — Method in class Processes
- SysInfo::getOs() — Method in class SysInfo
Returns OS type used for sysinfo class
- SysInfo::get() — Method in class SysInfo
Gets SysInfo class matching current OS
- ConfigGenerator::getConfigFile() — Method in class ConfigGenerator
Creates config file
- ConfigGenerator::getServerPart() — Method in class ConfigGenerator
Generate server part of config file
- SetupHelper::getPages() — Method in class SetupHelper
- $ ShowGrants#grants — Property in class ShowGrants
- Sql::getHtmlForRelationalColumnDropdown() — Method in class Sql
Get the HTML for relational column dropdown During grid edit, if we have a relational field, returns the html for the dropdown
- Sql::getFullValuesForSetColumn() — Method in class Sql
Get value of a column for a specific row (marked by $whereClause)
- Sql::getValuesForColumn() — Method in class Sql
Get all the values for a enum column or set column in a table
- Sql::getDefaultSqlQueryForBrowse() — Method in class Sql
Function to get the default sql query for browsing page
- SqlQueryForm::getHtml() — Method in class SqlQueryForm
return HTML for the sql query boxes
- StorageEngine::getStorageEngines() — Method in class StorageEngine
Returns array of storage engines
- StorageEngine::getMroongaLengths() — Method in class StorageEngine
Get the lengths of a table of database
- StorageEngine::getArray() — Method in class StorageEngine
- StorageEngine::getEngine() — Method in class StorageEngine
Loads the corresponding engine plugin, if available.
- StorageEngine::getHtmlVariables() — Method in class StorageEngine
Returns as HTML table of the engine's server variables
- StorageEngine::getVariablesStatus() — Method in class StorageEngine
Returns array with detailed info about engine specific server variables
- StorageEngine::getTitle() — Method in class StorageEngine
Reveals the engine's title
- StorageEngine::getComment() — Method in class StorageEngine
Fetches the server's comment about this engine
- StorageEngine::getSupportInformationMessage() — Method in class StorageEngine
Information message on whether this storage engine is supported
- StorageEngine::getVariables() — Method in class StorageEngine
Generates a list of MySQL variables that provide information about this engine. This function should be overridden when extending this class for a particular engine.
- StorageEngine::getMysqlHelpPage() — Method in class StorageEngine
Returns string with filename for the MySQL helppage about this storage engine
- StorageEngine::getVariablesLikePattern() — Method in class StorageEngine
Returns the pattern to be used in the query for SQL variables related to the storage engine
- StorageEngine::getInfoPages() — Method in class StorageEngine
Returns a list of available information pages with labels
- StorageEngine::getPage() — Method in class StorageEngine
Generates the requested information page
- SystemDatabase::getExistingTransformationData() — Method in class SystemDatabase
Get existing data on transformations applied for columns in a particular table
- SystemDatabase::getNewTransformationDataSql() — Method in class SystemDatabase
Get SQL query for store new transformation details of a VIEW
- SystemDatabase::getColumnMapFromSql() — Method in class SystemDatabase
- Indexes::getError() — Method in class Indexes
- Indexes::getSqlQueryForIndexCreateOrEdit() — Method in class Indexes
Function to get the sql query for index creation or edit
- Indexes::getSqlQueryForRename() — Method in class Indexes
- Maintenance::getAnalyzeTableRows() — Method in class Maintenance
- Maintenance::getCheckTableRows() — Method in class Maintenance
- Maintenance::getChecksumTableRows() — Method in class Maintenance
- Maintenance::getIndexesProblems() — Method in class Maintenance
- Maintenance::getOptimizeTableRows() — Method in class Maintenance
- Maintenance::getRepairTableRows() — Method in class Maintenance
- Table::get() — Method in class Table
Table getter
- Table::getLastError() — Method in class Table
return the last error
- Table::getLastMessage() — Method in class Table
return the last message
- Table::getName() — Method in class Table
returns table name
- Table::getDbName() — Method in class Table
returns database name for this table
- Table::getFullName() — Method in class Table
returns full name for table, including database name
- Table::getStatusInfo() — Method in class Table
Returns full table status info, or specific if $info provided this info is collected from information_schema
- Table::getStorageEngine() — Method in class Table
Returns the Table storage Engine for current table.
- Table::getComment() — Method in class Table
Returns the comments for current table.
- Table::getCollation() — Method in class Table
Returns the collation for current table.
- Table::getNumRows() — Method in class Table
Returns the info about no of rows for current table.
- Table::getRowFormat() — Method in class Table
Returns the Row format for current table.
- Table::getAutoIncrement() — Method in class Table
Returns the auto increment option for current table.
- Table::getCreateOptions() — Method in class Table
Returns the array for CREATE statement for current table.
- Table::generateFieldSpec() — Method in class Table
generates column specification for ALTER or CREATE TABLE syntax
- Table::generateAlter() — Method in class Table
Generates column specification for ALTER syntax
- Table::getUniqueColumns() — Method in class Table
Get all unique columns
- Table::getIndexedColumns() — Method in class Table
Get all indexed columns
- Table::getColumns() — Method in class Table
Get all columns
- Table::getColumnsMeta() — Method in class Table
Get meta info for fields in table
- Table::getNonGeneratedColumns() — Method in class Table
Get non-generated columns in table
- Table::getUiPrefsFromDb() — Method in class Table
Return UI preferences for this table from phpMyAdmin database.
- Table::getUiProp() — Method in class Table
Get a property from UI preferences.
- Table::getNameAndTypeOfTheColumns() — Method in class Table
Function to get the name and type of the columns of a table
- Table::getIndex() — Method in class Table
Get index with index name
- Table::getColumnGenerationExpression() — Method in class Table
Returns the generation expression for virtual columns
- Table::getRealRowCountTable() — Method in class Table
Returns the real row count for a table
- Table::getColumnsWithIndex() — Method in class Table
Get columns with indexes
- Template::getTwigEnvironment() — Method in class Template
- Theme::getPath() — Method in class Theme
returns path to theme
- Theme::getFsPath() — Method in class Theme
returns file system path to the theme
- Theme::getVersion() — Method in class Theme
returns version
- Theme::getName() — Method in class Theme
returns name
- Theme::getId() — Method in class Theme
returns id
- Theme::getImgPath() — Method in class Theme
Returns the path to image for the theme.
- Theme::getColorModes() — Method in class Theme
- Theme::getColorMode() — Method in class Theme
- ThemeManager::getThemeCookieName() — Method in class ThemeManager
Returns name for storing theme
- ThemeManager::getThemeCookie() — Method in class ThemeManager
returns name of theme stored in the cookie
- ThemeManager::getColorModeCookie() — Method in class ThemeManager
returns name of theme stored in the cookie
- ThemeManager::getThemesArray() — Method in class ThemeManager
- ThemeManager::getThemesFsDir() — Method in class ThemeManager
Return the themes directory with a trailing slash
- ThemeManager::getThemesDir() — Method in class ThemeManager
Return the themes directory with a trailing slash as a relative public path
- Tracker::getLogComment() — Method in class Tracker
Returns the comment line for the log.
- Tracking::getListOfVersionsOfTable() — Method in class Tracking
Function to get the list versions of the table
- Tracking::getHtmlForMainPage() — Method in class Tracking
Function to get html for main page parts that do not use $_REQUEST
- Tracking::getTableLastVersionNumber() — Method in class Tracking
Function to get the last version number of a table
- Tracking::getHtmlForTrackingReport() — Method in class Tracking
Function to get html for tracking report and tracking report export
- Tracking::getHtmlForElementsOfTrackingReport() — Method in class Tracking
Generate HTML element for report form
- Tracking::getHtmlForTrackingReportExportForm1() — Method in class Tracking
Generate HTML for export form
- Tracking::getHtmlForTrackingReportExportForm2() — Method in class Tracking
Generate HTML for export form
- Tracking::getHtmlForDataManipulationStatements() — Method in class Tracking
Function to get html for data manipulation statements
- Tracking::getHtmlForDataDefinitionStatements() — Method in class Tracking
Function to get html for data definition statements in schema snapshot
- Tracking::getHtmlForSchemaSnapshot() — Method in class Tracking
Function to get html for schema snapshot
- Tracking::getTrackedData() — Method in class Tracking
Gets the record of a tracking job.
- Tracking::getHtmlForColumns() — Method in class Tracking
Function to get html for displaying columns in the schema snapshot
- Tracking::getHtmlForIndexes() — Method in class Tracking
Function to get html for the indexes in schema snapshot
- Tracking::getDownloadInfoForExport() — Method in class Tracking
- Tracking::getTrackingSet() — Method in class Tracking
Function to get tracking set
- Tracking::getEntries() — Method in class Tracking
Function to get the entries
- Tracking::getHtmlForDbTrackingTables() — Method in class Tracking
Get HTML for tracked and untracked tables
- TrackingChecker::getUntrackedTableNames() — Method in class TrackingChecker
Get a list of untracked tables.
- TrackingChecker::getTrackedTables() — Method in class TrackingChecker
- Transformations::getOptions() — Method in class Transformations
Returns array of options from string with options separated by comma, removes quotes
- Transformations::getAvailableMimeTypes() — Method in class Transformations
Gets all available MIME-types
- Transformations::getPluginInstance() — Method in class Transformations
- Transformations::getDescription() — Method in class Transformations
Returns the description of the transformation
- Transformations::getName() — Method in class Transformations
Returns the name of the transformation
- Transformations::getMime() — Method in class Transformations
Gets the mimetypes for all columns of a table
- Trigger::getDropSql() — Method in class Trigger
- Trigger::getCreateSql() — Method in class Trigger
- Triggers::getTriggerByName() — Method in class Triggers
- Triggers::getQueryFromRequest() — Method in class Triggers
Composes the query necessary to create a trigger from an HTTP request.
- Triggers::getDetails() — Method in class Triggers
Returns details about the TRIGGERs for a specific table or database.
- Triggers::getTables() — Method in class Triggers
- Triggers::getErrorCount() — Method in class Triggers
- AssetExtension::getFunctions() — Method in class AssetExtension
- AssetExtension::getImagePath() — Method in class AssetExtension
- CoreExtension::getFilters() — Method in class CoreExtension
Returns a list of filters to add to the existing list.
- FlashMessengerExtension::getFunctions() — Method in class FlashMessengerExtension
- I18nExtension::getFunctions() — Method in class I18nExtension
- MessageExtension::getFilters() — Method in class MessageExtension
Returns a list of filters to add to the existing list.
- MessageExtension::getFunctions() — Method in class MessageExtension
- SanitizeExtension::getFilters() — Method in class SanitizeExtension
Returns a list of filters to add to the existing list.
- SanitizeExtension::getFunctions() — Method in class SanitizeExtension
Returns a list of functions to add to the existing list.
- TransformationsExtension::getFunctions() — Method in class TransformationsExtension
Returns a list of functions to add to the existing list.
- UrlExtension::getFunctions() — Method in class UrlExtension
Returns a list of functions to add to the existing list.
- UtilExtension::getFunctions() — Method in class UtilExtension
Returns a list of functions to add to the existing list.
- UtilExtension::getFilters() — Method in class UtilExtension
Returns a list of filters to add to the existing list.
- TwoFactor::getBackend() — Method in class TwoFactor
- TwoFactor::getAvailable() — Method in class TwoFactor
- TwoFactor::getAvailableBackends() — Method in class TwoFactor
Returns list of available backends
- TwoFactor::getMissingDeps() — Method in class TwoFactor
Returns list of missing dependencies
- TwoFactor::getBackendClass() — Method in class TwoFactor
Returns class name for given name
- TwoFactor::getBackendForCurrentUser() — Method in class TwoFactor
Returns backend for current user
- TwoFactor::getAllBackends() — Method in class TwoFactor
Returns array with all available backends
- Types::getTypeOperators() — Method in class Types
Returns operators for given type
- Types::getTypeOperatorsHtml() — Method in class Types
Returns operators for given type as html options
- Types::getTypeDescription() — Method in class Types
Returns the data type description.
- Types::getTypeClass() — Method in class Types
Returns class of a type, used for functions available for type or default values.
- Types::getFunctionsClass() — Method in class Types
Returns array of functions available for a class.
- Types::getAllFunctions() — Method in class Types
Returns array of all functions available.
- Types::getAttributes() — Method in class Types
Returns array of all attributes available.
- Types::getColumns() — Method in class Types
Returns array of all column types available.
- Types::getIntegerTypes() — Method in class Types
Returns an array of integer types
- Types::getFloatTypes() — Method in class Types
Returns an array of float types
- Types::getIntegerRange() — Method in class Types
Returns the min and max values of a given integer type
- UniqueCondition::getWhereClause() — Method in class UniqueCondition
- UniqueCondition::getConditionArray() — Method in class UniqueCondition
- Url::getHiddenInputs() — Method in class Url
Generates text with hidden inputs.
- Url::getHiddenFields() — Method in class Url
create hidden form fields from array with name => value
- Url::getCommon() — Method in class Url
Generates text with URL parameters.
- Url::getCommonRaw() — Method in class Url
Generates text with URL parameters.
- Url::getArgSeparator() — Method in class Url
Returns url separator character used for separating url parts.
- Url::getFromRoute() — Method in class Url
- $ UrlParams#goto — Property in class UrlParams
- UserPassword::getFormForChangePassword() — Method in class UserPassword
- UserPrivilegesFactory::getPrivileges() — Method in class UserPrivilegesFactory
Get user's global privileges and some db-specific privileges
- Util::getFormattedMaximumUploadSize() — Method in class Util
Returns the formatted maximum size for an upload
- Util::getMySQLDocuURL() — Method in class Util
Get a URL link to the official MySQL documentation
- Util::getDocuURL() — Method in class Util
Get a URL link to the official documentation page of either MySQL or MariaDB depending on the database server of the user.
- Util::getCharsetQueryPart() — Method in class Util
Generate the charset query part
- Util::getPageFromPosition() — Method in class Util
Calculate page number through position
- Util::getTitleForTarget() — Method in class Util
Get the action word corresponding to a script name in order to display it as a title in navigation panel
- Util::getScriptNameForOption() — Method in class Util
Get the script name corresponding to a plain English config word in order to append in links on navigation and main panel
- Util::getUrlForOption() — Method in class Util
Get the URL corresponding to a plain English config word in order to append in links on navigation and main panel
- Util::getSupportedDatatypes() — Method in class Util
This function processes the datatypes supported by the DB, as specified in Types->getColumns() and returns an array (useful for quickly checking if a datatype is supported).
- Util::getServerType() — Method in class Util
Returns server type for current connection
- Util::getMenuTabList() — Method in class Util
Return the list of tabs for the menu with corresponding names
- Util::getCompressionMimeType() — Method in class Util
Reads the file, detects the compression MIME type, closes the file and returns the MIME type
- Util::getCollateForIS() — Method in class Util
Provide COLLATE clause, if required, to perform case sensitive comparisons for queries on information_schema.
- Util::getDbInfo() — Method in class Util
Gets the list of tables in the current db and information about these tables if possible.
- Util::generateRandom() — Method in class Util
Generates random string consisting of ASCII chars
- Util::getValueByKey() — Method in class Util
Access to a multidimensional array recursively by the keys specified in $path
- Util::getProtoFromForwardedHeader() — Method in class Util
Get the protocol from the RFC 7239 Forwarded header
- Util::getTableListPosition() — Method in class Util
- Gis — Class in namespace PhpMyAdmin\Utils
- Gis::getDataTypes() — Method in class Gis
Return GIS data types
- Gis::getFunctions() — Method in class Gis
Returns the names and details of the functions that can be applied on geometry data types.
- SessionCache::get() — Method in class SessionCache
- VersionInformation::getLatestVersions() — Method in class VersionInformation
Returns information with latest version from phpmyadmin.net
- VersionInformation::getLatestCompatibleVersion() — Method in class VersionInformation
Returns the version and date of the latest phpMyAdmin version compatible with the available PHP and MySQL versions
- VersionInformation::getPHPVersion() — Method in class VersionInformation
Returns the PHP version
- VersionInformation::getMySQLVersion() — Method in class VersionInformation
Returns the MySQL version if connected to a database
- CustomServer::getCredentialCreationOptions() — Method in class CustomServer
- CustomServer::getCredentialRequestOptions() — Method in class CustomServer
- DataStream::getPosition() — Method in class DataStream
- Server::getCredentialCreationOptions() — Method in class Server
- Server::getCredentialRequestOptions() — Method in class Server
- WebauthnLibServer::getCredentialCreationOptions() — Method in class WebauthnLibServer
- WebauthnLibServer::getCredentialRequestOptions() — Method in class WebauthnLibServer
- ZipExtension::getContents() — Method in class ZipExtension
Gets zip file contents
- ZipExtension::getNumberOfFiles() — Method in class ZipExtension
Returns the number of files in the zip archive.
H
- Application::handle() — Method in class Application
- Cache::has() — Method in class Cache
Does the cache have a value stored for the key
- Config::hasSelectedServer() — Method in class Config
- RelationParameters::hasAllFeatures() — Method in class RelationParameters
- FormDisplay::hasErrors() — Method in class FormDisplay
Tells whether form validation failed
- BaseFormList::hasErrors() — Method in class BaseFormList
Tells whether form validation failed
- $ Settings#HideStructureActions — Property in class Settings
allow hide action columns to drop down menu in database structure (true|false)?
- $ Console#Height — Property in class Console
Console height
- $ Export#htmlword_structure_or_data — Property in class Export
$cfg['Export']['htmlword_structure_or_data'] = 'structure_and_data';
- $ Export#htmlword_columns — Property in class Export
$cfg['Export']['htmlword_columns'] = false;
- $ Export#htmlword_null — Property in class Export
$cfg['Export']['htmlword_null'] = 'NULL';
- $ Server#host — Property in class Server
MySQL hostname or IP address
- $ Server#hideDb — Property in class Server
Database name to be hidden from listings
- $ Server#history — Property in class Server
table to store SQL history
- leave blank for no SQL query history SUGGESTED: 'pma__history'
- $ Server#hideConnectionErrors — Property in class Server
Whether to show or hide detailed MySQL/MariaDB connection errors on the login page.
- $ Transformations#Hex — Property in class Transformations
Displays hexadecimal representation of data.
- HomeController — Class in namespace PhpMyAdmin\Controllers
- HomeController — Class in namespace PhpMyAdmin\Controllers\Setup
- AbstractIndexController::handleIndexCreation() — Method in class AbstractIndexController
- Core::headerJSON() — Method in class Core
Returns application/json headers. This includes no caching.
- Events::handleEditor() — Method in class Events
Handles editor requests for adding or editing an item
- Routines::handleRequestCreateOrEdit() — Method in class Routines
Handle request to create or edit a routine
- Routines::handleExecuteRoutine() — Method in class Routines
- DbTableExists::hasTable() — Method in class DbTableExists
Check if a table exists in the given database.
- $ Error#hideLocation — Property in class Error
Hide location of errors
- $ ErrorHandler#hideLocation — Property in class ErrorHandler
Hide location of errors
- ErrorHandler::handleError() — Method in class ErrorHandler
Error handler - called when errors are triggered/occurred
- ErrorHandler::handleException() — Method in class ErrorHandler
Hides exception if it's not in the development environment.
- ErrorHandler::hasDisplayErrors() — Method in class ErrorHandler
whether there are errors to display or not
- ErrorHandler::hasErrorsForPrompt() — Method in class ErrorHandler
Function to check if there are any errors to be prompted.
- $ File#handle — Property in class File
- GisVisualization::hasSrid() — Method in class GisVisualization
Check if data has SRID
- Git::hasGitInformation() — Method in class Git
- Header — Class in namespace PhpMyAdmin
Class used to output the HTTP and HTML headers
- ApplicationHandler::handle() — Method in class ApplicationHandler
- QueueRequestHandler::handle() — Method in class QueueRequestHandler
- Response::hasHeader() — Method in class Response
- ServerRequest::hasHeader() — Method in class ServerRequest
- ServerRequest::has() — Method in class ServerRequest
- ServerRequest::hasQueryParam() — Method in class ServerRequest
- ServerRequest::hasBodyParam() — Method in class ServerRequest
- LanguageManager::hasChoice() — Method in class LanguageManager
Checks whether there are some languages available
- ImageWrapper::height() — Method in class ImageWrapper
- Import::handleRollbackRequest() — Method in class Import
- Index::hasColumn() — Method in class Index
Returns true if $column indexed in this index
- Index::hasPrimary() — Method in class Index
- IndexColumn::hasExpression() — Method in class IndexColumn
If the Index has an expression
- $ Message#hash — Property in class Message
Unique id
- Navigation::hideNavigationItem() — Method in class Navigation
Add an item of navigation tree to the hidden items list in PMA database.
- Node::hasChildren() — Method in class Node
This function checks if the node has children nodes associated with it
- Node::hasSiblings() — Method in class Node
Returns true if the node has some siblings (other nodes on the same tree level, in the same branch), false otherwise.
- $ NodeDatabase#hiddenCount — Property in class NodeDatabase
The number of hidden items in this database
- Operations::handleTheViews() — Method in class Operations
Handle the views, return the boolean value whether table rename/copy or not
- Partition::hasSubPartitions() — Method in class Partition
Whether there are sub partitions
- Partition::havePartitioning() — Method in class Partition
checks if MySQL server supports partitioning
- AuthenticationCookie::handlePasswordChange() — Method in class AuthenticationCookie
Callback when user changes password.
- AuthenticationPlugin::handlePasswordChange() — Method in class AuthenticationPlugin
Callback when user changes password.
- ExportSql::hasCreateProcedureFunction() — Method in class ExportSql
- ExportSql::hasCreateTable() — Method in class ExportSql
- ExportSql::hasCreateView() — Method in class ExportSql
- ExportSql::hasCreateTrigger() — Method in class ExportSql
- ExportSql::hasMetadata() — Method in class ExportSql
- $ Pdf#headerset — Property in class Pdf
- Pdf::Header() — Method in class Pdf
This method is used to render the page header.
- $ TableStatsEps#height — Property in class TableStatsEps
- Pdf::Header() — Method in class Pdf
This method is used to render the page header.
- $ TableStatsPdf#height — Property in class TableStatsPdf
- $ TableStatsSvg#height — Property in class TableStatsSvg
- $ TableStats#heightCell — Property in class TableStats
- HexTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the hex transformations plugins.
- HiddenPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type hidden
- Compatibility::hasAccountLocking() — Method in class Compatibility
- ReplicationGui::handleControlRequest() — Method in class ReplicationGui
handle control requests
- ReplicationGui::handleRequestForReplicaChangePrimary() — Method in class ReplicationGui
- ReplicationGui::handleRequestForReplicaServerControl() — Method in class ReplicationGui
- ReplicationGui::handleRequestForReplicaSkipError() — Method in class ReplicationGui
- $ ResponseRenderer#httpStatusMessages — Property in class ResponseRenderer
- Sql::hasNoRightsToDropDatabase() — Method in class Sql
Function to check whether the user has rights to drop the database
- StorageEngine::hasMroongaEngine() — Method in class StorageEngine
Returns if Mroonga is available to be used
- Indexes::hasPrimaryKey() — Method in class Indexes
- Tracker::handleQuery() — Method in class Tracker
Analyzes a given SQL statement and saves tracking data.
- Triggers::handleEditor() — Method in class Triggers
Handles editor requests for adding or editing an item
- ForeignKey::handleDisableCheckInit() — Method in class ForeignKey
Handle foreign key check request
- ForeignKey::handleDisableCheckCleanup() — Method in class ForeignKey
Cleanup changes done for foreign key check
- HttpRequest — Class in namespace PhpMyAdmin\Utils
Handles HTTP requests
- SessionCache::has() — Method in class SessionCache
I
- Application::init() — Method in class Application
- Collation::isDefault() — Method in class Collation
- Collation::isCompiled() — Method in class Collation
- $ Config#instance — Property in class Config
- Config::isSetup() — Method in class Config
- Config::isHttps() — Method in class Config
Checks if protocol is https
- Config::issetCookie() — Method in class Config
isset cookie
- Relation::initRelationParamsCache() — Method in class Relation
This function checks and initializes the phpMyAdmin configuration storage state before it is used into session cache.
- BaseFormList::isValid() — Method in class BaseFormList
- ImportForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- ImportForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- ImportForm — Class in namespace PhpMyAdmin\Config\Forms\User
- PageSettings::init() — Method in class PageSettings
- $ Settings#IgnoreMultiSubmitErrors — Property in class Settings
if set to true, PMA continues computing multiple-statement queries even if one of the queries failed
- $ Settings#InsertRows — Property in class Settings
How many rows can be inserted at one time
- $ Settings#Import — Property in class Settings
Import defaults
- $ Settings#IconvExtraParams — Property in class Settings
Specify some parameters for iconv used in character set conversion. See iconv documentation for details: https://www.gnu.org/savannah-checkouts/gnu/libiconv/documentation/libiconv-1.15/iconv_open.3.html
- $ Settings#InitialSlidersState — Property in class Settings
Initial state for sliders (open | closed | disabled)
- Import — Class in namespace PhpMyAdmin\Config\Settings
Import defaults
- $ Transformations#Inline — Property in class Transformations
- ImportController — Class in namespace PhpMyAdmin\Controllers\Database
- ImportController — Class in namespace PhpMyAdmin\Controllers\Import
- InvocableController — Class in namespace PhpMyAdmin\Controllers
- ImportController — Class in namespace PhpMyAdmin\Controllers\Preferences
- ImportController — Class in namespace PhpMyAdmin\Controllers\Server
- ImportController — Class in namespace PhpMyAdmin\Controllers\Table
- IndexRenameController — Class in namespace PhpMyAdmin\Controllers\Table
- IndexesController — Class in namespace PhpMyAdmin\Controllers\Table
Displays index edit/creation form and handles it.
- IndexController — Class in namespace PhpMyAdmin\Controllers\Triggers
Triggers management.
- Core::isAllowedDomain() — Method in class Core
Checks whether domain of URL is an allowed domain or not.
- $ DatabaseInterface#instance — Property in class DatabaseInterface
- DatabaseInterface::isSuperUser() — Method in class DatabaseInterface
Checks if current user is superuser
- DatabaseInterface::isGrantUser() — Method in class DatabaseInterface
- DatabaseInterface::isCreateUser() — Method in class DatabaseInterface
- DatabaseInterface::isConnected() — Method in class DatabaseInterface
- DatabaseInterface::insertId() — Method in class DatabaseInterface
returns last inserted auto_increment id for given $link
- DatabaseInterface::isAmazonRds() — Method in class DatabaseInterface
Checks if this database server is running on Amazon RDS.
- DatabaseInterface::isMySql() — Method in class DatabaseInterface
Whether connection is MySQL
- DatabaseInterface::isMariaDB() — Method in class DatabaseInterface
Whether connection is MariaDB
- DatabaseInterface::isPercona() — Method in class DatabaseInterface
Whether connection is PerconaDB
- $ Events#interval — Property in class Events
- DbalInterface::isSuperUser() — Method in class DbalInterface
Checks if current user is superuser
- DbalInterface::isGrantUser() — Method in class DbalInterface
- DbalInterface::isCreateUser() — Method in class DbalInterface
- DbalInterface::isConnected() — Method in class DbalInterface
- DbalInterface::insertId() — Method in class DbalInterface
returns last inserted auto_increment id for given $link
- DbalInterface::isAmazonRds() — Method in class DbalInterface
Checks if this database server is running on Amazon RDS.
- DbalInterface::isMySql() — Method in class DbalInterface
Whether connection is MySQL
- DbalInterface::isMariaDB() — Method in class DbalInterface
Whether connection is MariaDB
- DbalInterface::isPercona() — Method in class DbalInterface
Whether connection is Percona
- Encoding::initEngine() — Method in class Encoding
Initializes encoding engine detecting available backends.
- Encoding::isSupported() — Method in class Encoding
Checks whether there is any charset conversion supported
- Innobase — Class in namespace PhpMyAdmin\Engines
The Innobase storage engine
- Innodb — Class in namespace PhpMyAdmin\Engines
The InnoDB storage engine
- Error::isUserError() — Method in class Error
whether this error is a user error
- InvalidImagePath — Class in namespace PhpMyAdmin\Exceptions
- Export::isGzHandlerEnabled() — Method in class Export
Detect ob_gzhandler
- $ FieldMetadata#isMultipleKey — Property in class FieldMetadata
- $ FieldMetadata#isPrimaryKey — Property in class FieldMetadata
- $ FieldMetadata#isUniqueKey — Property in class FieldMetadata
- $ FieldMetadata#isNotNull — Property in class FieldMetadata
- $ FieldMetadata#isUnsigned — Property in class FieldMetadata
- $ FieldMetadata#isZerofill — Property in class FieldMetadata
- $ FieldMetadata#isNumeric — Property in class FieldMetadata
- $ FieldMetadata#isBlob — Property in class FieldMetadata
- $ FieldMetadata#isBinary — Property in class FieldMetadata
- $ FieldMetadata#isEnum — Property in class FieldMetadata
- $ FieldMetadata#isSet — Property in class FieldMetadata
- $ FieldMetadata#isMappedTypeBit — Property in class FieldMetadata
- $ FieldMetadata#isMappedTypeGeometry — Property in class FieldMetadata
- $ FieldMetadata#isMappedTypeTimestamp — Property in class FieldMetadata
- $ FieldMetadata#internalMediaType — Property in class FieldMetadata
A field only used by the Results class
- FieldMetadata::isNotNull() — Method in class FieldMetadata
- FieldMetadata::isNumeric() — Method in class FieldMetadata
- FieldMetadata::isBinary() — Method in class FieldMetadata
- FieldMetadata::isBlob() — Method in class FieldMetadata
- FieldMetadata::isPrimaryKey() — Method in class FieldMetadata
- FieldMetadata::isUniqueKey() — Method in class FieldMetadata
- FieldMetadata::isMultipleKey() — Method in class FieldMetadata
- FieldMetadata::isUnsigned() — Method in class FieldMetadata
- FieldMetadata::isZerofill() — Method in class FieldMetadata
- FieldMetadata::isEnum() — Method in class FieldMetadata
- FieldMetadata::isSet() — Method in class FieldMetadata
- FieldMetadata::isDateTimeType() — Method in class FieldMetadata
Checks that it is type DATE/TIME/DATETIME
- FieldMetadata::isTimeType() — Method in class FieldMetadata
Checks that it contains time A "DATE" field returns false for example
- FieldMetadata::isType() — Method in class FieldMetadata
Check if it is the mapped type
- FieldMetadata::isNotType() — Method in class FieldMetadata
Check if it is NOT the mapped type
- $ File#isTemp — Property in class File
- File::isTemp() — Method in class File
checks or sets the temp flag for this file file objects with temp flags are deleted with object destruction
- File::isUploaded() — Method in class File
Whether file is uploaded.
- File::isError() — Method in class File
Checks whether there was any error.
- File::isReadable() — Method in class File
Checks whether file can be read.
- Extent::isEmpty() — Method in class Extent
- Point::isInsidePolygon() — Method in class Point
Determines whether a given point is inside a given polygon.
- Polygon::isOuterRing() — Method in class Polygon
Determines whether a set of points represents an outer ring.
- Git::isGitRevision() — Method in class Git
detects if Git revision
- ServerRequest::isPost() — Method in class ServerRequest
- ServerRequest::isAjax() — Method in class ServerRequest
- Language::isActive() — Method in class Language
Checks whether language is currently active.
- Language::isRTL() — Method in class Language
Checks whether language is RTL
- $ LanguageManager#instance — Property in class LanguageManager
- Identifier — Class in namespace PhpMyAdmin\Identifiers
- InvalidDatabaseName — Class in namespace PhpMyAdmin\Identifiers
- InvalidIdentifier — Class in namespace PhpMyAdmin\Identifiers
- InvalidTableName — Class in namespace PhpMyAdmin\Identifiers
- InvalidTriggerName — Class in namespace PhpMyAdmin\Identifiers
- ImageWrapper — Class in namespace PhpMyAdmin\Image
- Import — Class in namespace PhpMyAdmin\Import
Library that provides common import functions that are used by import plugins
- Import::isTableTransactional() — Method in class Import
Checks if a table is 'InnoDB' or not.
- ImportSettings — Class in namespace PhpMyAdmin\Import
- $ ImportSettings#importNotice — Property in class ImportSettings
- $ ImportSettings#importFile — Property in class ImportSettings
- $ ImportSettings#importType — Property in class ImportSettings
- $ ImportSettings#importFileName — Property in class ImportSettings
- ImportTable — Class in namespace PhpMyAdmin\Import
- Index — Class in namespace PhpMyAdmin
Index manipulation class
- Index::isPacked() — Method in class Index
Returns 'No' if the index is not packed, how the index is packed if packed
- Index::isUnique() — Method in class Index
Returns whether the index is a 'Unique' index
- IndexColumn — Class in namespace PhpMyAdmin
Index column wrapper
- IndexColumn::isNullable() — Method in class IndexColumn
- InsertEdit — Class in namespace PhpMyAdmin
- InsertEdit::isColumn() — Method in class InsertEdit
check whether the column is of a certain type the goal is to ensure that types such as "enum('one','two','binary',..)" or "enum('one','two','varbinary',..)" are not categorized as binary
- InsertEdit::isWhereClauseNumeric() — Method in class InsertEdit
- InsertEditColumn — Class in namespace PhpMyAdmin
- InternalRelations — Class in namespace PhpMyAdmin
Internal relations for information schema and mysql databases.
- IpAllowDeny — Class in namespace PhpMyAdmin
PhpMyAdmin\IpAllowDeny class
- IpAllowDeny::ipMaskTest() — Method in class IpAllowDeny
Matches for IPv4 or IPv6 addresses
- IpAllowDeny::ipv4MaskTest() — Method in class IpAllowDeny
Based on IP Pattern Matcher Originally by J.Adams jna@retina.net Found on https://www.php.net/manual/en/function.ip2long.php Modified for phpMyAdmin
- IpAllowDeny::ipv6MaskTest() — Method in class IpAllowDeny
IPv6 matcher CIDR section taken from https://stackoverflow.com/a/10086404 Modified for phpMyAdmin
- $ Message#isDisplayed — Property in class Message
Whether the message was already displayed
- Message::isSuccess() — Method in class Message
- Message::isNotice() — Method in class Message
- Message::isError() — Method in class Message
- Message::isDisplayed() — Method in class Message
sets and returns whether the message was displayed or not
- $ Node#icon — Property in class Node
For the IMG tag, used when rendering the node.
- $ Node#isNew — Property in class Node
- $ SubPartition#indexLength — Property in class SubPartition
- $ AuthenticationPlugin#ipAllowDeny — Property in class AuthenticationPlugin
- ExportPlugin::init() — Method in class ExportPlugin
Plugin specific initializations.
- ExportPlugin::initAlias() — Method in class ExportPlugin
Initialize aliases
- ExportPlugin::isAvailable() — Method in class ExportPlugin
- ExportLatex::init() — Method in class ExportLatex
Initialize the local variables that are used for export Latex.
- ExportOds::init() — Method in class ExportOds
Plugin specific initializations.
- ExportOdt::init() — Method in class ExportOdt
Plugin specific initializations.
- ExportPdf::init() — Method in class ExportPdf
Initialize the local variables that are used for export PDF.
- ExportPdf::isAvailable() — Method in class ExportPdf
- ExportXml::isAvailable() — Method in class ExportXml
- TableProperty::isNotNull() — Method in class TableProperty
Tells whether the key is null or not
- TableProperty::isUnique() — Method in class TableProperty
Tells whether the key is unique or not
- TableProperty::isPK() — Method in class TableProperty
Tells whether the key is primary or not
- IOTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to be implemented by all of the Input/Output transformations plugins.
- IOTransformationsPlugin::isSuccess() — Method in class IOTransformationsPlugin
Returns the success status
- ImportPlugin — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to be implemented by all of the import plugins.
- $ ImportPlugin#import — Property in class ImportPlugin
- ImportPlugin::init() — Method in class ImportPlugin
Plugin specific initializations.
- ImportPlugin::isAvailable() — Method in class ImportPlugin
- ImportCsv — Class in namespace PhpMyAdmin\Plugins\Import
Handles the import for the CSV format
- ImportLdi — Class in namespace PhpMyAdmin\Plugins\Import
CSV import plugin for phpMyAdmin using LOAD DATA
- ImportLdi::isAvailable() — Method in class ImportLdi
- ImportMediawiki — Class in namespace PhpMyAdmin\Plugins\Import
Handles the import for the MediaWiki format
- ImportOds — Class in namespace PhpMyAdmin\Plugins\Import
Handles the import for the ODS format
- ImportShp — Class in namespace PhpMyAdmin\Plugins\Import
Handles the import for ESRI Shape files
- ImportShp::init() — Method in class ImportShp
Plugin specific initializations.
- ImportSql — Class in namespace PhpMyAdmin\Plugins\Import
Handles the import for the SQL format
- ImportXml — Class in namespace PhpMyAdmin\Plugins\Import
Handles the import for the XML format
- Plugin::isAvailable() — Method in class Plugin
- SchemaPlugin::init() — Method in class SchemaPlugin
Plugin specific initializations.
- SchemaPlugin::isAvailable() — Method in class SchemaPlugin
- ExportRelationSchema::isShowColor() — Method in class ExportRelationSchema
Returns whether to show colors
- ExportRelationSchema::isTableDimension() — Method in class ExportRelationSchema
Returns whether to show table dimensions
- ExportRelationSchema::isAllTableSameWidth() — Method in class ExportRelationSchema
Returns whether to use same width for all tables or not
- ExportRelationSchema::isShowKeys() — Method in class ExportRelationSchema
Returns whether to show keys
- ExportRelationSchema::isOffline() — Method in class ExportRelationSchema
Returns whether the client side database is used
- PdfRelationSchema::isShowGrid() — Method in class PdfRelationSchema
Returns whether to show grid
- PdfRelationSchema::isWithDataDictionary() — Method in class PdfRelationSchema
Return whether to show selected database data dictionary or not
- SchemaPdf::isAvailable() — Method in class SchemaPdf
- ImageLinkTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the link transformations plugins.
- ImageUploadTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the image upload transformations plugins.
- InlineTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the inline transformations plugins.
- Image_JPEG_Upload — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
Handles the image upload input transformation for JPEG.
- Image_JPEG_Inline — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the inline transformation for image jpeg
- Image_JPEG_Link — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the link transformation for image jpeg
- Image_PNG_Inline — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the inline transformation for image png
- $ TwoFactorPlugin#id — Property in class TwoFactorPlugin
- $ Application#id — Property in class Application
- Invalid — Class in namespace PhpMyAdmin\Plugins\TwoFactor
Invalid two-factor authentication showing that configured choice is not available.
- $ Invalid#id — Property in class Invalid
- $ Key#id — Property in class Key
- $ Simple#id — Property in class Simple
- $ WebAuthn#id — Property in class WebAuthn
- Profiling::isSupported() — Method in class Profiling
- ImportPluginProperties — Class in namespace PhpMyAdmin\Properties\Plugins
Defines possible options and getters and setters for them.
- Compatibility::isMySqlOrPerconaDb() — Method in class Compatibility
- Compatibility::isMariaDb() — Method in class Compatibility
- Compatibility::isCompatibleRenameIndex() — Method in class Compatibility
- Compatibility::isIntegersLengthRestricted() — Method in class Compatibility
- Compatibility::isIntegersSupportLength() — Method in class Compatibility
- Compatibility::isVirtualColumnsSupported() — Method in class Compatibility
Returns whether the database server supports virtual columns
- Compatibility::isUUIDSupported() — Method in class Compatibility
Check whether the database supports UUID data type true if uuid is supported
- Utilities::isSystemSchema() — Method in class Utilities
Checks whether given schema is a system schema
- $ ResponseRenderer#isAjax — Property in class ResponseRenderer
Whether we are servicing an ajax request.
- $ ResponseRenderer#isSuccess — Property in class ResponseRenderer
Whether there were any errors during the processing of the request Only used for ajax responses
- ResponseRenderer::isAjax() — Method in class ResponseRenderer
Returns true or false depending on whether we are servicing an ajax request
- Privileges::isDatabaseNameWildcard() — Method in class Privileges
- Base::isSupported() — Method in class Base
Checks whether class is supported in this environment
- Linux::isSupported() — Method in class Linux
Checks whether class is supported in this environment
- SunOs::isSupported() — Method in class SunOs
Checks whether class is supported in this environment
- WindowsNt::isSupported() — Method in class WindowsNt
Checks whether class is supported in this environment
- Index — Class in namespace PhpMyAdmin\Setup
PhpMyAdmin\Setup\Index class
- Sql::isJustBrowsing() — Method in class Sql
Function to check whether this query is for just browsing
- SqlQueryForm::init() — Method in class SqlQueryForm
Get initial values for Sql Query Form Insert
- StorageEngine::isValid() — Method in class StorageEngine
Returns true if given engine name is supported/valid, otherwise false
- Indexes — Class in namespace PhpMyAdmin\Table
- Table::isEngine() — Method in class Table
Checks the storage engine used to create table
- Table::isView() — Method in class Table
returns whether the table is actually a view
- Table::isUpdatableView() — Method in class Table
Returns whether the table is actually an updatable view
- Table::isMerge() — Method in class Table
Checks if this is a merge table
- Table::isValidName() — Method in class Table
checks if given name is a valid table name, currently if not empty, trailing spaces, '.', '/' and '\'
- $ Theme#id — Property in class Theme
- $ Theme#imgPath — Property in class Theme
- $ Theme#imgPathFs — Property in class Theme
- ThemeManager::initializeTheme() — Method in class ThemeManager
- Tracker::isEnabled() — Method in class Tracker
- Tracker::isActive() — Method in class Tracker
Gets the on/off value of the Tracker module, starts initialization.
- Tracker::isTracked() — Method in class Tracker
Gets the tracking status of a table, is it active or disabled ?
- I18nExtension — Class in namespace PhpMyAdmin\Twig
- TwoFactor::isWritable() — Method in class TwoFactor
- Types::isUnaryOperator() — Method in class Types
Check whether operator is unary.
- UniqueCondition::isClauseUnique() — Method in class UniqueCondition
- Util::isUUIDSupported() — Method in class Util
This function is to check whether database support UUID
- Util::isInteger() — Method in class Util
Check that input is an int or an int in a string
- ForeignKey::isSupported() — Method in class ForeignKey
Verifies if this table's engine supports foreign keys
- ForeignKey::isCheckEnabled() — Method in class ForeignKey
Is Foreign key check enabled?
- FormatConverter::ipToBinary() — Method in class FormatConverter
Transforms an IP to a binary
- FormatConverter::ipToLong() — Method in class FormatConverter
Transforms an IP to a long
J
- $ Export#json_structure_or_data — Property in class Export
$cfg['Export']['json_structure_or_data'] = 'data';
- $ Export#json_pretty_print — Property in class Export
$cfg['Export']['json_pretty_print'] = false;
- $ Export#json_unicode — Property in class Export
$cfg['Export']['json_unicode'] = true;
- JavaScriptMessagesController — Class in namespace PhpMyAdmin\Controllers
Exporting of translated messages from PHP to JavaScript.
- RecentFavoriteTable::jsonSerialize() — Method in class RecentFavoriteTable
- ImageWrapper::jpeg() — Method in class ImageWrapper
K
- KillController — Class in namespace PhpMyAdmin\Controllers\Server\Status\Processes
- Encoding::kanjiChangeOrder() — Method in class Encoding
Reverses SJIS & EUC-JP position in the encoding codes list
- Encoding::kanjiStrConv() — Method in class Encoding
Kanji string encoding convert
- Encoding::kanjiFileConv() — Method in class Encoding
Kanji file encoding convert
- Encoding::kanjiEncodingForm() — Method in class Encoding
Defines radio form fields to switch between encoding modes
- $ TableProperty#key — Property in class TableProperty
The key
- Key — Class in namespace PhpMyAdmin\Plugins\TwoFactor
Hardware key based two-factor authentication
L
- Config::loadAndCheck() — Method in class Config
- Config::load() — Method in class Config
loads configuration from $source, usually the config file should be called on object creation
- Config::loadUserPreferences() — Method in class Config
Loads user preferences and merges them with current config must be called after control connection has been established
- Form::loadForm() — Method in class Form
Reads form settings and prepares class to work with given subset of config file
- $ Settings#LoginCookieValidityDisableWarning — Property in class Settings
Disable the default warning that is displayed if session.gc_maxlifetime is less than
LoginCookieValidity
- $ Settings#LintEnable — Property in class Settings
use the parser to find any errors in the query before executing
- $ Settings#LoginCookieRecall — Property in class Settings
recall previous login in cookie authentication mode or not
- $ Settings#LoginCookieValidity — Property in class Settings
validity of cookie login (in seconds; 1440 matches php.ini's session.gc_maxlifetime)
- $ Settings#LoginCookieStore — Property in class Settings
how long login cookie should be stored (in seconds)
- $ Settings#LoginCookieDeleteAll — Property in class Settings
whether to delete all login cookies on logout
- $ Settings#Lang — Property in class Settings
Force: always use this language, e.g. 'en'
- $ Settings#LongtextDoubleTextarea — Property in class Settings
double size of textarea size for LONGTEXT columns
- $ Settings#limitChars — Property in class Settings
Max field data length in browse mode for all non-numeric fields
- $ Settings#LinkLengthLimit — Property in class Settings
Limit for length of URL in links. When length would be above this limit, it is replaced by form with button.
- $ Export#lock_tables — Property in class Export
Whether to LOCK TABLES before exporting
- $ Export#latex_structure_or_data — Property in class Export
$cfg['Export']['latex_structure_or_data'] = 'structure_and_data';
- $ Export#latex_columns — Property in class Export
$cfg['Export']['latex_columns'] = true;
- $ Export#latex_relation — Property in class Export
$cfg['Export']['latex_relation'] = true;
- $ Export#latex_comments — Property in class Export
$cfg['Export']['latex_comments'] = true;
- $ Export#latex_mime — Property in class Export
$cfg['Export']['latex_mime'] = true;
- $ Export#latex_null — Property in class Export
$cfg['Export']['latex_null'] = '\textit{NULL}';
- $ Export#latex_caption — Property in class Export
$cfg['Export']['latex_caption'] = true;
- $ Export#latex_structure_caption — Property in class Export
$cfg['Export']['latex_structure_caption'] = 'strLatexStructure';
- $ Export#latex_structure_continued_caption — Property in class Export
$cfg['Export']['latex_structure_continued_caption'] = 'strLatexStructure strLatexContinued';
- $ Export#latex_data_caption — Property in class Export
$cfg['Export']['latex_data_caption'] = 'strLatexContent';
- $ Export#latex_data_continued_caption — Property in class Export
$cfg['Export']['latex_data_continued_caption'] = 'strLatexContent strLatexContinued';
- $ Export#latex_data_label — Property in class Export
$cfg['Export']['latex_data_label'] = 'tab:@TABLE@-data';
- $ Export#latex_structure_label — Property in class Export
$cfg['Export']['latex_structure_label'] = 'tab:@TABLE@-structure';
- $ Import#ldi_replace — Property in class Import
$cfg['Import']['ldi_replace'] = false;
- $ Import#ldi_ignore — Property in class Import
$cfg['Import']['ldi_ignore'] = false;
- $ Import#ldi_terminated — Property in class Import
$cfg['Import']['ldi_terminated'] = ';';
- $ Import#ldi_enclosed — Property in class Import
$cfg['Import']['ldi_enclosed'] = '"';
- $ Import#ldi_escaped — Property in class Import
$cfg['Import']['ldi_escaped'] = '\\';
- $ Import#ldi_new_line — Property in class Import
$cfg['Import']['ldi_new_line'] = 'auto';
- $ Import#ldi_columns — Property in class Import
$cfg['Import']['ldi_columns'] = '';
- $ Import#ldi_local_option — Property in class Import
'auto' for auto-detection, true or false for forcing
- $ Server#logoutUrl — Property in class Server
URL where to redirect user after logout
- LoadController — Class in namespace PhpMyAdmin\Controllers\Export\Template
- LicenseController — Class in namespace PhpMyAdmin\Controllers
Simple script to set correct charset for the license
- LintController — Class in namespace PhpMyAdmin\Controllers
Represents the interface between the linter and the query editor.
- LogoutController — Class in namespace PhpMyAdmin\Controllers
- LogVarsController — Class in namespace PhpMyAdmin\Controllers\Server\Status\Monitor
- Core::linkURL() — Method in class Core
Returns link to (possibly) external site using defined redirector.
- $ DatabaseInterface#lastQueryExecutionTime — Property in class DatabaseInterface
- $ Warning#level — Property in class Warning
- Encoding::listEncodings() — Method in class Encoding
Lists available encodings.
- $ Error#line — Property in class Error
The line in which the error occurred
- AuthenticationFailure::loggedOutDueToInactivity() — Method in class AuthenticationFailure
Automatically logged out due to inactivity
- Export::lockTables() — Method in class Export
Locks tables
- TemplateModel::load() — Method in class TemplateModel
- $ FieldMetadata#length — Property in class FieldMetadata
The width of the field, as specified in the table definition.
- Generator::linkToVarDocumentation() — Method in class Generator
Get a link to variable documentation
- Generator::linkOrButton() — Method in class Generator
Displays a link, or a link with code to trigger POST request.
- LanguageAndThemeCookieSaving — Class in namespace PhpMyAdmin\Http\Middleware
- LanguageLoading — Class in namespace PhpMyAdmin\Http\Middleware
- LoginCookieValiditySetting — Class in namespace PhpMyAdmin\Http\Middleware
- Language — Class in namespace PhpMyAdmin\I18n
Language object
- LanguageManager — Class in namespace PhpMyAdmin\I18n
Language selection manager
- LanguageManager::listLocaleDir() — Method in class LanguageManager
Returns list of available locales
- ImageWrapper::line() — Method in class ImageWrapper
- Import::lookForUse() — Method in class Import
Looks for the presence of USE to possibly change current db
- $ ImportSettings#localImportFile — Property in class ImportSettings
- $ InsertEditColumn#length — Property in class InsertEditColumn
- Linter — Class in namespace PhpMyAdmin
The linter itself.
- Linter::lint() — Method in class Linter
Runs the linting process.
- ListDatabase — Class in namespace PhpMyAdmin
Handles database lists
- Logging — Class in namespace PhpMyAdmin
Logging functionality for webserver.
- Logging::logUser() — Method in class Logging
Logs user information to webserver logs.
- $ Node#links — Property in class Node
An array of A tags, used when rendering the node.
- SubPartition::loadCommonData() — Method in class SubPartition
Loads some data that is common to both partitions and sub partitions
- AuthenticationCookie::logOut() — Method in class AuthenticationCookie
Perform logout
- AuthenticationPlugin::logFailure() — Method in class AuthenticationPlugin
- AuthenticationPlugin::logOut() — Method in class AuthenticationPlugin
Perform logout
- Eps::line() — Method in class Eps
Draw the line
- $ Pdf#leftMargin — Property in class Pdf
- Pdf::lineScale() — Method in class Pdf
Draws a scaled line
- TableStats::loadCoordinates() — Method in class TableStats
Loads coordinates of a table
- TableStats::loadDisplayField() — Method in class TableStats
Loads the table's display field
- TableStats::loadPrimaryKey() — Method in class TableStats
Loads the PRIMARY key.
- LongToIPv4TransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the long to IPv4 transformations plugins.
- Key::loadScripts() — Method in class Key
Loads needed javascripts into the page
- ReplicationInfo::load() — Method in class ReplicationInfo
- ResponseRenderer::loginPage() — Method in class ResponseRenderer
Configures response for the login page
- AccountLocking::lock() — Method in class AccountLocking
- $ Data#links — Property in class Data
- Base::loadavg() — Method in class Base
Gets load information
- Linux — Class in namespace PhpMyAdmin\Server\SysInfo
Linux based SysInfo class
- Linux::loadavg() — Method in class Linux
Gets load information
- SunOs::loadavg() — Method in class SunOs
Gets load information
- WindowsNt::loadavg() — Method in class WindowsNt
Gets load information
- Table::loadUiPrefs() — Method in class Table
Loads the UI preferences for this table.
- Theme::loadInfo() — Method in class Theme
Loads theme information
- Theme::load() — Method in class Theme
- ThemeManager::loadThemes() — Method in class ThemeManager
- UserPreferences::load() — Method in class UserPreferences
Loads user preferences
- Util::localisedDate() — Method in class Util
Writes localised date
- Util::listPHPExtensions() — Method in class Util
Returns list of used PHP extensions.
- FormatConverter::longToIp() — Method in class FormatConverter
Transforms a long to an IP
M
- $ Charsets#mysqlCharsetMap — Property in class Charsets
MySQL charsets map
- MainForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- MainForm — Class in namespace PhpMyAdmin\Config\Forms\User
- $ Settings#MaxDbList — Property in class Settings
maximum number of db's displayed in database list
- $ Settings#MaxTableList — Property in class Settings
maximum number of tables displayed in table list
- $ Settings#MaxCharactersInDisplayedSQL — Property in class Settings
maximum number of characters when a SQL query is displayed
- $ Settings#MysqlSslWarningSafeHosts — Property in class Settings
Hosts or IPs to consider safe when checking if SSL is used or not
- $ Settings#MemoryLimit — Property in class Settings
maximum allocated bytes ('-1' for no limit, '0' for no change) this is a string because '16M' is a valid value; we must put here a string as the default value so that /setup accepts strings
- $ Settings#MaxNavigationItems — Property in class Settings
maximum number of items displayed in navigation panel
- $ Settings#maxRows — Property in class Settings
Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next".
- $ Settings#MinSizeForInputField — Property in class Settings
The minimum size for character input fields
- $ Settings#MaxSizeForInputField — Property in class Settings
The maximum size for character input fields
- $ Settings#MaxExactCount — Property in class Settings
When approximate count < this, PMA will get exact count for table rows.
- $ Settings#MaxExactCountViews — Property in class Settings
Zero means that no row count is done for views; see the doc
- $ Settings#maxRowPlotLimit — Property in class Settings
Max rows retrieved for zoom search
- $ Settings#mysqlMinVersion — Property in class Settings
MySQL minimal version required
- $ Console#Mode — Property in class Console
Console mode
- $ Export#method — Property in class Export
$cfg['Export']['method'] = 'quick';
- $ Export#mediawiki_structure_or_data — Property in class Export
$cfg['Export']['mediawiki_structure_or_data'] = 'data';
- $ Export#mediawiki_caption — Property in class Export
$cfg['Export']['mediawiki_caption'] = true;
- $ Export#mediawiki_headers — Property in class Export
$cfg['Export']['mediawiki_headers'] = true;
- $ Server#maxTableUiPrefs — Property in class Server
Maximum number of records saved in $cfg['Servers'][$i]['table_uiprefs'] table.
- CentralColumnsController::main() — Method in class CentralColumnsController
- MultiTableQueryController — Class in namespace PhpMyAdmin\Controllers\Database
Handles database multi-table querying
- MakeConsistentController — Class in namespace PhpMyAdmin\Controllers\Database\Structure\CentralColumns
- MainController — Class in namespace PhpMyAdmin\Controllers\Normalization
Normalization process (temporarily specific to 1NF).
- MoveRepeatingGroup — Class in namespace PhpMyAdmin\Controllers\Normalization
- MainPanelController — Class in namespace PhpMyAdmin\Controllers\Preferences
- ManageController — Class in namespace PhpMyAdmin\Controllers\Preferences
User preferences management page.
- MonitorController — Class in namespace PhpMyAdmin\Controllers\Server\Status
- MainController — Class in namespace PhpMyAdmin\Controllers\Setup
- MoveColumnsController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- Core::mimeDefaultFunction() — Method in class Core
Replace some html-unfriendly stuff
- CentralColumns::makeConsistentWithList() — Method in class CentralColumns
Make the columns of given tables consistent with central list of columns.
- MultiTableQuery — Class in namespace PhpMyAdmin\Database
Class to handle database Multi-table querying
- MysqliResult — Class in namespace PhpMyAdmin\Dbal
Extension independent database result
- MysqliStatement — Class in namespace PhpMyAdmin\Dbal
- Memory — Class in namespace PhpMyAdmin\Engines
The MEMORY (HEAP) storage engine
- Merge — Class in namespace PhpMyAdmin\Engines
The MERGE storage engine
- MrgMyisam — Class in namespace PhpMyAdmin\Engines
The MERGE storage engine
- Myisam — Class in namespace PhpMyAdmin\Engines
The MyISAM storage engine
- MismatchedSessionId — Class in namespace PhpMyAdmin\Exceptions
- MissingExtensionException — Class in namespace PhpMyAdmin\Exceptions
- MissingTheme — Class in namespace PhpMyAdmin\Exceptions
- Export::mergeAliases() — Method in class Export
Merge two alias arrays, if array1 and array2 have conflicting alias then array2 value is used if it is non empty otherwise array1 value.
- Extent::merge() — Method in class Extent
- Generator::mysqlDie() — Method in class Generator
Displays a MySQL error message in the main panel when $exit is true.
- MySQLDocumentation — Class in namespace PhpMyAdmin\Html
Generate HTML for MySQL Documentation
- MinimumCommonRedirection — Class in namespace PhpMyAdmin\Http\Middleware
- Language::matchesAcceptLanguage() — Method in class Language
Checks whether language matches HTTP header Accept-Language.
- Language::matchesUserAgent() — Method in class Language
Checks whether language matches HTTP header User-Agent
- $ ImportSettings#maxSqlLength — Property in class ImportSettings
- $ ImportSettings#maximumTime — Property in class ImportSettings
- $ ImportSettings#message — Property in class ImportSettings
- $ InsertEditColumn#md5 — Property in class InsertEditColumn
- Menu — Class in namespace PhpMyAdmin
Generates and renders the top menu
- Message — Class in namespace PhpMyAdmin
a single message
- $ Message#message — Property in class Message
The formatted message
- Mime — Class in namespace PhpMyAdmin
Handles mime type detection
- Normalization::moveRepeatingGroup() — Method in class Normalization
move the repeating group of columns to a new table
- Operations::moveOrCopyTable() — Method in class Operations
Move or copy a table
- Maintenance — Class in namespace PhpMyAdmin\Partitioning
- $ SubPartition#method — Property in class SubPartition
- Pdf::morepagestable() — Method in class Pdf
Generate table
- Pdf::mysqlReport() — Method in class Pdf
MySQL report
- $ RelationStatsDia#masterTableId — Property in class RelationStatsDia
- Eps::moveTo() — Method in class Eps
Set the current point
- $ TwoFactorPlugin#message — Property in class TwoFactorPlugin
- MessageOnlyPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type messageOnly
- MariaDbMySqlKbsProvider — Class in namespace PhpMyAdmin\Providers\ServerVariables
- ServerVariablesProvider::mariaDbMySqlKbsExists() — Method in class ServerVariablesProvider
- ResponseRenderer::missingParameterError() — Method in class ResponseRenderer
- Monitor — Class in namespace PhpMyAdmin\Server\Status
functions for displaying server status sub item: monitor
- Base::memory() — Method in class Base
Gets information about memory usage
- Linux::memory() — Method in class Linux
Gets information about memory usage
- SunOs::memory() — Method in class SunOs
Gets information about memory usage
- WindowsNt::memory() — Method in class WindowsNt
Gets information about memory usage
- Index::messagesBegin() — Method in class Index
Initializes message list
- Index::messagesSet() — Method in class Index
Adds a new message to message list
- Index::messagesEnd() — Method in class Index
Cleans up message list
- Index::messagesShowHtml() — Method in class Index
Prints message list, must be called after self::messagesEnd()
- Maintenance — Class in namespace PhpMyAdmin\Table
- Message — Class in namespace PhpMyAdmin\Table\Maintenance
- $ Table#messages — Property in class Table
- TableMover::moveCopy() — Method in class TableMover
- $ Theme#mtimeInfo — Property in class Theme
- MessageExtension — Class in namespace PhpMyAdmin\Twig
- Types::mapAliasToMysqlType() — Method in class Types
N
- NavigationItemsHidingFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- $ Form#name — Property in class Form
Form name
- NaviForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- NaviForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- NaviForm — Class in namespace PhpMyAdmin\Config\Forms\User
- $ Settings#NavigationTreeEnableGrouping — Property in class Settings
turn the select-based light menu into a tree
- $ Settings#NavigationTreeDbSeparator — Property in class Settings
the separator to sub-tree the select-based light menu tree
- $ Settings#NavigationTreeTableSeparator — Property in class Settings
Which string will be used to generate table prefixes to split/nest tables into multiple categories
- $ Settings#NavigationTreeTableLevel — Property in class Settings
How many sublevels should be displayed when splitting up tables by the above Separator
- $ Settings#NavigationLinkWithMainPanel — Property in class Settings
link with main panel by highlighting the current db/table
- $ Settings#NavigationDisplayLogo — Property in class Settings
display logo at top of navigation panel
- $ Settings#NavigationLogoLink — Property in class Settings
where should logo link point to (can also contain an external URL)
- $ Settings#NavigationLogoLinkWindow — Property in class Settings
whether to open the linked page in the main window ('main') or in a new window ('new')
- $ Settings#NumRecentTables — Property in class Settings
number of recently used tables displayed in the navigation panel
- $ Settings#NumFavoriteTables — Property in class Settings
number of favorite tables displayed in the navigation panel
- $ Settings#NavigationTreeDisplayItemFilterMinimum — Property in class Settings
display a JavaScript table filter in the navigation panel when more then x tables are present
- $ Settings#NavigationDisplayServers — Property in class Settings
display server choice at top of navigation panel
- $ Settings#NavigationTreeDisplayDbFilterMinimum — Property in class Settings
display a JavaScript database filter in the navigation panel when more then x databases are present
- $ Settings#NavigationTreeDefaultTabTable — Property in class Settings
target of the navigation panel quick access icon
- $ Settings#NavigationTreeDefaultTabTable2 — Property in class Settings
target of the navigation panel quick second access icon
- $ Settings#NavigationTreeEnableExpansion — Property in class Settings
Enables the possibility of navigation tree expansion
- $ Settings#NavigationTreeShowTables — Property in class Settings
Show tables in navigation panel
- $ Settings#NavigationTreeShowViews — Property in class Settings
Show views in navigation panel
- $ Settings#NavigationTreeShowFunctions — Property in class Settings
Show functions in navigation panel
- $ Settings#NavigationTreeShowProcedures — Property in class Settings
Show procedures in navigation panel
- $ Settings#NavigationTreeShowEvents — Property in class Settings
Show events in navigation panel
- $ Settings#NavigationWidth — Property in class Settings
Width of navigation panel
- $ Settings#NavigationTreeAutoexpandSingleDb — Property in class Settings
Automatically expands single database in navigation panel
- $ Settings#NavigationTreePointerEnable — Property in class Settings
enable the left panel pointer
- $ Settings#NaturalOrder — Property in class Settings
Sort table and database in natural order
- $ Server#navigationHiding — Property in class Server
table to store information about item hidden from navigation tree
- leave blank to disable hide/show navigation items feature SUGGESTED: 'pma__navigationhiding'
- NavigationController — Class in namespace PhpMyAdmin\Controllers
The navigation panel
- NewTablesController — Class in namespace PhpMyAdmin\Controllers\Normalization\SecondNormalForm
- NewTablesController — Class in namespace PhpMyAdmin\Controllers\Normalization\ThirdNormalForm
- NavigationController — Class in namespace PhpMyAdmin\Controllers\Preferences
- DatabaseInterface::nextResult() — Method in class DatabaseInterface
Prepare next result from multi_query
- $ Routines#numericOptions — Property in class Routines
- DbalInterface::nextResult() — Method in class DbalInterface
Prepare next result from multi_query
- DbiExtension::nextResult() — Method in class DbiExtension
Prepare next result from multi_query
- DbiMysqli::nextResult() — Method in class DbiMysqli
Prepare next result from multi_query
- MysqliResult::numFields() — Method in class MysqliResult
Returns the number of fields in the result
- MysqliResult::numRows() — Method in class MysqliResult
Returns the number of rows in the result
- ResultInterface::numFields() — Method in class ResultInterface
Returns the number of fields in the result
- ResultInterface::numRows() — Method in class ResultInterface
Returns the number of rows in the result
- Ndbcluster — Class in namespace PhpMyAdmin\Engines
The NDBCLUSTER storage engine
- $ FieldMetadata#name — Property in class FieldMetadata
The column name
- $ File#name — Property in class File
- Ajax::nopluginCheck() — Method in class Ajax
Default plugin for handling import.
- Message::notice() — Method in class Message
get Message of type notice
- Navigation — Class in namespace PhpMyAdmin\Navigation
The navigation panel - displays server, db and table selection tree
- NavigationTree — Class in namespace PhpMyAdmin\Navigation
Displays a collapsible of database objects in the navigation frame
- Node — Class in namespace PhpMyAdmin\Navigation\Nodes
The Node is the building block for the collapsible navigation tree
- NodeColumn — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a columns node in the navigation tree
- NodeColumnContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for column nodes in the navigation tree
- NodeDatabase — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a database node in the navigation tree
- NodeDatabaseChild — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a node that is a child of a database node This may either be a concrete child such as table or a container such as table container
- NodeDatabaseChildContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents container node that carries children of a database
- NodeDatabaseContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for database nodes in the navigation tree
- NodeEvent — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a event node in the navigation tree
- NodeEventContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for events nodes in the navigation tree
- NodeFunction — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a function node in the navigation tree
- NodeFunctionContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for functions nodes in the navigation tree
- NodeIndex — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a index node in the navigation tree
- NodeIndexContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for index nodes in the navigation tree
- NodeProcedure — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a procedure node in the navigation tree
- NodeProcedureContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for procedure nodes in the navigation tree
- NodeTable — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a columns node in the navigation tree
- NodeTableContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for table nodes in the navigation tree
- NodeTrigger — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a trigger node in the navigation tree
- NodeTriggerContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for trigger nodes in the navigation tree
- NodeView — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a view node in the navigation tree
- NodeViewContainer — Class in namespace PhpMyAdmin\Navigation\Nodes
Represents a container for view nodes in the navigation tree
- Normalization — Class in namespace PhpMyAdmin
Set of functions used for normalization
- $ SubPartition#name — Property in class SubPartition
- $ TableProperty#name — Property in class TableProperty
- Name
- $ TableProperty#nullable — Property in class TableProperty
Whether the key is nullable or not
- Pdf::numLines() — Method in class Pdf
Compute number of lines used by a multicell of width w
- NumberPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type number
- $ Theme#name — Property in class Theme
O
- $ Settings#OBGzip — Property in class Settings
use GZIP output buffering if possible (true|false|'auto')
- $ Settings#Order — Property in class Settings
default for 'ORDER BY' clause (valid values are 'ASC', 'DESC' or 'SMART' -ie descending order for fields of type TIME, DATE, DATETIME & TIMESTAMP, ascending order else-)
- $ Console#OrderBy — Property in class Console
$cfg['Console']['OrderBy'] = 'exec';
- $ Console#Order — Property in class Console
$cfg['Console']['Order'] = 'asc';
- $ Export#onserver — Property in class Export
$cfg['Export']['onserver'] = false;
- $ Export#onserver_overwrite — Property in class Export
$cfg['Export']['onserver_overwrite'] = false;
- $ Export#ods_columns — Property in class Export
$cfg['Export']['ods_columns'] = false;
- $ Export#ods_null — Property in class Export
$cfg['Export']['ods_null'] = 'NULL';
- $ Export#odt_structure_or_data — Property in class Export
$cfg['Export']['odt_structure_or_data'] = 'structure_and_data';
- $ Export#odt_columns — Property in class Export
$cfg['Export']['odt_columns'] = true;
- $ Export#odt_relation — Property in class Export
$cfg['Export']['odt_relation'] = true;
- $ Export#odt_comments — Property in class Export
$cfg['Export']['odt_comments'] = true;
- $ Export#odt_mime — Property in class Export
$cfg['Export']['odt_mime'] = true;
- $ Export#odt_null — Property in class Export
$cfg['Export']['odt_null'] = 'NULL';
- $ Export#ods_structure_or_data — Property in class Export
$cfg['Export']['ods_structure_or_data'] = 'data';
- $ Import#ods_col_names — Property in class Import
$cfg['Import']['ods_col_names'] = false;
- $ Import#ods_empty_rows — Property in class Import
$cfg['Import']['ods_empty_rows'] = true;
- $ Import#ods_recognize_percentages — Property in class Import
$cfg['Import']['ods_recognize_percentages'] = true;
- $ Import#ods_recognize_currency — Property in class Import
$cfg['Import']['ods_recognize_currency'] = true;
- $ Server#onlyDb — Property in class Server
If set to a db-name, only this db is displayed in navigation panel It may also be an array of db-names
- OptimizeController — Class in namespace PhpMyAdmin\Controllers\Table\Maintenance
- OptimizeController — Class in namespace PhpMyAdmin\Controllers\Table\Partition
- OverviewController — Class in namespace PhpMyAdmin\Controllers\Transformation
Lists available transformation plugins
- Export::outputHandler() — Method in class Export
Output handler for all exports, if needed buffering, it stores data into $this->dumpBuffer, otherwise it prints them out.
- Export::openFile() — Method in class Export
Open the export file
- Options — Class in namespace PhpMyAdmin\Export
- $ FieldMetadata#orgname — Property in class FieldMetadata
The original column name if an alias did exist
- $ FieldMetadata#orgtable — Property in class FieldMetadata
The original table name
- $ File#offset — Property in class File
- File::open() — Method in class File
Attempts to open the file.
- File::openZip() — Method in class File
Opens file from zip
- OutputBuffering — Class in namespace PhpMyAdmin\Http\Middleware
- $ ImportSettings#offset — Property in class ImportSettings
- ObjectFetcher — Class in namespace PhpMyAdmin\Navigation\Nodes
- OpenDocument — Class in namespace PhpMyAdmin
Simplified OpenDocument creator class
- Operations — Class in namespace PhpMyAdmin
Set of functions with the operations section in phpMyAdmin
- Maintenance::optimize() — Method in class Maintenance
- $ SubPartition#ordinal — Property in class SubPartition
- $ DiaRelationSchema#objectId — Property in class DiaRelationSchema
- $ ExportRelationSchema#orientation — Property in class ExportRelationSchema
- $ ExportRelationSchema#offline — Property in class ExportRelationSchema
- OptionsPropertyMainGroup — Class in namespace PhpMyAdmin\Properties\Options\Groups
Group property item class of type main
- OptionsPropertyRootGroup — Class in namespace PhpMyAdmin\Properties\Options\Groups
Group property item class of type root
- OptionsPropertySubgroup — Class in namespace PhpMyAdmin\Properties\Options\Groups
Group property item class of type subgroup
- OptionsPropertyGroup — Class in namespace PhpMyAdmin\Properties\Options
Parents group property items and provides methods to manage groups of properties.
- OptionsPropertyItem — Class in namespace PhpMyAdmin\Properties\Options
Superclass for
- PhpMyAdmin\Properties\Options\OptionsPropertyOneItem and
- OptionsProperty Group
- OptionsPropertyOneItem — Class in namespace PhpMyAdmin\Properties\Options
Parents only single property items (not groups).
P
- Cache::purge() — Method in class Cache
Purge all cached values
- PdfFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- Relation::purgeHistory() — Method in class Relation
purges SQL history
- FormDisplay::process() — Method in class FormDisplay
Processes forms, returns true on successful save
- BaseFormList::process() — Method in class BaseFormList
Processes forms, returns true on successful save
- PageFormList — Class in namespace PhpMyAdmin\Config\Forms\Page
- PageSettings — Class in namespace PhpMyAdmin\Config
Page-related settings
- ServerConfigChecks::performConfigChecks() — Method in class ServerConfigChecks
Perform config checks
- ServerConfigChecks::performConfigChecksServers() — Method in class ServerConfigChecks
Check config of servers
- ServerConfigChecks::performConfigChecksServersGetServerName() — Method in class ServerConfigChecks
Define server name
- ServerConfigChecks::performConfigChecksZips() — Method in class ServerConfigChecks
Perform config checks for zip part.
- ServerConfigChecks::performConfigChecksServersZipdump() — Method in class ServerConfigChecks
Perform config checks for zip part.
- ServerConfigChecks::performConfigChecksLoginCookie() — Method in class ServerConfigChecks
Check configuration for login cookie
- ServerConfigChecks::performConfigChecksServerBZipdump() — Method in class ServerConfigChecks
Check GZipDump configuration
- ServerConfigChecks::performConfigChecksServerGZipdump() — Method in class ServerConfigChecks
Check GZipDump configuration
- $ Settings#PmaAbsoluteUri — Property in class Settings
Your phpMyAdmin URL.
- $ Settings#PmaNoRelation_DisableWarning — Property in class Settings
Disable the default warning that is displayed on the DB Details Structure page if any of the required Tables for the configuration storage could not be found
- $ Settings#ProxyUrl — Property in class Settings
The url of the proxy to be used when retrieving the information about the latest version of phpMyAdmin or error reporting. You need this if the server where phpMyAdmin is installed does not have direct access to the internet.
- $ Settings#ProxyUser — Property in class Settings
The username for authenticating with the proxy. By default, no authentication is performed. If a username is supplied, Basic Authentication will be performed. No other types of authentication are currently supported.
- $ Settings#ProxyPass — Property in class Settings
The password for authenticating with the proxy.
- $ Settings#PersistentConnections — Property in class Settings
use persistent connections to MySQL database
- $ Settings#ProtectBinary — Property in class Settings
disallow editing of binary fields valid values are: false allow editing 'blob' allow editing except for BLOB fields 'noblob' disallow editing except for BLOB fields 'all' disallow editing
- $ Settings#PropertiesNumColumns — Property in class Settings
How many columns should be used for table display of a database? (a value larger than 1 results in some information being hidden)
- $ Settings#PDFPageSizes — Property in class Settings
Possible paper sizes for creating PDF pages.
- $ Settings#PDFDefaultPageSize — Property in class Settings
Default page size to use when creating PDF pages.
- $ Export#pdf_structure_or_data — Property in class Export
$cfg['Export']['pdf_structure_or_data'] = 'data';
- $ Export#phparray_structure_or_data — Property in class Export
$cfg['Export']['phparray_structure_or_data'] = 'data';
- $ Export#pdf_report_title — Property in class Export
$cfg['Export']['pdf_report_title'] = '';
- $ Schema#pdf_show_color — Property in class Schema
$cfg['Schema']['pdf_show_color'] = true;
- $ Schema#pdf_show_keys — Property in class Schema
$cfg['Schema']['pdf_show_keys'] = false;
- $ Schema#pdf_all_tables_same_width — Property in class Schema
$cfg['Schema']['pdf_all_tables_same_width'] = false;
- $ Schema#pdf_orientation — Property in class Schema
$cfg['Schema']['pdf_orientation'] = 'L';
- $ Schema#pdf_paper — Property in class Schema
$cfg['Schema']['pdf_paper'] = 'A4';
- $ Schema#pdf_show_grid — Property in class Schema
$cfg['Schema']['pdf_show_grid'] = false;
- $ Schema#pdf_with_doc — Property in class Schema
$cfg['Schema']['pdf_with_doc'] = true;
- $ Schema#pdf_table_order — Property in class Schema
$cfg['Schema']['pdf_table_order'] = '';
- $ Server#port — Property in class Server
MySQL port - leave blank for default port
- $ Server#password — Property in class Server
MySQL password (only needed with 'config' auth_type)
- $ Server#pmaDb — Property in class Server
Database used for Relation, Bookmark and PDF Features (see resources/sql/create_tables.sql)
- leave blank for no support SUGGESTED: 'phpmyadmin'
- $ Server#pdfPages — Property in class Server
table to describe pages of relationpdf
- leave blank if you don't want to use this SUGGESTED: 'pma__pdf_pages'
- $ Transformations#PreApPend — Property in class Transformations
Prepends and/or Appends text to a string.
- PopulateColumnsController — Class in namespace PhpMyAdmin\Controllers\Database\CentralColumns
- PrivilegesController — Class in namespace PhpMyAdmin\Controllers\Database
Controller for database privileges
- PartialDependenciesController — Class in namespace PhpMyAdmin\Controllers\Normalization
- PhpInfoController — Class in namespace PhpMyAdmin\Controllers
phpinfo() wrapper to allow displaying only when configured to do so.
- PluginsController — Class in namespace PhpMyAdmin\Controllers\Server
Handles viewing server plugin details
- PrivilegesController — Class in namespace PhpMyAdmin\Controllers\Server
Server privileges and users manipulations.
- ProcessesController — Class in namespace PhpMyAdmin\Controllers\Server\Status
- PrivilegesController — Class in namespace PhpMyAdmin\Controllers\Table
Controller for table privileges
- PartitioningController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- PrimaryController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- Core::previewSQL() — Method in class Core
Displays SQL query before executing.
- Core::populateRequestWithEncryptedQueryParams() — Method in class Core
- DatabaseInterface::postConnect() — Method in class DatabaseInterface
Function called just after a connection to the MySQL database server has been established. It sets the connection collation, and determines the version of MySQL which is running.
- DatabaseInterface::prepare() — Method in class DatabaseInterface
Prepare an SQL statement for execution.
- DbalInterface::postConnect() — Method in class DbalInterface
Function called just after a connection to the MySQL database server has been established. It sets the connection collation, and determines the version of MySQL which is running.
- DbalInterface::prepare() — Method in class DbalInterface
Prepare an SQL statement for execution.
- DbiExtension::prepare() — Method in class DbiExtension
Prepare an SQL statement for execution.
- DbiMysqli::prepare() — Method in class DbiMysqli
Prepare an SQL statement for execution.
- Pbxt — Class in namespace PhpMyAdmin\Engines
The PBXT storage engine
- PerformanceSchema — Class in namespace PhpMyAdmin\Engines
The performance schema storage engine
- Error::processBacktrace() — Method in class Error
Process backtrace to avoid path disclosures, objects and so on
- Point — Class in namespace PhpMyAdmin\Gis\Ds
- Polygon — Class in namespace PhpMyAdmin\Gis\Ds
- GisGeometry::prepareRowAsSvg() — Method in class GisGeometry
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisGeometry::prepareRowAsPng() — Method in class GisGeometry
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisGeometry::prepareRowAsPdf() — Method in class GisGeometry
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisGeometry::prepareRowAsOl() — Method in class GisGeometry
Prepares the data related to a row in the GIS dataset to visualize it with OpenLayers.
- GisGeometry::parseWktAndSrid() — Method in class GisGeometry
Parses the wkt and optional srid from a combined string for the GIS data editor
- GisGeometryCollection::prepareRowAsPng() — Method in class GisGeometryCollection
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisGeometryCollection::prepareRowAsPdf() — Method in class GisGeometryCollection
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisGeometryCollection::prepareRowAsSvg() — Method in class GisGeometryCollection
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisGeometryCollection::prepareRowAsOl() — Method in class GisGeometryCollection
Prepares data related to a row in the GIS dataset to visualize it with OpenLayers.
- GisLineString::prepareRowAsPng() — Method in class GisLineString
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisLineString::prepareRowAsPdf() — Method in class GisLineString
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisLineString::prepareRowAsSvg() — Method in class GisLineString
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisLineString::prepareRowAsOl() — Method in class GisLineString
Prepares data related to a row in the GIS dataset to visualize it with OpenLayers.
- GisMultiLineString::prepareRowAsPng() — Method in class GisMultiLineString
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisMultiLineString::prepareRowAsPdf() — Method in class GisMultiLineString
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisMultiLineString::prepareRowAsSvg() — Method in class GisMultiLineString
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisMultiLineString::prepareRowAsOl() — Method in class GisMultiLineString
Prepares data related to a row in the GIS dataset to visualize it with OpenLayers.
- GisMultiPoint::prepareRowAsPng() — Method in class GisMultiPoint
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisMultiPoint::prepareRowAsPdf() — Method in class GisMultiPoint
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisMultiPoint::prepareRowAsSvg() — Method in class GisMultiPoint
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisMultiPoint::prepareRowAsOl() — Method in class GisMultiPoint
Prepares data related to a row in the GIS dataset to visualize it with OpenLayers.
- GisMultiPolygon::prepareRowAsPng() — Method in class GisMultiPolygon
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisMultiPolygon::prepareRowAsPdf() — Method in class GisMultiPolygon
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisMultiPolygon::prepareRowAsSvg() — Method in class GisMultiPolygon
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisMultiPolygon::prepareRowAsOl() — Method in class GisMultiPolygon
Prepares data related to a row in the GIS dataset to visualize it with OpenLayers.
- GisPoint::prepareRowAsPng() — Method in class GisPoint
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisPoint::prepareRowAsPdf() — Method in class GisPoint
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisPoint::prepareRowAsSvg() — Method in class GisPoint
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisPoint::prepareRowAsOl() — Method in class GisPoint
Prepares data related to a row in the GIS dataset to visualize it with OpenLayers.
- GisPolygon::prepareRowAsPng() — Method in class GisPolygon
Adds to the PNG image object, the data related to a row in the GIS dataset.
- GisPolygon::prepareRowAsPdf() — Method in class GisPolygon
Adds to the TCPDF instance, the data related to a row in the GIS dataset.
- GisPolygon::prepareRowAsSvg() — Method in class GisPolygon
Prepares and returns the code related to a row in the GIS dataset as SVG.
- GisPolygon::prepareRowAsOl() — Method in class GisPolygon
Prepares data related to a row in the GIS dataset to visualize it with OpenLayers.
- Authentication::process() — Method in class Authentication
- ConfigErrorAndPermissionChecking::process() — Method in class ConfigErrorAndPermissionChecking
- ConfigLoading::process() — Method in class ConfigLoading
- CurrentServerGlobalSetting::process() — Method in class CurrentServerGlobalSetting
- DatabaseAndTableSetting::process() — Method in class DatabaseAndTableSetting
- DatabaseServerVersionChecking::process() — Method in class DatabaseServerVersionChecking
- EncryptedQueryParamsHandling::process() — Method in class EncryptedQueryParamsHandling
- ErrorHandling::process() — Method in class ErrorHandling
- LanguageAndThemeCookieSaving::process() — Method in class LanguageAndThemeCookieSaving
- LanguageLoading::process() — Method in class LanguageLoading
- LoginCookieValiditySetting::process() — Method in class LoginCookieValiditySetting
- MinimumCommonRedirection::process() — Method in class MinimumCommonRedirection
- OutputBuffering::process() — Method in class OutputBuffering
- PhpExtensionsChecking — Class in namespace PhpMyAdmin\Http\Middleware
- PhpExtensionsChecking::process() — Method in class PhpExtensionsChecking
- PhpSettingsConfiguration — Class in namespace PhpMyAdmin\Http\Middleware
Applies changes to PHP configuration.
- PhpSettingsConfiguration::process() — Method in class PhpSettingsConfiguration
- ProfilingChecking — Class in namespace PhpMyAdmin\Http\Middleware
- ProfilingChecking::process() — Method in class ProfilingChecking
- RecentTableHandling::process() — Method in class RecentTableHandling
- RequestProblemChecking::process() — Method in class RequestProblemChecking
- ResponseRendererLoading::process() — Method in class ResponseRendererLoading
- RouteParsing::process() — Method in class RouteParsing
- ServerConfigurationChecking::process() — Method in class ServerConfigurationChecking
- SessionHandling::process() — Method in class SessionHandling
- SetupPageRedirection::process() — Method in class SetupPageRedirection
- SqlDelimiterSetting::process() — Method in class SqlDelimiterSetting
- SqlQueryGlobalSetting::process() — Method in class SqlQueryGlobalSetting
- StatementHistory::process() — Method in class StatementHistory
- ThemeInitialization::process() — Method in class ThemeInitialization
- TokenMismatchChecking::process() — Method in class TokenMismatchChecking
- TokenRequestParamChecking::process() — Method in class TokenRequestParamChecking
- UriSchemeUpdating::process() — Method in class UriSchemeUpdating
- UrlParamsSetting::process() — Method in class UrlParamsSetting
- UrlRedirection::process() — Method in class UrlRedirection
- UserPreferencesLoading::process() — Method in class UserPreferencesLoading
- ImageWrapper::png() — Method in class ImageWrapper
- Ajax::progressCheck() — Method in class Ajax
Checks if PhpMyAdmin\Plugins\Import\Upload\UploadProgress bar extension is available.
- $ InsertEditColumn#pmaType — Property in class InsertEditColumn
- $ Message#params — Property in class Message
holds parameters
- $ Node#parent — Property in class Node
- $ Node#pos2 — Property in class Node
- $ Node#pos3 — Property in class Node
- Node::parents() — Method in class Node
Retrieves the parents for a node
- ParseAnalyze — Class in namespace PhpMyAdmin
Parse and analyse a SQL query
- Partition — Class in namespace PhpMyAdmin\Partitioning
- Pdf — Class in namespace PhpMyAdmin
PDF export base class providing basic configuration.
- Plugins — Class in namespace PhpMyAdmin
- $ AuthenticationPlugin#password — Property in class AuthenticationPlugin
- Password
- $ ExportPlugin#properties — Property in class ExportPlugin
Object containing the specific export plugin type properties.
- Pdf — Class in namespace PhpMyAdmin\Plugins\Export\Helpers
Adapted from a LGPL script by Philip Clarke
- $ ImportPlugin#properties — Property in class ImportPlugin
Object containing the import plugin properties.
- Plugin — Class in namespace PhpMyAdmin\Plugins
- $ SchemaPlugin#properties — Property in class SchemaPlugin
Object containing the specific schema export plugin type properties.
- $ ExportRelationSchema#paper — Property in class ExportRelationSchema
- $ ExportRelationSchema#pageNumber — Property in class ExportRelationSchema
- Pdf — Class in namespace PhpMyAdmin\Plugins\Schema\Pdf
Extends the "TCPDF" class and helps in developing the structure of PDF Schema Export
- PdfRelationSchema — Class in namespace PhpMyAdmin\Plugins\Schema\Pdf
Pdf Relation Schema Class
- Svg::printElement() — Method in class Svg
Draws RelationStatsSvg elements
- Svg::printElementLine() — Method in class Svg
Draws RelationStatsSvg Line element
- $ TableStats#primary — Property in class TableStats
- PreApPendTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the prepend/append transformations plugins.
- $ TwoFactorPlugin#provided — Property in class TwoFactorPlugin
- Profiling — Class in namespace PhpMyAdmin
Statement resource usage.
- PluginPropertyItem — Class in namespace PhpMyAdmin\Properties\Plugins
Superclass for
- PhpMyAdmin\Properties\Plugins\ExportPluginProperties,
- PhpMyAdmin\Properties\Plugins\ImportPluginProperties and
- TransformationsPluginProperties
- PropertyItem — Class in namespace PhpMyAdmin\Properties
Provides an interface for Property classes
- $ ReplicationInfo#primaryVariables — Property in class ReplicationInfo
- Plugin — Class in namespace PhpMyAdmin\Server
Server Plugin value object
- Plugins — Class in namespace PhpMyAdmin\Server
- Privileges — Class in namespace PhpMyAdmin\Server
Privileges class
- Privileges::parseProcPriv() — Method in class Privileges
Parses Proc_priv data
- Processes — Class in namespace PhpMyAdmin\Server\Status
- $ Theme#path — Property in class Theme
- $ ThemeManager#perServer — Property in class ThemeManager
- Tracker::parseQuery() — Method in class Tracker
Parses a query. Gets
- statement identifier (UPDATE, ALTER TABLE, ...)
- type of statement, is it part of DDL or DML ?
- tablename
- PmaGlobalVariable — Class in namespace PhpMyAdmin\Twig
- $ UrlParams#params — Property in class UrlParams
- UserPreferences::pageInit() — Method in class UserPreferences
Common initialization for user preferences modification pages
- UserPreferences::persistOption() — Method in class UserPreferences
Updates one user preferences option (loads and saves to database).
- Util::pageselector() — Method in class Util
Generate a pagination selector for browsing resultsets
- Util::printableBitValue() — Method in class Util
Converts a bit value to printable format; in MySQL a BIT field can be from 1 to 64 bits so we need this function because in PHP, decbin() supports only 32 bits on 32-bit servers
- Util::parseEnumSetValues() — Method in class Util
Parses ENUM/SET values
- Util::processIndexData() — Method in class Util
Process the index data.
- CustomServer::parseAndValidateAssertionResponse() — Method in class CustomServer
- CustomServer::parseAndValidateAttestationResponse() — Method in class CustomServer
- Server::parseAndValidateAssertionResponse() — Method in class Server
- Server::parseAndValidateAttestationResponse() — Method in class Server
- WebauthnLibServer::parseAndValidateAssertionResponse() — Method in class WebauthnLibServer
- WebauthnLibServer::parseAndValidateAttestationResponse() — Method in class WebauthnLibServer
Q
- $ Settings#QueryHistoryDB — Property in class Settings
Set to true if you want DB-based query history.If false, this utilizes JS-routines to display query history (lost by window close)
- $ Settings#QueryHistoryMax — Property in class Settings
When using DB-based query history, how many entries should be kept?
- $ Export#quick_export_onserver — Property in class Export
$cfg['Export']['quick_export_onserver'] = false;
- $ Export#quick_export_onserver_overwrite — Property in class Export
$cfg['Export']['quick_export_onserver_overwrite'] = false;
- QueryController — Class in namespace PhpMyAdmin\Controllers\Database\MultiTableQuery
- QueryAnalyzerController — Class in namespace PhpMyAdmin\Controllers\Server\Status\Monitor
- QueriesController — Class in namespace PhpMyAdmin\Controllers\Server\Status
- DatabaseInterface::query() — Method in class DatabaseInterface
Executes a query and returns the result
- DatabaseInterface::queryAsControlUser() — Method in class DatabaseInterface
Executes a query as controluser.
- DatabaseInterface::queryAndGetNumRows() — Method in class DatabaseInterface
returns the number of rows returned by last query used with tryQuery as it accepts false
- DatabaseInterface::quoteString() — Method in class DatabaseInterface
Returns properly quoted string for use in MySQL queries.
- DbalInterface::query() — Method in class DbalInterface
Executes a query and returns the result
- DbalInterface::queryAndGetNumRows() — Method in class DbalInterface
returns the number of rows returned by last query used with tryQuery as it accepts false
- DbalInterface::quoteString() — Method in class DbalInterface
Returns properly quoted string for use in MySQL queries.
- QueueRequestHandler — Class in namespace PhpMyAdmin\Http\Handler
R
- Advisor::run() — Method in class Advisor
- Rules — Class in namespace PhpMyAdmin\Advisory
- Application::run() — Method in class Application
- Cache::remove() — Method in class Cache
Remove a cached value
- Config::removeCookie() — Method in class Config
removes cookie
- Config::renderFooter() — Method in class Config
Renders user configured footer
- Config::renderHeader() — Method in class Config
Renders user configured footer
- RecentlyUsedTablesFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- RelationFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- Relation — Class in namespace PhpMyAdmin\ConfigStorage
Set of functions used with the relation and PDF feature
- Relation::renameField() — Method in class Relation
Rename a field in relation tables
- Relation::renameSingleTable() — Method in class Relation
Performs SQL query used for renaming table.
- Relation::renameTable() — Method in class Relation
Rename a table in relation tables
- RelationCleanup — Class in namespace PhpMyAdmin\ConfigStorage
Set of functions used for cleaning up phpMyAdmin tables
- RelationParameters — Class in namespace PhpMyAdmin\ConfigStorage
- ConfigFile::resetConfigData() — Method in class ConfigFile
Resets configuration data
- ConfigFile::removeServer() — Method in class ConfigFile
Removes server
- Form::resetGroupCounter() — Method in class Form
Reset the group counter, function for testing purposes
- Form::readFormPaths() — Method in class Form
Reads form paths to $fields
- Form::readTypes() — Method in class Form
Reads fields' types to $this->fieldsTypes
- FormDisplay::registerForm() — Method in class FormDisplay
Registers form in form manager
- $ Settings#ReservedWordDisableWarning — Property in class Settings
Disable the default warning about MySQL reserved words in column names
- $ Settings#RetainQueryBox — Property in class Settings
retain SQL input on Ajax execute
- $ Settings#RelationalDisplay — Property in class Settings
Options > Relational display
- $ Settings#RowActionType — Property in class Settings
Whether to display image or text or both image and text in table row action segment. Value can be either of
image
,text
orboth
.- $ Settings#RecodingEngine — Property in class Settings
You can select here which functions will be used for character set conversion.
- $ Settings#RowActionLinks — Property in class Settings
Where to show the edit/copy/delete links in browse mode Possible values are 'left', 'right', 'both' and 'none'.
- $ Settings#RowActionLinksWithoutUnique — Property in class Settings
Whether to show row links (Edit, Copy, Delete) and checkboxes for multiple row operations even when the selection does not have a unique key.
- $ Settings#RememberSorting — Property in class Settings
remember the last way a table sorted
- $ Settings#repeatCells — Property in class Settings
repeat header names every X cells? (0 = deactivate)
- $ Export#remember_file_template — Property in class Export
$cfg['Export']['remember_file_template'] = true;
- $ Export#remove_definer_from_definitions — Property in class Export
$cfg['Export']['remove_definer_from_definitions'] = false;
- $ Server#relation — Property in class Server
table to describe the relation between links (see doc)
- leave blank for no relation-links support SUGGESTED: 'pma__relation'
- $ Server#recent — Property in class Server
table to store recently used tables
- leave blank for no "persistent" recently used tables SUGGESTED: 'pma__recent'
- $ SqlQueryBox#Refresh — Property in class SqlQueryBox
Display a "Refresh" link on the results page.
- RefreshController — Class in namespace PhpMyAdmin\Controllers\Console\Bookmark
- RoutinesController — Class in namespace PhpMyAdmin\Controllers\Database
Routines management.
- RemoveController — Class in namespace PhpMyAdmin\Controllers\Database\Structure\CentralColumns
- RealRowCountController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
Handles request for real row count on database level view page.
- ReplacePrefixController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- ReplicationController — Class in namespace PhpMyAdmin\Controllers\Server
Server replications
- RefreshController — Class in namespace PhpMyAdmin\Controllers\Server\Status\Processes
- RelationalValuesController — Class in namespace PhpMyAdmin\Controllers\Sql
- RepairController — Class in namespace PhpMyAdmin\Controllers\Table\Maintenance
- RebuildController — Class in namespace PhpMyAdmin\Controllers\Table\Partition
- RepairController — Class in namespace PhpMyAdmin\Controllers\Table\Partition
- RecentFavoriteController — Class in namespace PhpMyAdmin\Controllers\Table
Browse recent and favorite tables chosen from navigation.
- RelationController — Class in namespace PhpMyAdmin\Controllers\Table
Display table relations for viewing and editing.
- ReplaceController — Class in namespace PhpMyAdmin\Controllers\Table
Manipulation of table data like inserting, replacing and updating.
- ReservedWordCheckController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- Designer::returnClassNamesFromMenuButtons() — Method in class Designer
Returns class names for various buttons on Designer Side Menu
- Common::removeRelation() — Method in class Common
Removes a foreign relation
- Routine — Class in namespace PhpMyAdmin\Database
- Routines — Class in namespace PhpMyAdmin\Database
Functions for routine management.
- DbiExtension::realQuery() — Method in class DbiExtension
runs a query and returns the result
- DbiExtension::realMultiQuery() — Method in class DbiExtension
Run the multi query and output the results
- DbiMysqli::realQuery() — Method in class DbiMysqli
runs a query and returns the result
- DbiMysqli::realMultiQuery() — Method in class DbiMysqli
Run the multi query and output the results
- ResultInterface — Class in namespace PhpMyAdmin\Dbal
Extension independent database result interface
- Results — Class in namespace PhpMyAdmin\Display
Handle all the functionalities related to displaying results of sql queries, stored procedure, browsing sql processes or displaying binary log.
- Pbxt::resolveTypeSize() — Method in class Pbxt
returns the pbxt engine specific handling for DETAILS_TYPE_SIZE variables.
- Error::relPath() — Method in class Error
return short relative path to phpMyAdmin basedir
- ErrorHandler::reportErrors() — Method in class ErrorHandler
Function to report all the collected php errors.
- AuthenticationFailure::rootDeniedByConfiguration() — Method in class AuthenticationFailure
User 'root' is denied in configuration
- Export::rememberFilename() — Method in class Export
- RecentFavoriteTable — Class in namespace PhpMyAdmin\Favorites
- RecentFavoriteTables — Class in namespace PhpMyAdmin\Favorites
Handles the recently used and favorite tables.
- RecentFavoriteTables::removeIfInvalid() — Method in class RecentFavoriteTables
Removes recent/favorite tables that don't exist.
- RecentFavoriteTables::remove() — Method in class RecentFavoriteTables
- File::read() — Method in class File
Reads data from file
- ResponseFactory — Class in namespace PhpMyAdmin\Http\Factory
- RecentTableHandling — Class in namespace PhpMyAdmin\Http\Middleware
- RequestProblemChecking — Class in namespace PhpMyAdmin\Http\Middleware
Checks request and fails with fatal error if something problematic is found
- ResponseRendererLoading — Class in namespace PhpMyAdmin\Http\Middleware
- RouteParsing — Class in namespace PhpMyAdmin\Http\Middleware
- Response — Class in namespace PhpMyAdmin\Http
- $ Language#regex — Property in class Language
- Import::runQuery() — Method in class Import
Runs query inside import buffer. This is needed to allow displaying of last SELECT, SHOW or HANDLER results and similar nice stuff.
- $ ImportSettings#readMultiply — Property in class ImportSettings
- $ ImportSettings#readLimit — Property in class ImportSettings
- $ ImportSettings#runQuery — Property in class ImportSettings
- ListDatabase::retrieve() — Method in class ListDatabase
retrieves database list from server
- Message::raw() — Method in class Message
get Message with customized content
- Message::rawError() — Method in class Message
get Message of type error with custom content
- Message::rawNotice() — Method in class Message
get Message of type notice with custom content
- Message::rawSuccess() — Method in class Message
get Message of type success with custom content
- NavigationTree::renderState() — Method in class NavigationTree
Renders a state of the tree, used in light mode when either JavaScript and/or Ajax are disabled
- NavigationTree::renderPath() — Method in class NavigationTree
Renders a part of the tree, used for Ajax requests in light mode
- NavigationTree::renderDbSelect() — Method in class NavigationTree
Renders a database select box like the pre-4.0 navigation panel
- $ Node#realName — Property in class Node
- Node::removeChild() — Method in class Node
Removes a child node from this node
- Operations::runProcedureAndFunctionDefinitions() — Method in class Operations
Run the Procedure definitions and function definitions
- Operations::runEventDefinitionsForDb() — Method in class Operations
Run the EVENT definition for selected database
- Maintenance::rebuild() — Method in class Maintenance
- Maintenance::repair() — Method in class Maintenance
- $ SubPartition#rows — Property in class SubPartition
- AuthenticationConfig::readCredentials() — Method in class AuthenticationConfig
Gets authentication credentials
- AuthenticationCookie::readCredentials() — Method in class AuthenticationCookie
Gets authentication credentials
- AuthenticationCookie::rememberCredentials() — Method in class AuthenticationCookie
Stores user credentials after successful login.
- AuthenticationHttp::readCredentials() — Method in class AuthenticationHttp
Gets authentication credentials
- AuthenticationSignon::readCredentials() — Method in class AuthenticationSignon
Gets authentication credentials
- AuthenticationPlugin::readCredentials() — Method in class AuthenticationPlugin
Gets authentication credentials
- AuthenticationPlugin::rememberCredentials() — Method in class AuthenticationPlugin
Stores user credentials after successful login.
- ExportSql::replaceWithAliases() — Method in class ExportSql
replaces db/table/column names with their aliases
- IOTransformationsPlugin::reset() — Method in class IOTransformationsPlugin
Resets the object properties
- ImportCsv::readCsvTerminatedString() — Method in class ImportCsv
Read the expected column_separated_with String of length $csv_terminated_len from the $buffer into variable $ch and return the read string $ch
- ImportShp::readFromBuffer() — Method in class ImportShp
Returns specified number of bytes from the buffer.
- ShapeFileImport::readSHP() — Method in class ShapeFileImport
Reads given number of bytes from SHP file
- RelationStatsDia — Class in namespace PhpMyAdmin\Plugins\Schema\Dia
Relation preferences/statistics
- $ RelationStatsDia#referenceColor — Property in class RelationStatsDia
- RelationStatsDia::relationDraw() — Method in class RelationStatsDia
Draws relation references
- Eps::rect() — Method in class Eps
Draw the rectangle
- RelationStatsEps — Class in namespace PhpMyAdmin\Plugins\Schema\Eps
Relation preferences/statistics
- RelationStatsEps::relationDraw() — Method in class RelationStatsEps
draws relation links and arrows shows foreign key relations
- Pdf::row() — Method in class Pdf
Generates table row.
- $ PdfRelationSchema#relations — Property in class PdfRelationSchema
- RelationStatsPdf — Class in namespace PhpMyAdmin\Plugins\Schema\Pdf
Relation preferences/statistics
- RelationStatsPdf::relationDraw() — Method in class RelationStatsPdf
draws relation links and arrows shows foreign key relations
- RelationStats — Class in namespace PhpMyAdmin\Plugins\Schema
Relations preferences/statistics
- RelationStatsSvg — Class in namespace PhpMyAdmin\Plugins\Schema\Svg
Relation preferences/statistics
- RelationStatsSvg::relationDraw() — Method in class RelationStatsSvg
draws relation links and arrows shows foreign key relations
- $ TableStats#relation — Property in class TableStats
- RegexValidationTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the regex validation input transformations plugins.
- TwoFactorPlugin::render() — Method in class TwoFactorPlugin
Renders user interface to enter two-factor authentication
- Application::render() — Method in class Application
Renders user interface to enter two-factor authentication
- Invalid::render() — Method in class Invalid
Renders user interface to enter two-factor authentication
- Key::render() — Method in class Key
Renders user interface to enter two-factor authentication
- Simple::render() — Method in class Simple
Renders user interface to enter two-factor authentication
- WebAuthn::render() — Method in class WebAuthn
Renders user interface to enter two-factor authentication
- RadioPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type radio
- OptionsPropertyGroup::removeProperty() — Method in class OptionsPropertyGroup
Removes a property from the group of properties
- Release — Class in namespace PhpMyAdmin
- Replication — Class in namespace PhpMyAdmin\Replication
Replication helpers
- Replication::replicaControl() — Method in class Replication
Configures replication replica
- Replication::replicaChangePrimary() — Method in class Replication
Changes primary for replication replica
- Replication::replicaBinLogPrimary() — Method in class Replication
Fetches position and file of current binary log on primary
- ReplicationGui — Class in namespace PhpMyAdmin\Replication
Functions for the replication GUI
- ReplicationInfo — Class in namespace PhpMyAdmin\Replication
- $ ReplicationInfo#replicaVariables — Property in class ReplicationInfo
- ResponseRenderer — Class in namespace PhpMyAdmin
Singleton class used to manage the rendering of pages in PMA
- $ ResponseRenderer#response — Property in class ResponseRenderer
- ResponseRenderer::response() — Method in class ResponseRenderer
- ResponseRenderer::redirect() — Method in class ResponseRenderer
- ResponseRenderer::redirectToRoute() — Method in class ResponseRenderer
- ResponseRenderer::render() — Method in class ResponseRenderer
- Routes — Class in namespace PhpMyAdmin\Routing
- Routing — Class in namespace PhpMyAdmin\Routing
Class used to warm up the routing cache and manage routing.
- $ Routing#route — Property in class Routing
- Sanitize::removeRequestVars() — Method in class Sanitize
Removes all variables from request except allowed ones.
- Privileges::rangeOfUsers() — Method in class Privileges
Generates a condition on the user name
- Select::render() — Method in class Select
Renders the server selection in list or selectbox form, or option tags only
- StorageEngine::resolveTypeSize() — Method in class StorageEngine
Returns the engine specific handling for DETAILS_TYPE_SIZE type variables.
- Table::rename() — Method in class Table
renames table
- Table::removeUiProp() — Method in class Table
Remove a property from UI preferences.
- Template::render() — Method in class Template
- TwoFactor::readConfig() — Method in class TwoFactor
Reads the configuration
- TwoFactor::render() — Method in class TwoFactor
Renders user interface to enter two-factor authentication
- UrlRedirector::redirect() — Method in class UrlRedirector
- UserPreferences::redirect() — Method in class UserPreferences
Redirects after saving new user preferences
- Util::requestString() — Method in class Util
Converts given (request) parameter to string
- SessionCache::remove() — Method in class SessionCache
S
- Advisor::setVariable() — Method in class Advisor
- Bookmark::save() — Method in class Bookmark
Adds a bookmark
- Cache::set() — Method in class Cache
Store a value
- SetVersionCommand — Class in namespace PhpMyAdmin\Command
- $ Config#settings — Property in class Config
- $ Config#source — Property in class Config
- $ Config#sourceMtime — Property in class Config
- $ Config#server — Property in class Config
- $ Config#selectedServer — Property in class Config
- Config::setSetup() — Method in class Config
- Config::setUserValue() — Method in class Config
Sets config value which is stored in user preferences (if available) or in a cookie.
- Config::setSource() — Method in class Config
set source
- Config::set() — Method in class Config
sets configuration variable
- Config::setCookie() — Method in class Config
sets cookie if value is different from current cookie value, or removes if value is equal to default
- Config::selectServer() — Method in class Config
- SavedQueryByExampleSearchesFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- SqlHistoryFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- Relation::setDbComment() — Method in class Relation
Set a database comment to a certain value.
- Relation::setHistory() — Method in class Relation
Set a SQL history entry
- Relation::searchColumnInForeigners() — Method in class Relation
Search a table column in foreign data.
- ConfigFile::setPersistKeys() — Method in class ConfigFile
Sets names of config options which will be placed in config file even if they are set to their default values (use only full paths)
- ConfigFile::setAllowedKeys() — Method in class ConfigFile
By default ConfigFile allows setting of all configuration keys, use this method to set up a filter on set() method
- ConfigFile::setCfgUpdateReadMapping() — Method in class ConfigFile
Sets path mapping for updating config in updateWithGlobalConfig() or reading by getConfig()} or {@link getConfigArray()
- ConfigFile::setConfigData() — Method in class ConfigFile
Sets configuration data (overrides old data)
- ConfigFile::set() — Method in class ConfigFile
Sets config value
- FormDisplay::save() — Method in class FormDisplay
Validates and saves form data to session
- SqlForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- ServersForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- SetupFormList — Class in namespace PhpMyAdmin\Config\Forms\Setup
- SqlForm — Class in namespace PhpMyAdmin\Config\Forms\Setup
- SqlForm — Class in namespace PhpMyAdmin\Config\Forms\User
- ServerConfigChecks — Class in namespace PhpMyAdmin\Config
Performs various compatibility, security and consistency checks on current config
- Settings — Class in namespace PhpMyAdmin\Config
- $ Settings#SuhosinDisableWarning — Property in class Settings
Disable the default warning that is displayed if Suhosin is detected
- $ Settings#Servers — Property in class Settings
Server(s) configuration
- $ Settings#ServerDefault — Property in class Settings
Default server (0 = no default server)
- $ Settings#ShowHint — Property in class Settings
whether to show hint or not
- $ Settings#SessionSavePath — Property in class Settings
Path for storing session data (session_save_path PHP parameter).
- $ Settings#SkipLockedTables — Property in class Settings
mark used tables, make possible to show locked tables (since MySQL 3.23.30)
- $ Settings#ShowSQL — Property in class Settings
show SQL queries as run
- $ Settings#ShowDatabasesNavigationAsTree — Property in class Settings
In the navigation panel, replaces the database tree with a selector
- $ Settings#ShowStats — Property in class Settings
allow to display statistics and space usage in the pages about database details and table properties
- $ Settings#ShowPhpInfo — Property in class Settings
show PHP info link
- $ Settings#ShowServerInfo — Property in class Settings
show MySQL server and/or web server information (true|false|'database-server'|'web-server')
- $ Settings#ShowChgPassword — Property in class Settings
show change password link
- $ Settings#ShowCreateDb — Property in class Settings
show create database form
- $ Settings#ShowDbStructureCharset — Property in class Settings
show charset column in database structure (true|false)?
- $ Settings#ShowDbStructureComment — Property in class Settings
show comment column in database structure (true|false)?
- $ Settings#ShowDbStructureCreation — Property in class Settings
show creation timestamp column in database structure (true|false)?
- $ Settings#ShowDbStructureLastUpdate — Property in class Settings
show last update timestamp column in database structure (true|false)?
- $ Settings#ShowDbStructureLastCheck — Property in class Settings
show last check timestamp column in database structure (true|false)?
- $ Settings#ShowColumnComments — Property in class Settings
Show column comments in table structure view (true|false)?
- $ Settings#showAll — Property in class Settings
Defines whether a user should be displayed a "show all (records)" button in browse mode or not.
- $ Settings#SaveCellsAtOnce — Property in class Settings
grid editing: save edited cell(s) in browse-mode at once
- $ Settings#ShowFunctionFields — Property in class Settings
Display the function fields in edit/insert mode
- $ Settings#ShowFieldTypesInDataEditView — Property in class Settings
Display the type fields in edit/insert mode
- $ Settings#Schema — Property in class Settings
Schema export defaults
- $ Settings#ShowBrowseComments — Property in class Settings
shows column comments in 'browse' mode.
- $ Settings#ShowPropertyComments — Property in class Settings
shows column comments in 'table property' mode.
- $ Settings#SQLQuery — Property in class Settings
SQL Query box settings These are the links display in all of the SQL Query boxes
- $ Settings#SaveDir — Property in class Settings
Directory where phpMyAdmin can save exported data on server.
- $ Settings#SendErrorReports — Property in class Settings
Whether or not to query the user before sending the error report to the phpMyAdmin team when a JavaScript error occurs
- $ Settings#ShowGitRevision — Property in class Settings
Show Git revision if applicable
- $ Console#StartHistory — Property in class Console
Show query history at start
- $ Debug#sql — Property in class Debug
Output executed queries and their execution times.
- $ Debug#sqllog — Property in class Debug
Log executed queries and their execution times to syslog.
- $ Debug#simple2fa — Property in class Debug
Enable Simple two-factor authentication.
- $ Export#sql_structure_or_data — Property in class Export
$cfg['Export']['sql_structure_or_data'] = 'structure_and_data';
- $ Export#sql_compatibility — Property in class Export
$cfg['Export']['sql_compatibility'] = 'NONE';
- $ Export#sql_include_comments — Property in class Export
Whether to include comments in SQL export.
- $ Export#sql_disable_fk — Property in class Export
$cfg['Export']['sql_disable_fk'] = false;
- $ Export#sql_views_as_tables — Property in class Export
$cfg['Export']['sql_views_as_tables'] = false;
- $ Export#sql_metadata — Property in class Export
$cfg['Export']['sql_metadata'] = false;
- $ Export#sql_use_transaction — Property in class Export
$cfg['Export']['sql_use_transaction'] = true;
- $ Export#sql_create_database — Property in class Export
$cfg['Export']['sql_create_database'] = false;
- $ Export#sql_drop_database — Property in class Export
$cfg['Export']['sql_drop_database'] = false;
- $ Export#sql_drop_table — Property in class Export
$cfg['Export']['sql_drop_table'] = false;
- $ Export#sql_if_not_exists — Property in class Export
true by default for correct behavior when dealing with exporting of VIEWs and the stand-in table
- $ Export#sql_view_current_user — Property in class Export
$cfg['Export']['sql_view_current_user'] = false;
- $ Export#sql_or_replace_view — Property in class Export
$cfg['Export']['sql_or_replace_view'] = false;
- $ Export#sql_procedure_function — Property in class Export
$cfg['Export']['sql_procedure_function'] = true;
- $ Export#sql_create_table — Property in class Export
$cfg['Export']['sql_create_table'] = true;
- $ Export#sql_create_view — Property in class Export
$cfg['Export']['sql_create_view'] = true;
- $ Export#sql_create_trigger — Property in class Export
$cfg['Export']['sql_create_trigger'] = true;
- $ Export#sql_auto_increment — Property in class Export
$cfg['Export']['sql_auto_increment'] = true;
- $ Export#sql_backquotes — Property in class Export
$cfg['Export']['sql_backquotes'] = true;
- $ Export#sql_dates — Property in class Export
$cfg['Export']['sql_dates'] = false;
- $ Export#sql_relation — Property in class Export
$cfg['Export']['sql_relation'] = false;
- $ Export#sql_truncate — Property in class Export
$cfg['Export']['sql_truncate'] = false;
- $ Export#sql_delayed — Property in class Export
$cfg['Export']['sql_delayed'] = false;
- $ Export#sql_ignore — Property in class Export
$cfg['Export']['sql_ignore'] = false;
- $ Export#sql_utc_time — Property in class Export
Export time in UTC.
- $ Export#sql_hex_for_binary — Property in class Export
$cfg['Export']['sql_hex_for_binary'] = true;
- $ Export#sql_type — Property in class Export
$cfg['Export']['sql_type'] = 'INSERT';
- $ Export#sql_max_query_size — Property in class Export
$cfg['Export']['sql_max_query_size'] = 50000;
- $ Export#sql_mime — Property in class Export
$cfg['Export']['sql_mime'] = false;
- $ Export#sql_header_comment — Property in class Export
\n is replaced by new line
- $ Export#sql_insert_syntax — Property in class Export
Whether to use complete inserts, extended inserts, both, or neither
- $ Import#skip_queries — Property in class Import
$cfg['Import']['skip_queries'] = 0;
- $ Import#sql_compatibility — Property in class Import
$cfg['Import']['sql_compatibility'] = 'NONE';
- $ Import#sql_no_auto_value_on_zero — Property in class Import
$cfg['Import']['sql_no_auto_value_on_zero'] = true;
- $ Import#sql_read_as_multibytes — Property in class Import
$cfg['Import']['sql_read_as_multibytes'] = false;
- Schema — Class in namespace PhpMyAdmin\Config\Settings
Schema export defaults
- $ Schema#svg_show_color — Property in class Schema
$cfg['Schema']['svg_show_color'] = true;
- $ Schema#svg_show_keys — Property in class Schema
$cfg['Schema']['svg_show_keys'] = false;
- $ Schema#svg_all_tables_same_width — Property in class Schema
$cfg['Schema']['svg_all_tables_same_width'] = false;
- Server — Class in namespace PhpMyAdmin\Config\Settings
- $ Server#socket — Property in class Server
Path to the socket - leave blank for default socket
- $ Server#ssl — Property in class Server
Use SSL for connecting to MySQL server?
- $ Server#sslKey — Property in class Server
Path to the key file when using SSL for connecting to the MySQL server
- $ Server#sslCert — Property in class Server
Path to the cert file when using SSL for connecting to the MySQL server
- $ Server#sslCa — Property in class Server
Path to the CA file when using SSL for connecting to the MySQL server
- $ Server#sslCaPath — Property in class Server
Directory containing trusted SSL CA certificates in PEM format
- $ Server#sslCiphers — Property in class Server
List of allowable ciphers for SSL connections to the MySQL server
- $ Server#sslVerify — Property in class Server
MySQL 5.6 or later triggers the mysqlnd driver in PHP to validate the peer_name of the SSL certifcate For most self-signed certificates this is a problem. Setting this to false will disable the check and allow the connection (PHP 5.6.16 or later)
- $ Server#signonSession — Property in class Server
Session to use for 'signon' authentication method
- $ Server#signonCookieParams — Property in class Server
Cookie params to match session to use for 'signon' authentication method It should be an associative array matching result of session_get_cookie_params() in other system
- $ Server#signonScript — Property in class Server
PHP script to use for 'signon' authentication method
- $ Server#signonUrl — Property in class Server
URL where to redirect user to login for 'signon' authentication method
- $ Server#savedSearches — Property in class Server
table to store information about saved searches from query-by-example on a db
- leave blank to disable saved searches feature SUGGESTED: 'pma__savedsearches'
- $ Server#sessionTimeZone — Property in class Server
Sets the time zone used by phpMyAdmin. Possible values are explained at https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html
- SqlQueryBox — Class in namespace PhpMyAdmin\Config\Settings
SQL query box settings
- $ SqlQueryBox#ShowAsPHP — Property in class SqlQueryBox
Display a "Create PHP code" link on the results page to wrap a query in PHP.
- $ Transformations#Substring — Property in class Transformations
Displays a part of a string.
- SpecialSchemaLinks — Class in namespace PhpMyAdmin\Config
- SearchController — Class in namespace PhpMyAdmin\Controllers\Database
- SqlAutoCompleteController — Class in namespace PhpMyAdmin\Controllers\Database
Table/Column autocomplete in SQL editors.
- SqlController — Class in namespace PhpMyAdmin\Controllers\Database
Database SQL executor
- SqlFormatController — Class in namespace PhpMyAdmin\Controllers\Database
Format SQL for SQL editors.
- StructureController — Class in namespace PhpMyAdmin\Controllers\Database
Handles database structure logic
- ShowCreateController — Class in namespace PhpMyAdmin\Controllers\Database\Structure
- SimulateDmlController — Class in namespace PhpMyAdmin\Controllers\Import
- StatusController — Class in namespace PhpMyAdmin\Controllers\Import
Import progress bar backend
- SecondStepController — Class in namespace PhpMyAdmin\Controllers\Normalization\FirstNormalForm
- SqlController — Class in namespace PhpMyAdmin\Controllers\Preferences
- SchemaExportController — Class in namespace PhpMyAdmin\Controllers
Schema export handler
- ShowEngineController — Class in namespace PhpMyAdmin\Controllers\Server
Displays details about a given Storage Engine.
- SqlController — Class in namespace PhpMyAdmin\Controllers\Server
Server SQL executor
- SlowLogController — Class in namespace PhpMyAdmin\Controllers\Server\Status\Monitor
- StatusController — Class in namespace PhpMyAdmin\Controllers\Server\Status
Object the server status page: processes, connections and traffic.
- SetVariableController — Class in namespace PhpMyAdmin\Controllers\Server\Variables
- ServerDestroyController — Class in namespace PhpMyAdmin\Controllers\Setup
- ServersController — Class in namespace PhpMyAdmin\Controllers\Setup
- ShowConfigController — Class in namespace PhpMyAdmin\Controllers\Setup
- SetValuesController — Class in namespace PhpMyAdmin\Controllers\Sql
- SqlController — Class in namespace PhpMyAdmin\Controllers\Sql
- SearchController — Class in namespace PhpMyAdmin\Controllers\Table
Handles table search tab.
- SqlController — Class in namespace PhpMyAdmin\Controllers\Table
Table SQL executor
- StructureController — Class in namespace PhpMyAdmin\Controllers\Table
Displays table structure infos like columns, indexes, size, rows and allows manipulation of indexes and columns.
- SaveController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- SpatialController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- Core::securePath() — Method in class Core
Removes insecure parts in a path; used before include() or require() when a part of the path comes from an insecure source like a cookie or form.
- Core::sanitizeMySQLHost() — Method in class Core
Sanitizes MySQL hostname
- Core::sanitizeMySQLUser() — Method in class Core
Sanitizes MySQL username
- Core::safeUnserialize() — Method in class Core
Safe unserializer wrapper
- Core::signSqlQuery() — Method in class Core
Sign the sql query using hmac using the session token
- $ Current#server — Property in class Current
- $ Current#sqlQuery — Property in class Current
- DatabaseInterface::setVariable() — Method in class DatabaseInterface
Sets new value for a variable if it is different from the current value
- DatabaseInterface::setCollation() — Method in class DatabaseInterface
Sets collation connection for user link
- DatabaseInterface::selectDb() — Method in class DatabaseInterface
selects given database
- DatabaseInterface::setVersion() — Method in class DatabaseInterface
Set version
- CentralColumns::syncUniqueColumns() — Method in class CentralColumns
If $isTable is true then unique columns from given tables as $field_select are added to central list otherwise the $field_select is considered as list of columns and these columns are added to central list if not already added
- Common::saveTablePositions() — Method in class Common
Saves positions of table(s) of a given pdf page
- Common::saveDisplayField() — Method in class Common
Saves the display field for a table.
- Common::saveSetting() — Method in class Common
Save value for a designer setting
- DesignerTable::supportsForeignkeys() — Method in class DesignerTable
The table engine supports or not foreign keys
- $ Events#status — Property in class Events
- $ Routines#sqlDataAccess — Property in class Routines
- Search — Class in namespace PhpMyAdmin\Database
Class to handle database search
- DbTableExists::selectDatabase() — Method in class DbTableExists
- DbalInterface::setVariable() — Method in class DbalInterface
Sets new value for a variable if it is different from the current value
- DbalInterface::setCollation() — Method in class DbalInterface
Sets collation connection for user link
- DbalInterface::selectDb() — Method in class DbalInterface
selects given database
- DbiExtension::selectDb() — Method in class DbiExtension
selects given database
- DbiExtension::storeResult() — Method in class DbiExtension
Store the result returned from multi query
- DbiMysqli::selectDb() — Method in class DbiMysqli
selects given database
- DbiMysqli::storeResult() — Method in class DbiMysqli
Store the result returned from multi query
- MysqliResult::seek() — Method in class MysqliResult
Adjusts the result pointer to an arbitrary row in the result
- ResultInterface::seek() — Method in class ResultInterface
Adjusts the result pointer to an arbitrary row in the result
- Statement — Class in namespace PhpMyAdmin\Dbal
- Results::setProperties() — Method in class Results
Set properties which were not initialized at the constructor
- Results::setConfigParamsForDisplayTable() — Method in class Results
Checks the posted options for viewing query results and sets appropriate values in the session.
- Encoding::setEngine() — Method in class Encoding
Setter for engine. Use with caution, mostly useful for testing.
- Encoding::setKanjiEncodings() — Method in class Encoding
Setter for Kanji encodings. Use with caution, mostly useful for testing.
- Innodb::supportsFilePerTable() — Method in class Innodb
Verifies if this server supports the innodb_file_per_table feature
- Error::setHideLocation() — Method in class Error
Toggles location hiding
- Error::setBacktrace() — Method in class Error
sets PhpMyAdmin\Error\Error::$_backtrace
- Error::setLine() — Method in class Error
sets PhpMyAdmin\Error\Error::$_line
- Error::setFile() — Method in class Error
sets PhpMyAdmin\Error\Error::$_file
- ErrorHandler::setHideLocation() — Method in class ErrorHandler
Toggles location hiding
- ErrorHandler::sliceErrors() — Method in class ErrorHandler
Pops recent errors from the storage
- ErrorHandler::savePreviousErrors() — Method in class ErrorHandler
Deletes previously stored errors in SESSION.
- ErrorReport::setSubmissionUrl() — Method in class ErrorReport
Set the URL where to submit reports to
- ErrorReport::send() — Method in class ErrorReport
Sends report data to the error reporting server
- SessionHandlerException — Class in namespace PhpMyAdmin\Exceptions
- Export::shutdown() — Method in class Export
Sets a session variable upon a possible fatal error during export
- Export::saveObjectInBuffer() — Method in class Export
Saves the dump buffer for a particular table in an array Used in separate files export
- File::setName() — Method in class File
- accessor
- File::setUploadedFile() — Method in class File
Initializes object from uploaded file.
- File::setUploadedFromTblChangeRequest() — Method in class File
Loads uploaded file from table change request.
- File::setSelectedFromTblChangeRequest() — Method in class File
sets the name if the file to the one selected in the tbl_change form
- File::setLocalSelectedFile() — Method in class File
Sets named file to be read from UploadDir.
- File::setDecompressContent() — Method in class File
Sets whether the content should be decompressed before returned
- File::setHandle() — Method in class File
Sets the file handle
- File::setCharset() — Method in class File
Sets the character set of the file
- File::setChunkSize() — Method in class File
Sets the chunk size
- FileListing::supportedDecompressions() — Method in class FileListing
Get currently supported decompressions.
- Footer::setMinimal() — Method in class Footer
Turn on minimal display mode
- ScaleData — Class in namespace PhpMyAdmin\Gis\Ds
- GisGeometryCollection::singleton() — Method in class GisGeometryCollection
Returns the singleton.
- GisLineString::singleton() — Method in class GisLineString
Returns the singleton.
- GisMultiLineString::singleton() — Method in class GisMultiLineString
Returns the singleton.
- GisMultiPoint::singleton() — Method in class GisMultiPoint
Returns the singleton.
- GisMultiPolygon::singleton() — Method in class GisMultiPolygon
Returns the singleton.
- GisPoint::singleton() — Method in class GisPoint
Returns the singleton.
- GisPolygon::singleton() — Method in class GisPolygon
Returns the singleton.
- Header::setBodyId() — Method in class Header
Setter for the ID attribute in the BODY tag
- Header::setTitle() — Method in class Header
Setter for the title of the page
- Header::setIsTransformationWrapper() — Method in class Header
- Generator::showCopyToClipboard() — Method in class Generator
Displays a button to copy content to clipboard
- Generator::showHint() — Method in class Generator
Returns HTML code for a tooltip
- Generator::showPHPDocumentation() — Method in class Generator
Displays a link to the PHP documentation
- Generator::showDocumentationLink() — Method in class Generator
Displays a link to the documentation as an icon
- MySQLDocumentation::show() — Method in class MySQLDocumentation
Displays a link to the official MySQL documentation
- MySQLDocumentation::showDocumentation() — Method in class MySQLDocumentation
Displays a link to the phpMyAdmin documentation
- ServerRequestFactory — Class in namespace PhpMyAdmin\Http\Factory
- ServerConfigurationChecking — Class in namespace PhpMyAdmin\Http\Middleware
Check whether PHP configuration matches our needs.
- SessionHandling — Class in namespace PhpMyAdmin\Http\Middleware
- SetupPageRedirection — Class in namespace PhpMyAdmin\Http\Middleware
- SqlDelimiterSetting — Class in namespace PhpMyAdmin\Http\Middleware
- SqlQueryGlobalSetting — Class in namespace PhpMyAdmin\Http\Middleware
- StatementHistory — Class in namespace PhpMyAdmin\Http\Middleware
- ServerRequest — Class in namespace PhpMyAdmin\Http
- LanguageManager::sortedLanguages() — Method in class LanguageManager
Returns (cached) list of all available languages sorted by name
- LanguageManager::selectLanguage() — Method in class LanguageManager
Activates language based on configuration, user preferences or browser
- LanguageManager::showWarnings() — Method in class LanguageManager
Displays warnings about invalid languages. This needs to be postponed to show messages at time when language is initialized.
- ImageWrapper::string() — Method in class ImageWrapper
- Ajax::sessionCheck() — Method in class Ajax
Checks if PHP 5.4 session upload-progress feature is available.
- Ajax::status() — Method in class Ajax
The function outputs json encoded status of uploaded.
- Import::skipByteOrderMarksFromContents() — Method in class Import
Skip possible byte order marks (I do not think we need more charsets, but feel free to add more, you can use wikipedia for reference: https://en.wikipedia.org/wiki/Byte_Order_Mark)
- $ ImportSettings#sqlQueryDisabled — Property in class ImportSettings
- $ ImportSettings#skipQueries — Property in class ImportSettings
- SimulateDml — Class in namespace PhpMyAdmin\Import
- Index::singleton() — Method in class Index
Creates (if not already created) and returns the corresponding Index object
- Index::set() — Method in class Index
Sets index details
- Index::setName() — Method in class Index
Sets the name of the index
- IndexColumn::set() — Method in class IndexColumn
Sets parameters of the index column
- InsertEdit::showTypeOrFunction() — Method in class InsertEdit
Show type information or function selectors in Insert/Edit
- InsertEdit::setSessionForEditNext() — Method in class InsertEdit
set $_SESSION for edit_next
- Menu::setTable() — Method in class Menu
Set current table
- $ Message#string — Property in class Message
The locale string identifier
- Message::success() — Method in class Message
get Message of type success
- Message::setBBCode() — Method in class Message
Set whether we should use BB Code when rendering.
- Message::setMessage() — Method in class Message
set raw message (overrides string)
- Message::setString() — Method in class Message
set string (does not take effect if raw message is set)
- Message::setType() — Method in class Message
- Message::setParams() — Method in class Message
set all params at once, usually used in conjunction with string
- $ Node#separators — Property in class Node
- $ Node#separatorDepth — Property in class Node
- NodeDatabase::setHiddenCount() — Method in class NodeDatabase
Sets the number of hidden items in this database
- $ NodeTable#secondIcon — Property in class NodeTable
For the second IMG tag, used when rendering the node.
- ParseAnalyze::sqlQuery() — Method in class ParseAnalyze
Calls the parser on a query
- $ Partition#subPartitions — Property in class Partition
- SubPartition — Class in namespace PhpMyAdmin\Partitioning
Represents a sub partition of a table
- Pdf::setAlias() — Method in class Pdf
Function to set alias which will be expanded on page rendering.
- AuthenticationConfig::showLoginForm() — Method in class AuthenticationConfig
Displays authentication form
- AuthenticationConfig::showFailure() — Method in class AuthenticationConfig
User is not allowed to login to MySQL -> authentication failed
- AuthenticationCookie::showLoginForm() — Method in class AuthenticationCookie
Displays authentication form
- AuthenticationCookie::storeCredentials() — Method in class AuthenticationCookie
Set the user and password after last checkings if required
- AuthenticationCookie::storeUsernameCookie() — Method in class AuthenticationCookie
Stores username in a cookie.
- AuthenticationCookie::storePasswordCookie() — Method in class AuthenticationCookie
Stores password in a cookie.
- AuthenticationCookie::showFailure() — Method in class AuthenticationCookie
User is not allowed to login to MySQL -> authentication failed
- AuthenticationHttp::showLoginForm() — Method in class AuthenticationHttp
Displays authentication form and redirect as necessary
- AuthenticationHttp::showFailure() — Method in class AuthenticationHttp
User is not allowed to login to MySQL -> authentication failed
- AuthenticationSignon::showLoginForm() — Method in class AuthenticationSignon
Displays authentication form
- AuthenticationSignon::setCookieParams() — Method in class AuthenticationSignon
Set cookie params
- AuthenticationSignon::showFailure() — Method in class AuthenticationSignon
User is not allowed to login to MySQL -> authentication failed
- AuthenticationPlugin::showLoginForm() — Method in class AuthenticationPlugin
Displays authentication form
- AuthenticationPlugin::storeCredentials() — Method in class AuthenticationPlugin
Set the user and password after last checkings if required
- AuthenticationPlugin::showFailure() — Method in class AuthenticationPlugin
User is not allowed to login to MySQL -> authentication failed
- AuthenticationPlugin::setSessionAccessTime() — Method in class AuthenticationPlugin
Store session access time in session.
- $ ExportPlugin#singleTable — Property in class ExportPlugin
- $ ExportPlugin#structureOrData — Property in class ExportPlugin
- ExportPlugin::setProperties() — Method in class ExportPlugin
Sets the export plugins properties and is implemented by each export plugin.
- ExportPlugin::setExportOptions() — Method in class ExportPlugin
- ExportPlugin::setStructureOrData() — Method in class ExportPlugin
- ExportCodegen::setProperties() — Method in class ExportCodegen
Sets the export plugins properties and is implemented by each export plugin.
- ExportCodegen::setExportOptions() — Method in class ExportCodegen
- ExportCsv::setProperties() — Method in class ExportCsv
Sets the export plugins properties and is implemented by each export plugin.
- ExportCsv::setExportOptions() — Method in class ExportCsv
- ExportExcel::setProperties() — Method in class ExportExcel
Sets the export plugins properties and is implemented by each export plugin.
- ExportExcel::setExportOptions() — Method in class ExportExcel
- ExportHtmlword::setProperties() — Method in class ExportHtmlword
Sets the export plugins properties and is implemented by each export plugin.
- ExportHtmlword::setExportOptions() — Method in class ExportHtmlword
- ExportJson::setProperties() — Method in class ExportJson
Sets the export plugins properties and is implemented by each export plugin.
- ExportJson::setExportOptions() — Method in class ExportJson
- ExportLatex::setProperties() — Method in class ExportLatex
Sets the export plugins properties and is implemented by each export plugin.
- ExportLatex::setExportOptions() — Method in class ExportLatex
- ExportMediawiki::setProperties() — Method in class ExportMediawiki
Sets the export plugins properties and is implemented by each export plugin.
- ExportMediawiki::setExportOptions() — Method in class ExportMediawiki
- ExportOds::setProperties() — Method in class ExportOds
Sets the export plugins properties and is implemented by each export plugin.
- ExportOds::setExportOptions() — Method in class ExportOds
- ExportOdt::setProperties() — Method in class ExportOdt
Sets the export plugins properties and is implemented by each export plugin.
- ExportOdt::setExportOptions() — Method in class ExportOdt
- ExportPdf::setProperties() — Method in class ExportPdf
Sets the export plugins properties and is implemented by each export plugin.
- ExportPdf::setExportOptions() — Method in class ExportPdf
- ExportPhparray::setProperties() — Method in class ExportPhparray
Sets the export plugins properties and is implemented by each export plugin.
- ExportPhparray::setExportOptions() — Method in class ExportPhparray
- $ ExportSql#sqlAutoIncrements — Property in class ExportSql
- $ ExportSql#sqlConstraints — Property in class ExportSql
- $ ExportSql#sqlConstraintsQuery — Property in class ExportSql
- $ ExportSql#sqlIndexes — Property in class ExportSql
- ExportSql::setProperties() — Method in class ExportSql
Sets the export plugins properties and is implemented by each export plugin.
- ExportSql::setExportOptions() — Method in class ExportSql
- ExportSql::setAutoIncrement() — Method in class ExportSql
- ExportTexytext::setProperties() — Method in class ExportTexytext
Sets the export plugins properties and is implemented by each export plugin.
- ExportTexytext::setExportOptions() — Method in class ExportTexytext
- ExportXml::setProperties() — Method in class ExportXml
Sets the export plugins properties and is implemented by each export plugin.
- ExportXml::setTables() — Method in class ExportXml
Sets the table names
- ExportXml::setExportOptions() — Method in class ExportXml
- ExportYaml::setProperties() — Method in class ExportYaml
Sets the export plugins properties and is implemented by each export plugin.
- ExportYaml::setExportOptions() — Method in class ExportYaml
- Pdf::setTopMargin() — Method in class Pdf
Defines the top margin.
- Pdf::setTitleFontSize() — Method in class Pdf
- Pdf::setTitleText() — Method in class Pdf
- Pdf::setCurrentDb() — Method in class Pdf
- Pdf::setCurrentTable() — Method in class Pdf
- Pdf::setDbAlias() — Method in class Pdf
- Pdf::setTableAlias() — Method in class Pdf
- Pdf::setAliases() — Method in class Pdf
- Pdf::setPurpose() — Method in class Pdf
- $ IOTransformationsPlugin#success — Property in class IOTransformationsPlugin
Specifies whether transformation was successful or not.
- ImportPlugin::setProperties() — Method in class ImportPlugin
Sets the export plugins properties and is implemented by each import plugin.
- ImportPlugin::setImportOptions() — Method in class ImportPlugin
- ImportCsv::setProperties() — Method in class ImportCsv
Sets the export plugins properties and is implemented by each import plugin.
- ImportCsv::setImportOptions() — Method in class ImportCsv
- ImportLdi::setProperties() — Method in class ImportLdi
Sets the export plugins properties and is implemented by each import plugin.
- ImportLdi::setImportOptions() — Method in class ImportLdi
- ImportMediawiki::setProperties() — Method in class ImportMediawiki
Sets the export plugins properties and is implemented by each import plugin.
- ImportMediawiki::setImportOptions() — Method in class ImportMediawiki
- ImportOds::setProperties() — Method in class ImportOds
Sets the export plugins properties and is implemented by each import plugin.
- ImportOds::setImportOptions() — Method in class ImportOds
- ImportShp::setProperties() — Method in class ImportShp
Sets the export plugins properties and is implemented by each import plugin.
- ImportShp::setImportOptions() — Method in class ImportShp
- ImportSql::setProperties() — Method in class ImportSql
Sets the export plugins properties and is implemented by each import plugin.
- ImportSql::setImportOptions() — Method in class ImportSql
- ImportXml::setProperties() — Method in class ImportXml
Sets the export plugins properties and is implemented by each import plugin.
- ImportXml::setImportOptions() — Method in class ImportXml
- ShapeFileImport — Class in namespace PhpMyAdmin\Plugins\Import
ShapeFileImport class
- SchemaPlugin — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to be implemented by all of the schema export plugins. Some of the plugins will also implement other public methods, but those are not declared here, because they are not implemented by all export plugins.
- SchemaPlugin::setProperties() — Method in class SchemaPlugin
Sets the export plugins properties and is implemented by each schema export plugin.
- Dia::startDiaDoc() — Method in class Dia
Starts Dia Document
- $ RelationStatsDia#srcConnPointsRight — Property in class RelationStatsDia
- $ RelationStatsDia#srcConnPointsLeft — Property in class RelationStatsDia
- TableStatsDia::showMissingTableError() — Method in class TableStatsDia
Displays an error when the table cannot be found.
- $ Eps#stringCommands — Property in class Eps
%!PS-Adobe-3.0 EPSF-3.0 This is the MUST first comment to include it shows/tells that the Post Script document is purely under Document Structuring Convention [DSC] and is Compliant Encapsulated Post Script Document
- Eps::setTitle() — Method in class Eps
Set document title
- Eps::setAuthor() — Method in class Eps
Set document author
- Eps::setDate() — Method in class Eps
Set document creation date
- Eps::setOrientation() — Method in class Eps
Set document orientation
- Eps::setFont() — Method in class Eps
Set the font and size
- Eps::show() — Method in class Eps
Output/Display the text
- Eps::showXY() — Method in class Eps
Output the text at specified co-ordinates
- TableStatsEps::showMissingTableError() — Method in class TableStatsEps
Displays an error when the table cannot be found.
- $ ExportRelationSchema#showColor — Property in class ExportRelationSchema
- $ ExportRelationSchema#sameWide — Property in class ExportRelationSchema
- $ ExportRelationSchema#showKeys — Property in class ExportRelationSchema
- ExportRelationSchema::setPageNumber() — Method in class ExportRelationSchema
Set Page Number
- ExportRelationSchema::setShowColor() — Method in class ExportRelationSchema
Sets showColor
- ExportRelationSchema::setTableDimension() — Method in class ExportRelationSchema
Set Table Dimension
- ExportRelationSchema::setAllTablesSameWidth() — Method in class ExportRelationSchema
Set same width of All Tables
- ExportRelationSchema::setShowKeys() — Method in class ExportRelationSchema
Set Show only keys
- ExportRelationSchema::setOrientation() — Method in class ExportRelationSchema
Set Orientation
- ExportRelationSchema::setPaper() — Method in class ExportRelationSchema
Set type of paper
- ExportRelationSchema::setOffline() — Method in class ExportRelationSchema
Set whether the document is generated from client side DB
- $ Pdf#scale — Property in class Pdf
- Pdf::setCMargin() — Method in class Pdf
Sets the value for margins
- Pdf::setScale() — Method in class Pdf
Sets the scaling factor, defines minimum coordinates and margins
- Pdf::setXyScale() — Method in class Pdf
Sets x and y scaled positions
- Pdf::setXScale() — Method in class Pdf
Sets the X scaled positions
- Pdf::setFontSizeScale() — Method in class Pdf
Sets the scaled font size
- Pdf::setLineWidthScale() — Method in class Pdf
Sets the scaled line width
- Pdf::setWidths() — Method in class Pdf
Sets widths
- Pdf::setOffline() — Method in class Pdf
Set whether the document is generated from client side DB
- PdfRelationSchema::setShowGrid() — Method in class PdfRelationSchema
Set Show Grid
- PdfRelationSchema::setWithDataDictionary() — Method in class PdfRelationSchema
Set Data Dictionary
- PdfRelationSchema::setTableOrder() — Method in class PdfRelationSchema
Sets the order of the table in data dictionary
- TableStatsPdf::showMissingTableError() — Method in class TableStatsPdf
Displays an error when the table cannot be found.
- $ RelationStats#srcDir — Property in class RelationStats
- SchemaDia — Class in namespace PhpMyAdmin\Plugins\Schema
Handles the schema export for the Dia format
- SchemaDia::setProperties() — Method in class SchemaDia
Sets the schema export Dia properties
- SchemaEps — Class in namespace PhpMyAdmin\Plugins\Schema
Handles the schema export for the EPS format
- SchemaEps::setProperties() — Method in class SchemaEps
Sets the schema export EPS properties
- SchemaPdf — Class in namespace PhpMyAdmin\Plugins\Schema
Handles the schema export for the PDF format
- SchemaPdf::setProperties() — Method in class SchemaPdf
Sets the schema export PDF properties
- SchemaSvg — Class in namespace PhpMyAdmin\Plugins\Schema
Handles the schema export for the SVG format
- SchemaSvg::setProperties() — Method in class SchemaSvg
Sets the schema export SVG properties
- Svg — Class in namespace PhpMyAdmin\Plugins\Schema\Svg
This Class inherits the XMLwriter class and helps in developing structure of SVG Schema Export
- Svg::setTitle() — Method in class Svg
Set document title
- Svg::setAuthor() — Method in class Svg
Set document author
- Svg::setFont() — Method in class Svg
Set document font
- Svg::setFontSize() — Method in class Svg
Set document font size
- Svg::startSvgDoc() — Method in class Svg
Starts RelationStatsSvg Document
- SvgRelationSchema — Class in namespace PhpMyAdmin\Plugins\Schema\Svg
RelationStatsSvg Relation Schema Class
- TableStatsSvg::showMissingTableError() — Method in class TableStatsSvg
Displays an error when the table cannot be found.
- TableStats::showMissingTableError() — Method in class TableStats
Displays an error when the table cannot be found.
- SQLTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the SQL transformations plugins.
- SubstringTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the substring transformations plugins.
- $ TwoFactorPlugin#showSubmit — Property in class TwoFactorPlugin
Whether to show submit button in form
- TwoFactorPlugin::setup() — Method in class TwoFactorPlugin
Renders user interface to configure two-factor authentication
- Application::setup() — Method in class Application
Renders user interface to configure two-factor authentication
- $ Invalid#showSubmit — Property in class Invalid
- Key::setup() — Method in class Key
Renders user interface to configure two-factor authentication
- Simple — Class in namespace PhpMyAdmin\Plugins\TwoFactor
Simple two-factor authentication auth asking just for confirmation.
- WebAuthn::setServer() — Method in class WebAuthn
- WebAuthn::setup() — Method in class WebAuthn
Renders user interface to configure two-factor authentication
- OptionsPropertySubgroup::setSubgroupHeader() — Method in class OptionsPropertySubgroup
- SelectPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type select
- OptionsPropertyItem::setName() — Method in class OptionsPropertyItem
- OptionsPropertyItem::setText() — Method in class OptionsPropertyItem
- OptionsPropertyItem::setForce() — Method in class OptionsPropertyItem
- OptionsPropertyOneItem::setValues() — Method in class OptionsPropertyOneItem
Sets the values
- OptionsPropertyOneItem::setDoc() — Method in class OptionsPropertyOneItem
Sets the doc
- OptionsPropertyOneItem::setLen() — Method in class OptionsPropertyOneItem
- OptionsPropertyOneItem::setSize() — Method in class OptionsPropertyOneItem
- ExportPluginProperties::setForceFile() — Method in class ExportPluginProperties
Sets the force file parameter
- PluginPropertyItem::setText() — Method in class PluginPropertyItem
- PluginPropertyItem::setExtension() — Method in class PluginPropertyItem
- PluginPropertyItem::setOptions() — Method in class PluginPropertyItem
- PluginPropertyItem::setOptionsText() — Method in class PluginPropertyItem
- PluginPropertyItem::setMimeType() — Method in class PluginPropertyItem
- SchemaPluginProperties — Class in namespace PhpMyAdmin\Properties\Plugins
Defines possible options and getters and setters for them.
- ServerVariablesProvider — Class in namespace PhpMyAdmin\Providers\ServerVariables
- ServerVariablesProviderInterface — Class in namespace PhpMyAdmin\Providers\ServerVariables
- Compatibility::supportsReferencesPrivilege() — Method in class Compatibility
- Compatibility::supportsStoredKeywordForVirtualColumns() — Method in class Compatibility
Returns whether the database server supports virtual columns
- Compatibility::supportsCompressedColumns() — Method in class Compatibility
Returns whether the database server supports compressed columns
- ResponseRenderer::setAjax() — Method in class ResponseRenderer
Set the ajax flag to indicate whether we are servicing an ajax request
- ResponseRenderer::setRequestStatus() — Method in class ResponseRenderer
Set the status of an ajax response, whether it is a success or an error
- ResponseRenderer::setStatusCode() — Method in class ResponseRenderer
- ResponseRenderer::setMinimalFooter() — Method in class ResponseRenderer
- Routing::skipCache() — Method in class Routing
- Sanitize — Class in namespace PhpMyAdmin
This class includes various sanitization methods that can be called statically
- Sanitize::sanitizeFilename() — Method in class Sanitize
Sanitize a filename by removing anything besides legit characters
- Scripts — Class in namespace PhpMyAdmin
Collects information about which JavaScript files and objects are necessary to render the page and generates the relevant code.
- Privileges::setUserGroup() — Method in class Privileges
Sets the user group from request values
- Privileges::setProperPasswordHashing() — Method in class Privileges
Sets proper value of
old_passwords
according to the authentication plugin selected- Select — Class in namespace PhpMyAdmin\Server
Displays the MySQL servers choice form
- $ Data#status — Property in class Data
- $ Data#sections — Property in class Data
- $ Data#sectionUsed — Property in class Data
- SunOs — Class in namespace PhpMyAdmin\Server\SysInfo
SunOS based SysInfo class
- SysInfo — Class in namespace PhpMyAdmin\Server\SysInfo
Library for extracting information about system memory and cpu.
- Session — Class in namespace PhpMyAdmin
- Session::secure() — Method in class Session
tries to secure session from hijacking and fixation should be called before login and after successful login (only required if sensitive information stored in session)
- Session::setUp() — Method in class Session
- SetupHelper — Class in namespace PhpMyAdmin\Setup
- ShowGrants — Class in namespace PhpMyAdmin
- Sql — Class in namespace PhpMyAdmin
Set of functions for the SQL executor
- Sql::storeTheQueryAsBookmark() — Method in class Sql
Function to store the query as a bookmark
- SqlQueryForm — Class in namespace PhpMyAdmin
PhpMyAdmin\SqlQueryForm class
- StorageEngine — Class in namespace PhpMyAdmin
Library for extracting information about the available storage engines
- $ StorageEngine#support — Property in class StorageEngine
Engine supported by current server.
- SystemColumn — Class in namespace PhpMyAdmin
- SystemDatabase — Class in namespace PhpMyAdmin
- Search — Class in namespace PhpMyAdmin\Table
- Table::saveUiPrefsToDb() — Method in class Table
Save this table's UI preferences into phpMyAdmin database.
- Table::setUiProp() — Method in class Table
Set a property from UI preferences.
- Table::showCreate() — Method in class Table
Returns the CREATE statement for this table
- $ TableMover#sqlConstraintsQuery — Property in class TableMover
A string containing the SQL query for constraints to be execute after all tables have been created.
- Theme::setPath() — Method in class Theme
set path to theme
- Theme::setFsPath() — Method in class Theme
set file system path to the theme
- Theme::setVersion() — Method in class Theme
sets version
- Theme::setName() — Method in class Theme
sets name
- Theme::setId() — Method in class Theme
sets id
- Theme::setImgPath() — Method in class Theme
Sets path to images for the theme
- Theme::setImgPathFs() — Method in class Theme
Sets path to images for the theme
- Theme::setColorMode() — Method in class Theme
- ThemeManager::setThemePerServer() — Method in class ThemeManager
sets if there are different themes per server
- ThemeManager::setActiveTheme() — Method in class ThemeManager
Sets active theme
- ThemeManager::setThemeCookie() — Method in class ThemeManager
- Transformations::setMime() — Method in class Transformations
Set a single mimetype to a certain value.
- SanitizeExtension — Class in namespace PhpMyAdmin\Twig
- TwoFactor::showSubmit() — Method in class TwoFactor
- TwoFactor::setup() — Method in class TwoFactor
Renders user interface to configure two-factor authentication
- TwoFactor::save() — Method in class TwoFactor
Saves current configuration.
- UserPassword::setChangePasswordMsg() — Method in class UserPassword
Generate the message
- UserPreferences::save() — Method in class UserPreferences
Saves user preferences
- Util::showIcons() — Method in class Util
Checks whether configuration value tells to show icons.
- Util::showText() — Method in class Util
Checks whether configuration value tells to show text.
- Util::splitURLQuery() — Method in class Util
Splits a URL string by parameter
- Util::setTimeLimit() — Method in class Util
Wrapper around php's set_time_limit
- Util::sortableTableHeader() — Method in class Util
Creates a clickable column header for table information
- HttpRequest::setProxySettingsFromEnv() — Method in class HttpRequest
- SessionCache — Class in namespace PhpMyAdmin\Utils
- SessionCache::set() — Method in class SessionCache
- Server — Class in namespace PhpMyAdmin\WebAuthn
Web Authentication API server.
- WebauthnLibServer::saveCredentialSource() — Method in class WebauthnLibServer
T
- TwigLintCommand — Class in namespace PhpMyAdmin\Command
Command that will validate your template syntax and output encountered errors.
- TrackingFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- Relation::tryUpgradeTransformations() — Method in class Relation
Check whether column_info table input transformation upgrade is required and try to upgrade silently
- RelationCleanup::table() — Method in class RelationCleanup
Cleanup table related relation stuff
- RelationParameters::toArray() — Method in class RelationParameters
- $ FormDisplayTemplate#template — Property in class FormDisplayTemplate
- TableStructureForm — Class in namespace PhpMyAdmin\Config\Forms\Page
- $ Settings#TranslationWarningThreshold — Property in class Settings
Show warning about incomplete translations on certain threshold.
- $ Settings#TableNavigationLinksMode — Property in class Settings
Use icons instead of text for the navigation bar buttons (table browse) ('text'|'icons'|'both')
- $ Settings#TabsMode — Property in class Settings
How to display the menu tabs ('icons'|'text'|'both')
- $ Settings#TextareaCols — Property in class Settings
textarea size (columns) in edit mode (this value will be emphasized (2) for SQL query textareas and (1.25) for query window)
- $ Settings#TextareaRows — Property in class Settings
textarea size (rows) in edit mode
- $ Settings#TextareaAutoSelect — Property in class Settings
auto-select when clicking in the textarea of the query-box
- $ Settings#TablePrimaryKeyOrder — Property in class Settings
Default sort order by primary key.
- $ Settings#TitleTable — Property in class Settings
title of browser window when a table is selected
- $ Settings#TitleDatabase — Property in class Settings
title of browser window when a database is selected
- $ Settings#TitleServer — Property in class Settings
title of browser window when a server is selected
- $ Settings#TitleDefault — Property in class Settings
title of browser window when nothing is selected
- $ Settings#ThemeManager — Property in class Settings
if you want to use selectable themes and if ThemesPath not empty set it to true, else set it to false (default is false);
- $ Settings#ThemeDefault — Property in class Settings
set up default theme, you can set up here an valid path to themes or 'original' for the original pma-theme
- $ Settings#ThemePerServer — Property in class Settings
allow different theme for each configured server
- $ Settings#TempDir — Property in class Settings
Directory where phpMyAdmin can save temporary files.
- $ Settings#TrustedProxies — Property in class Settings
Lists proxy IP and HTTP header combinations which are trusted for IP allow/deny
- $ Export#texytext_structure_or_data — Property in class Export
$cfg['Export']['texytext_structure_or_data'] = 'structure_and_data';
- $ Export#texytext_columns — Property in class Export
$cfg['Export']['texytext_columns'] = false;
- $ Export#texytext_null — Property in class Export
$cfg['Export']['texytext_null'] = 'NULL';
- $ Server#tableInfo — Property in class Server
table to describe the display fields
- leave blank for no display fields support SUGGESTED: 'pma__table_info'
- $ Server#tableCoords — Property in class Server
table to describe the tables position for the designer and PDF schema
- leave blank for no PDF schema support SUGGESTED: 'pma__table_coords'
- $ Server#tableUiPrefs — Property in class Server
table to store UI preferences for tables
- leave blank for no "persistent" UI preferences SUGGESTED: 'pma__table_uiprefs'
- $ Server#tracking — Property in class Server
table to store SQL tracking
- leave blank for no SQL tracking SUGGESTED: 'pma__tracking'
- $ Server#trackingVersionAutoCreate — Property in class Server
Whether the tracking mechanism creates versions for tables and views automatically.
- $ Server#trackingDefaultStatements — Property in class Server
Defines the list of statements the auto-creation uses for new versions.
- $ Server#trackingAddDropView — Property in class Server
Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.
- $ Server#trackingAddDropTable — Property in class Server
Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.
- $ Server#trackingAddDropDatabase — Property in class Server
Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
- Transformations — Class in namespace PhpMyAdmin\Config\Settings
Default options for transformations
- $ Transformations#TextImageLink — Property in class Transformations
Displays an image and a link; the column contains the filename.
- $ Transformations#TextLink — Property in class Transformations
Displays a link; the column contains the filename.
- TablesController — Class in namespace PhpMyAdmin\Controllers\Database\MultiTableQuery
- TrackingController — Class in namespace PhpMyAdmin\Controllers\Database
Tracking configuration for database.
- TablesController — Class in namespace PhpMyAdmin\Controllers\Export
- ThirdStepController — Class in namespace PhpMyAdmin\Controllers\Normalization\FirstNormalForm
- TableController — Class in namespace PhpMyAdmin\Controllers\Operations
- TwoFactorController — Class in namespace PhpMyAdmin\Controllers\Preferences
- TableController — Class in namespace PhpMyAdmin\Controllers
- TruncateController — Class in namespace PhpMyAdmin\Controllers\Table\Partition
- TrackingController — Class in namespace PhpMyAdmin\Controllers\Table
- ThemeSetController — Class in namespace PhpMyAdmin\Controllers
- ThemesController — Class in namespace PhpMyAdmin\Controllers
- CreateAddField::tryColumnCreationQuery() — Method in class CreateAddField
Function to execute the column creation statement
- $ Current#table — Property in class Current
- $ DatabaseInterface#types — Property in class DatabaseInterface
- DatabaseInterface::tryQuery() — Method in class DatabaseInterface
Executes a query and returns the result or false on error
- DatabaseInterface::tryMultiQuery() — Method in class DatabaseInterface
Send multiple SQL queries to the database server and execute the first one
- DatabaseInterface::tryQueryAsControlUser() — Method in class DatabaseInterface
Executes a query as controluser.
- $ CentralColumns#template — Property in class CentralColumns
- $ Events#type — Property in class Events
- DbalInterface::tryQuery() — Method in class DbalInterface
Executes a query and returns the result or false on error
- DbalInterface::tryMultiQuery() — Method in class DbalInterface
Send multiple SQL queries to the database server and execute the first one
- $ Results#template — Property in class Results
- Template — Class in namespace PhpMyAdmin\Export
- TemplateModel — Class in namespace PhpMyAdmin\Export
- RecentFavoriteTable::toArray() — Method in class RecentFavoriteTable
- $ FieldMetadata#table — Property in class FieldMetadata
The table name
- GisVisualization::toFileAsSvg() — Method in class GisVisualization
Saves as a SVG image to a file.
- GisVisualization::toFileAsPng() — Method in class GisVisualization
Saves as a PNG image to a file.
- GisVisualization::toFileAsPdf() — Method in class GisVisualization
Saves as a PDF to a file.
- GisVisualization::toFile() — Method in class GisVisualization
Convert file to given format
- ThemeInitialization — Class in namespace PhpMyAdmin\Http\Middleware
- TokenMismatchChecking — Class in namespace PhpMyAdmin\Http\Middleware
- TokenRequestParamChecking — Class in namespace PhpMyAdmin\Http\Middleware
Check whether user supplied token is valid, if not remove any possibly dangerous stuff from request.
- $ LanguageManager#textDirection — Property in class LanguageManager
- DatabaseName::tryFrom() — Method in class DatabaseName
- Identifier::tryFrom() — Method in class Identifier
- TableName — Class in namespace PhpMyAdmin\Identifiers
- TableName::tryFrom() — Method in class TableName
- TriggerName — Class in namespace PhpMyAdmin\Identifiers
- TriggerName::tryFrom() — Method in class TriggerName
- $ ImportSettings#timeoutPassed — Property in class ImportSettings
- $ ImportSettings#timestamp — Property in class ImportSettings
- InsertEdit::transformEditedValues() — Method in class InsertEdit
Transform edited values
- $ InsertEditColumn#trueType — Property in class InsertEditColumn
trueType contains only the type (stops at first bracket)
- $ Node#title — Property in class Node
- Maintenance::truncate() — Method in class Maintenance
- TablePartitionDefinition — Class in namespace PhpMyAdmin\Partitioning
- $ AuthenticationPlugin#template — Property in class AuthenticationPlugin
- ExportLatex::texEscape() — Method in class ExportLatex
Escapes some special characters for use in TeX/LaTeX
- $ Pdf#tablewidths — Property in class Pdf
- TableProperty — Class in namespace PhpMyAdmin\Plugins\Export\Helpers
PhpMyAdmin\Plugins\Export\Helpers\TableProperty class
- $ TableProperty#type — Property in class TableProperty
- Type
- TableStatsDia — Class in namespace PhpMyAdmin\Plugins\Schema\Dia
Table preferences/statistics
- $ TableStatsDia#tableId — Property in class TableStatsDia
- $ TableStatsDia#tableColor — Property in class TableStatsDia
- TableStatsDia::tableDraw() — Method in class TableStatsDia
Do draw the table
- TableStatsEps — Class in namespace PhpMyAdmin\Plugins\Schema\Eps
Table preferences/statistics
- TableStatsEps::tableDraw() — Method in class TableStatsEps
Draw the table
- $ ExportRelationSchema#tableDimension — Property in class ExportRelationSchema
- $ Pdf#topMargin — Property in class Pdf
- TableStatsPdf — Class in namespace PhpMyAdmin\Plugins\Schema\Pdf
Table preferences/statistics
- TableStatsPdf::tableDraw() — Method in class TableStatsPdf
Do draw the table
- $ Svg#title — Property in class Svg
- TableStatsSvg — Class in namespace PhpMyAdmin\Plugins\Schema\Svg
Table preferences/statistics
- TableStatsSvg::tableDraw() — Method in class TableStatsSvg
draw the table
- TableStats — Class in namespace PhpMyAdmin\Plugins\Schema
Table preferences/statistics
- TransformationsInterface — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to be implemented by all of the transformations plugins.
- TransformationsPlugin — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to be implemented by all of the transformations plugins.
- TextFileUploadTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the text file upload input transformations plugins.
- TextImageLinkTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the image link transformations plugins.
- TextLinkTransformationsPlugin — Class in namespace PhpMyAdmin\Plugins\Transformations\Abs
Provides common methods for all of the link transformations plugins.
- Text_Plain_FileUpload — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
Handles the input text file upload transformation for text plain.
- Text_Plain_Iptobinary — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
Handles the IPv4/IPv6 to binary transformation for text plain
- Text_Plain_Iptolong — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
Handles the IPv4/IPv6 to long transformation for text plain
- Text_Plain_JsonEditor — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
JSON editing with syntax highlighted CodeMirror editor
- Text_Plain_RegexValidation — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
Handles the input regex validation transformation for text plain.
- Text_Plain_SqlEditor — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
SQL editing with syntax highlighted CodeMirror editor
- Text_Plain_XmlEditor — Class in namespace PhpMyAdmin\Plugins\Transformations\Input
XML (and HTML) editing with syntax highlighted CodeMirror editor
- Text_Octetstream_Sql — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the sql transformation for blob data
- Text_Plain_Binarytoip — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the binary to IPv4/IPv6 transformation for text plain
- Text_Plain_Bool2Text — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the Boolean to Text transformation for text plain.
- Text_Plain_Dateformat — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the date format transformation for text plain
- Text_Plain_External — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the external transformation for text plain
- Text_Plain_Formatted — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the formatted transformation for text plain
- Text_Plain_Imagelink — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the image link transformation for text plain
- Text_Plain_Json — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the json transformation for text plain
- Text_Plain_Sql — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the sql transformation for text plain
- Text_Plain_Xml — Class in namespace PhpMyAdmin\Plugins\Transformations\Output
Handles the XML transformation for text plain
- Text_Plain_Link — Class in namespace PhpMyAdmin\Plugins\Transformations
Handles the link transformation for text plain
- Text_Plain_Longtoipv4 — Class in namespace PhpMyAdmin\Plugins\Transformations
Handles the long to ipv4 transformation for text plain
- Text_Plain_PreApPend — Class in namespace PhpMyAdmin\Plugins\Transformations
Handles the prepend and/or append transformation for text plain.
- Text_Plain_Substring — Class in namespace PhpMyAdmin\Plugins\Transformations
Handles the substring transformation for text plain
- TwoFactorPlugin — Class in namespace PhpMyAdmin\Plugins
Two factor authentication plugin class
- $ TwoFactorPlugin#template — Property in class TwoFactorPlugin
- TextPropertyItem — Class in namespace PhpMyAdmin\Properties\Options\Items
Single property item class of type text
- Plugin::toArray() — Method in class Plugin
- $ ShowGrants#tableName — Property in class ShowGrants
- $ StorageEngine#title — Property in class StorageEngine
- Table — Class in namespace PhpMyAdmin\Table
Handles everything related to tables
- TableMover — Class in namespace PhpMyAdmin\Table
- Template — Class in namespace PhpMyAdmin
Handle front end templating
- $ Template#twig — Property in class Template
Twig environment
- Theme — Class in namespace PhpMyAdmin\Theme
handles theme
- ThemeManager — Class in namespace PhpMyAdmin\Theme
phpMyAdmin theme manager
- $ ThemeManager#themes — Property in class ThemeManager
- $ ThemeManager#theme — Property in class ThemeManager
- $ ThemeManager#themeDefault — Property in class ThemeManager
- TrackedData — Class in namespace PhpMyAdmin\Tracking
- TrackedTable — Class in namespace PhpMyAdmin\Tracking
- Tracker — Class in namespace PhpMyAdmin\Tracking
This class tracks changes on databases, tables and views.
- $ Tracker#trackingCache — Property in class Tracker
Cache to avoid quering tracking status multiple times.
- Tracking — Class in namespace PhpMyAdmin\Tracking
PhpMyAdmin\Tracking\Tracking class
- TrackingChecker — Class in namespace PhpMyAdmin\Tracking
- Transformations — Class in namespace PhpMyAdmin
Transformations class
- Trigger — Class in namespace PhpMyAdmin\Triggers
- Trigger::tryFromArray() — Method in class Trigger
- Triggers — Class in namespace PhpMyAdmin\Triggers
Functions for trigger management.
- TransExpression — Class in namespace PhpMyAdmin\Twig\Node\Expression
- PmaGlobalVariable::text_dir() — Method in class PmaGlobalVariable
- TransformationsExtension — Class in namespace PhpMyAdmin\Twig
- TwoFactor — Class in namespace PhpMyAdmin
Two factor authentication wrapper class
- Types — Class in namespace PhpMyAdmin
Class holding type definitions for MySQL and MariaDB.
- Util::timespanFormat() — Method in class Util
Returns a given timespan value in a readable format.
- DataStream::take() — Method in class DataStream
U
- UiPreferencesFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- UserPreferencesFeature — Class in namespace PhpMyAdmin\ConfigStorage\Features
- RelationCleanup::user() — Method in class RelationCleanup
Cleanup user related relation stuff
- UserGroups — Class in namespace PhpMyAdmin\ConfigStorage
PhpMyAdmin\Server\UserGroups class
- ConfigFile::updateWithGlobalConfig() — Method in class ConfigFile
Updates config with values read from given array (config will contain differences to defaults from {\PhpMyAdmin\Config\Settings}).
- UserFormList — Class in namespace PhpMyAdmin\Config\Forms\User
- $ Settings#UseDbSearch — Property in class Settings
whether to enable the "database search" feature or not
- $ Settings#URLQueryEncryption — Property in class Settings
Define whether phpMyAdmin will encrypt sensitive data from the URL query string.
- $ Settings#URLQueryEncryptionSecretKey — Property in class Settings
A secret key used to encrypt/decrypt the URL query string. Should be 32 bytes long.
- $ Settings#UserprefsDisallow — Property in class Settings
User preferences: disallow these settings For possible setting names look in src/Config/Forms/User/
- $ Settings#UserprefsDeveloperTab — Property in class Settings
User preferences: enable the Developer tab
- $ Settings#UploadDir — Property in class Settings
Directory for uploaded files that can be executed by phpMyAdmin.
- $ Server#user — Property in class Server
MySQL user
- $ Server#userConfig — Property in class Server
table to store user preferences
- leave blank to disable server storage SUGGESTED: 'pma__userconfig'
- $ Server#users — Property in class Server
table to store users and their assignment to user groups
- leave blank to disable configurable menus feature SUGGESTED: 'pma__users'
- $ Server#userGroups — Property in class Server
table to store allowed menu items for each user group
- leave blank to disable configurable menus feature SUGGESTED: 'pma__usergroups'
- UpdateConfigController — Class in namespace PhpMyAdmin\Controllers\Console
- UpdateController — Class in namespace PhpMyAdmin\Controllers\Export\Template
- UpdateNavWidthConfigController — Class in namespace PhpMyAdmin\Controllers\Navigation
- UserGroupsController — Class in namespace PhpMyAdmin\Controllers\Server
Displays the 'User groups' sub page under 'Users' page.
- UserGroupsFormController — Class in namespace PhpMyAdmin\Controllers\Server
- ChangeController::urlParamsInEditMode() — Method in class ChangeController
Add some url parameters
- UniqueController — Class in namespace PhpMyAdmin\Controllers\Table\Structure
- UserPasswordController — Class in namespace PhpMyAdmin\Controllers
Displays and handles the form where the user can change their password.
- CentralColumns::updateOneColumn() — Method in class CentralColumns
update a column in central columns list if a edit is requested
- CentralColumns::updateMultipleColumn() — Method in class CentralColumns
Update Multiple column in central columns list if a change is requested
- UndefinedOption — Class in namespace PhpMyAdmin\Exceptions
- UnsupportedLanguageCode — Class in namespace PhpMyAdmin\Exceptions
- Export::unlockTables() — Method in class Export
Releases table locks
- TemplateModel::update() — Method in class TemplateModel
- UriFactory — Class in namespace PhpMyAdmin\Http\Factory
- UriSchemeUpdating — Class in namespace PhpMyAdmin\Http\Middleware
- UrlParamsSetting — Class in namespace PhpMyAdmin\Http\Middleware
- UrlRedirection — Class in namespace PhpMyAdmin\Http\Middleware
- UserPreferencesLoading — Class in namespace PhpMyAdmin\Http\Middleware
- Ajax::uploadProgressSetup() — Method in class Ajax
Sets up some variables for upload progress
- $ Message#useBBCode — Property in class Message
Whether to use BB code when displaying.
- Navigation::unhideNavigationItem() — Method in class Navigation
Remove a hidden item of navigation tree from the list of hidden items in PMA database.
- $ Node#urlParamName — Property in class Node
- $ AuthenticationPlugin#user — Property in class AuthenticationPlugin
- Username
- ExportSql::useSqlBackquotes() — Method in class ExportSql
- UploadNoplugin — Class in namespace PhpMyAdmin\Plugins\Import\Upload
Implementation for no plugin
- UploadProgress — Class in namespace PhpMyAdmin\Plugins\Import\Upload
Implementation for upload progress
- UploadSession — Class in namespace PhpMyAdmin\Plugins\Import\Upload
Implementation for session
- UploadInterface — Class in namespace PhpMyAdmin\Plugins
Provides a common interface that will have to implemented by all of the import->upload plugins.
- Utilities — Class in namespace PhpMyAdmin\Query
Some helfull functions for common tasks related to SQL results
- Utilities::usortComparisonCallback() — Method in class Utilities
usort comparison callback
- Privileges::unescapeGrantWildcards() — Method in class Privileges
removes slashes before "_" and "%" characters Note: This function does not unescape backslashes!
- Privileges::updatePassword() — Method in class Privileges
Update password and get message for password updating
- Privileges::updatePrivileges() — Method in class Privileges
Update the privileges and return the success or error message
- Privileges::updateMessageForReload() — Method in class Privileges
update Message For Reload
- AccountLocking::unlock() — Method in class AccountLocking
- $ Data#usedQueries — Property in class Data
- $ Table#uiprefs — Property in class Table
- Table::updateDisplayField() — Method in class Table
Function to handle update for display field
- Table::updateInternalRelations() — Method in class Table
Function to get update query for updating internal relations
- Table::updateForeignKeys() — Method in class Table
Function to handle foreign key updates
- UrlExtension — Class in namespace PhpMyAdmin\Twig
- UtilExtension — Class in namespace PhpMyAdmin\Twig
- UniqueCondition — Class in namespace PhpMyAdmin
- Url — Class in namespace PhpMyAdmin
Static methods for URL/hidden inputs generating
- UrlParams — Class in namespace PhpMyAdmin
- UrlRedirector — Class in namespace PhpMyAdmin
URL redirector to avoid leaking Referer with some sensitive information.
- UserPassword — Class in namespace PhpMyAdmin
Functions for user password
- UserPreferences — Class in namespace PhpMyAdmin
Functions for displaying user preferences pages
- UserPrivileges — Class in namespace PhpMyAdmin
- UserPrivilegesFactory — Class in namespace PhpMyAdmin
Get user's global privileges and some db-specific privileges
- Util — Class in namespace PhpMyAdmin
Misc functions used all over the scripts.
- Util::unQuote() — Method in class Util
removes quotes (',",`) from a quoted string
- Util::userDir() — Method in class Util
replaces %u in given path with current user name
- Util::unsupportedDatatypes() — Method in class Util
Returns a list of datatypes that are not (yet) handled by PMA.
V
- $ Settings#VersionCheck — Property in class Settings
whether version check is active
- $ Server#verbose — Property in class Server
Verbose name for this host - leave blank to show the hostname (for HTTP authentication, all non-US-ASCII characters will be stripped)
- Validator — Class in namespace PhpMyAdmin\Config
Form validation for configuration editor
- Validator::validate() — Method in class Validator
Runs validation $validator_id on values $values and returns error list.
- ViewController — Class in namespace PhpMyAdmin\Controllers\Operations
View manipulations
- VariablesController — Class in namespace PhpMyAdmin\Controllers\Server\Status
- VariablesController — Class in namespace PhpMyAdmin\Controllers\Server
Handles viewing and editing server variables
- ValidateController — Class in namespace PhpMyAdmin\Controllers\Setup
- VersionCheckController — Class in namespace PhpMyAdmin\Controllers
A caching proxy for retrieving version information from https://www.phpmyadmin.net/.
- InsertEdit::verifyWhetherValueCanBeTruncatedAndAppendExtraData() — Method in class InsertEdit
Check whether inline edited value can be truncated or not, and add additional parameters for extra_data array if needed
- $ Node#visible — Property in class Node
- TableStats::validateTableAndLoadFields() — Method in class TableStats
Validate whether the table exists.
- VoidProvider — Class in namespace PhpMyAdmin\Providers\ServerVariables
- Utilities::versionToInt() — Method in class Utilities
Convert version string to integer.
- $ Data#variables — Property in class Data
- Index::versionCheck() — Method in class Index
Checks for newest phpMyAdmin version and sets result as a new notice
- $ Theme#version — Property in class Theme
- PmaGlobalVariable::version() — Method in class PmaGlobalVariable
- Version — Class in namespace PhpMyAdmin
This class is generated by bin/console.
- VersionInformation — Class in namespace PhpMyAdmin
Responsible for retrieving version information and notifying about latest version
- VersionInformation::versionToInt() — Method in class VersionInformation
Calculates numerical equivalent of phpMyAdmin version string
W
- WriteGitRevisionCommand — Class in namespace PhpMyAdmin\Command
- Server::withSSL() — Method in class Server
- WrapperController — Class in namespace PhpMyAdmin\Controllers\Transformation
Wrapper script for rendering transformations
- Core::warnMissingExtension() — Method in class Core
Warn or fail on missing extension.
- Warning — Class in namespace PhpMyAdmin\Dbal
- DisplayParts::with() — Method in class DisplayParts
- Response::withProtocolVersion() — Method in class Response
- Response::withHeader() — Method in class Response
- Response::withAddedHeader() — Method in class Response
- Response::withoutHeader() — Method in class Response
- Response::withBody() — Method in class Response
- Response::withStatus() — Method in class Response
- Response::write() — Method in class Response
Write data to the body of the response.
- ServerRequest::withProtocolVersion() — Method in class ServerRequest
- ServerRequest::withHeader() — Method in class ServerRequest
- ServerRequest::withAddedHeader() — Method in class ServerRequest
- ServerRequest::withoutHeader() — Method in class ServerRequest
- ServerRequest::withBody() — Method in class ServerRequest
- ServerRequest::withRequestTarget() — Method in class ServerRequest
- ServerRequest::withMethod() — Method in class ServerRequest
- ServerRequest::withUri() — Method in class ServerRequest
- ServerRequest::withCookieParams() — Method in class ServerRequest
- ServerRequest::withQueryParams() — Method in class ServerRequest
- ServerRequest::withUploadedFiles() — Method in class ServerRequest
- ServerRequest::withParsedBody() — Method in class ServerRequest
- ServerRequest::withAttribute() — Method in class ServerRequest
- ServerRequest::withoutAttribute() — Method in class ServerRequest
- ImageWrapper::width() — Method in class ImageWrapper
- $ Pdf#widths — Property in class Pdf
- $ RelationStats#wTick — Property in class RelationStats
- $ TableStats#width — Property in class TableStats
- WebAuthn — Class in namespace PhpMyAdmin\Plugins\TwoFactor
Two-factor authentication plugin for the WebAuthn/FIDO2 protocol.
- Routing::writeCache() — Method in class Routing
- Privileges::wildcardEscapeForGrant() — Method in class Privileges
Escapes wildcard in a database+table specification before using it in a GRANT statement.
- WindowsNt — Class in namespace PhpMyAdmin\Server\SysInfo
Windows NT based SysInfo class
- $ TwoFactor#writable — Property in class TwoFactor
- WebAuthnException — Class in namespace PhpMyAdmin\WebAuthn
- WebauthnLibServer — Class in namespace PhpMyAdmin\WebAuthn
X
- $ Export#xml_structure_or_data — Property in class Export
$cfg['Export']['xml_structure_or_data'] = 'data';
- $ Export#xml_export_struc — Property in class Export
Export schema for each structure
- $ Export#xml_export_events — Property in class Export
Export events
- $ Export#xml_export_functions — Property in class Export
Export functions
- $ Export#xml_export_procedures — Property in class Export
Export procedures
- $ Export#xml_export_tables — Property in class Export
Export schema for each table
- $ Export#xml_export_triggers — Property in class Export
Export triggers
- $ Export#xml_export_views — Property in class Export
Export views
- $ Export#xml_export_contents — Property in class Export
Export contents data
- $ Pdf#xMin — Property in class Pdf
- $ RelationStats#xSrc — Property in class RelationStats
- $ RelationStats#xDest — Property in class RelationStats
- $ TableStats#x — Property in class TableStats
Y
- $ Export#yaml_structure_or_data — Property in class Export
$cfg['Export']['yaml_structure_or_data'] = 'data';
- $ Pdf#yMin — Property in class Pdf
- $ RelationStats#ySrc — Property in class RelationStats
- $ RelationStats#yDest — Property in class RelationStats
- $ TableStats#y — Property in class TableStats
Z
- $ Settings#ZipDump — Property in class Settings
Allow for the use of zip compression (requires zip support to be enabled)
- $ Settings#zeroConf — Property in class Settings
Zero Configuration mode.
- ZoomSearchController — Class in namespace PhpMyAdmin\Controllers\Table
Handles table zoom search tab.
- ZipExtension — Class in namespace PhpMyAdmin
Transformations class
_
- Advisor::__construct() — Method in class Advisor
- Application::__construct() — Method in class Application
- Bookmark::__construct() — Method in class Bookmark
- BookmarkRepository::__construct() — Method in class BookmarkRepository
- BrowseForeigners::__construct() — Method in class BrowseForeigners
- Column::__construct() — Method in class Column
- ColumnFull::__construct() — Method in class ColumnFull
- Config::__construct() — Method in class Config
- BookmarkFeature::__construct() — Method in class BookmarkFeature
- BrowserTransformationFeature::__construct() — Method in class BrowserTransformationFeature
- CentralColumnsFeature::__construct() — Method in class CentralColumnsFeature
- ColumnCommentsFeature::__construct() — Method in class ColumnCommentsFeature
- ConfigurableMenusFeature::__construct() — Method in class ConfigurableMenusFeature
- DatabaseDesignerSettingsFeature::__construct() — Method in class DatabaseDesignerSettingsFeature
- DisplayFeature::__construct() — Method in class DisplayFeature
- ExportTemplatesFeature::__construct() — Method in class ExportTemplatesFeature
- FavoriteTablesFeature::__construct() — Method in class FavoriteTablesFeature
- NavigationItemsHidingFeature::__construct() — Method in class NavigationItemsHidingFeature
- PdfFeature::__construct() — Method in class PdfFeature
- RecentlyUsedTablesFeature::__construct() — Method in class RecentlyUsedTablesFeature
- RelationFeature::__construct() — Method in class RelationFeature
- SavedQueryByExampleSearchesFeature::__construct() — Method in class SavedQueryByExampleSearchesFeature
- SqlHistoryFeature::__construct() — Method in class SqlHistoryFeature
- TrackingFeature::__construct() — Method in class TrackingFeature
- UiPreferencesFeature::__construct() — Method in class UiPreferencesFeature
- UserPreferencesFeature::__construct() — Method in class UserPreferencesFeature
- ForeignData::__construct() — Method in class ForeignData
- Relation::__construct() — Method in class Relation
- RelationCleanup::__construct() — Method in class RelationCleanup
- RelationParameters::__construct() — Method in class RelationParameters
- ConfigFile::__construct() — Method in class ConfigFile
- Form::__construct() — Method in class Form
Reads default config values
- FormDisplay::__construct() — Method in class FormDisplay
- FormDisplayTemplate::__construct() — Method in class FormDisplayTemplate
- BaseForm::__construct() — Method in class BaseForm
- BaseFormList::__construct() — Method in class BaseFormList
- PageSettings::__construct() — Method in class PageSettings
- ServerConfigChecks::__construct() — Method in class ServerConfigChecks
- Settings::__construct() — Method in class Settings
- Console::__construct() — Method in class Console
- Debug::__construct() — Method in class Debug
- Export::__construct() — Method in class Export
- Import::__construct() — Method in class Import
- Schema::__construct() — Method in class Schema
- Server::__construct() — Method in class Server
- SqlQueryBox::__construct() — Method in class SqlQueryBox
- Transformations::__construct() — Method in class Transformations
- Console::__construct() — Method in class Console
- BrowseForeignersController::__construct() — Method in class BrowseForeignersController
- BrowseForeignersController::__invoke() — Method in class BrowseForeignersController
- ChangeLogController::__construct() — Method in class ChangeLogController
- ChangeLogController::__invoke() — Method in class ChangeLogController
- CheckRelationsController::__construct() — Method in class CheckRelationsController
- CheckRelationsController::__invoke() — Method in class CheckRelationsController
- CollationConnectionController::__construct() — Method in class CollationConnectionController
- CollationConnectionController::__invoke() — Method in class CollationConnectionController
- ColumnController::__construct() — Method in class ColumnController
- ColumnController::__invoke() — Method in class ColumnController
- AddController::__construct() — Method in class AddController
- AddController::__invoke() — Method in class AddController
- RefreshController::__construct() — Method in class RefreshController
- RefreshController::__invoke() — Method in class RefreshController
- UpdateConfigController::__construct() — Method in class UpdateConfigController
- UpdateConfigController::__invoke() — Method in class UpdateConfigController
- DatabaseController::__construct() — Method in class DatabaseController
- DatabaseController::__invoke() — Method in class DatabaseController
- CentralColumnsController::__construct() — Method in class CentralColumnsController
- CentralColumnsController::__invoke() — Method in class CentralColumnsController
- PopulateColumnsController::__construct() — Method in class PopulateColumnsController
- PopulateColumnsController::__invoke() — Method in class PopulateColumnsController
- DataDictionaryController::__construct() — Method in class DataDictionaryController
- DataDictionaryController::__invoke() — Method in class DataDictionaryController
- DesignerController::__construct() — Method in class DesignerController
- DesignerController::__invoke() — Method in class DesignerController
- EventsController::__construct() — Method in class EventsController
- EventsController::__invoke() — Method in class EventsController
- ExportController::__construct() — Method in class ExportController
- ExportController::__invoke() — Method in class ExportController
- ImportController::__construct() — Method in class ImportController
- ImportController::__invoke() — Method in class ImportController
- MultiTableQueryController::__construct() — Method in class MultiTableQueryController
- MultiTableQueryController::__invoke() — Method in class MultiTableQueryController
- QueryController::__construct() — Method in class QueryController
- QueryController::__invoke() — Method in class QueryController
- TablesController::__construct() — Method in class TablesController
- TablesController::__invoke() — Method in class TablesController
- PrivilegesController::__construct() — Method in class PrivilegesController
- PrivilegesController::__invoke() — Method in class PrivilegesController
- RoutinesController::__construct() — Method in class RoutinesController
- RoutinesController::__invoke() — Method in class RoutinesController
- SearchController::__construct() — Method in class SearchController
- SearchController::__invoke() — Method in class SearchController
- SqlAutoCompleteController::__construct() — Method in class SqlAutoCompleteController
- SqlAutoCompleteController::__invoke() — Method in class SqlAutoCompleteController
- SqlController::__construct() — Method in class SqlController
- SqlController::__invoke() — Method in class SqlController
- SqlFormatController::__construct() — Method in class SqlFormatController
- SqlFormatController::__invoke() — Method in class SqlFormatController
- StructureController::__construct() — Method in class StructureController
- StructureController::__invoke() — Method in class StructureController
- AddPrefixController::__construct() — Method in class AddPrefixController
- AddPrefixController::__invoke() — Method in class AddPrefixController
- AddPrefixTableController::__construct() — Method in class AddPrefixTableController
- AddPrefixTableController::__invoke() — Method in class AddPrefixTableController
- AddController::__construct() — Method in class AddController
- AddController::__invoke() — Method in class AddController
- MakeConsistentController::__construct() — Method in class MakeConsistentController
- MakeConsistentController::__invoke() — Method in class MakeConsistentController
- RemoveController::__construct() — Method in class RemoveController
- RemoveController::__invoke() — Method in class RemoveController
- ChangePrefixFormController::__construct() — Method in class ChangePrefixFormController
- ChangePrefixFormController::__invoke() — Method in class ChangePrefixFormController
- CopyFormController::__construct() — Method in class CopyFormController
- CopyFormController::__invoke() — Method in class CopyFormController
- CopyTableController::__construct() — Method in class CopyTableController
- CopyTableController::__invoke() — Method in class CopyTableController
- CopyTableWithPrefixController::__construct() — Method in class CopyTableWithPrefixController
- CopyTableWithPrefixController::__invoke() — Method in class CopyTableWithPrefixController
- DropFormController::__construct() — Method in class DropFormController
- DropFormController::__invoke() — Method in class DropFormController
- DropTableController::__construct() — Method in class DropTableController
- DropTableController::__invoke() — Method in class DropTableController
- EmptyFormController::__construct() — Method in class EmptyFormController
- EmptyFormController::__invoke() — Method in class EmptyFormController
- EmptyTableController::__construct() — Method in class EmptyTableController
- EmptyTableController::__invoke() — Method in class EmptyTableController
- FavoriteTableController::__construct() — Method in class FavoriteTableController
- FavoriteTableController::__invoke() — Method in class FavoriteTableController
- RealRowCountController::__construct() — Method in class RealRowCountController
- RealRowCountController::__invoke() — Method in class RealRowCountController
- ReplacePrefixController::__construct() — Method in class ReplacePrefixController
- ReplacePrefixController::__invoke() — Method in class ReplacePrefixController
- ShowCreateController::__construct() — Method in class ShowCreateController
- ShowCreateController::__invoke() — Method in class ShowCreateController
- TrackingController::__construct() — Method in class TrackingController
- TrackingController::__invoke() — Method in class TrackingController
- ErrorReportController::__construct() — Method in class ErrorReportController
- ErrorReportController::__invoke() — Method in class ErrorReportController
- CheckTimeOutController::__construct() — Method in class CheckTimeOutController
- CheckTimeOutController::__invoke() — Method in class CheckTimeOutController
- ExportController::__construct() — Method in class ExportController
- ExportController::__invoke() — Method in class ExportController
- TablesController::__construct() — Method in class TablesController
- TablesController::__invoke() — Method in class TablesController
- CreateController::__construct() — Method in class CreateController
- CreateController::__invoke() — Method in class CreateController
- DeleteController::__construct() — Method in class DeleteController
- DeleteController::__invoke() — Method in class DeleteController
- LoadController::__construct() — Method in class LoadController
- LoadController::__invoke() — Method in class LoadController
- UpdateController::__construct() — Method in class UpdateController
- UpdateController::__invoke() — Method in class UpdateController
- GisDataEditorController::__construct() — Method in class GisDataEditorController
- GisDataEditorController::__invoke() — Method in class GisDataEditorController
- GitInfoController::__construct() — Method in class GitInfoController
- GitInfoController::__invoke() — Method in class GitInfoController
- HomeController::__construct() — Method in class HomeController
- HomeController::__invoke() — Method in class HomeController
- ImportController::__construct() — Method in class ImportController
- ImportController::__invoke() — Method in class ImportController
- SimulateDmlController::__construct() — Method in class SimulateDmlController
- SimulateDmlController::__invoke() — Method in class SimulateDmlController
- StatusController::__construct() — Method in class StatusController
- StatusController::__invoke() — Method in class StatusController
- InvocableController::__invoke() — Method in class InvocableController
- JavaScriptMessagesController::__construct() — Method in class JavaScriptMessagesController
- JavaScriptMessagesController::__invoke() — Method in class JavaScriptMessagesController
- LicenseController::__construct() — Method in class LicenseController
- LicenseController::__invoke() — Method in class LicenseController
- LintController::__construct() — Method in class LintController
- LintController::__invoke() — Method in class LintController
- LogoutController::__construct() — Method in class LogoutController
- LogoutController::__invoke() — Method in class LogoutController
- NavigationController::__construct() — Method in class NavigationController
- NavigationController::__invoke() — Method in class NavigationController
- UpdateNavWidthConfigController::__construct() — Method in class UpdateNavWidthConfigController
- UpdateNavWidthConfigController::__invoke() — Method in class UpdateNavWidthConfigController
- AddNewPrimaryController::__construct() — Method in class AddNewPrimaryController
- AddNewPrimaryController::__invoke() — Method in class AddNewPrimaryController
- CreateNewColumnController::__construct() — Method in class CreateNewColumnController
- CreateNewColumnController::__invoke() — Method in class CreateNewColumnController
- FirstStepController::__construct() — Method in class FirstStepController
- FirstStepController::__invoke() — Method in class FirstStepController
- FourthStepController::__construct() — Method in class FourthStepController
- FourthStepController::__invoke() — Method in class FourthStepController
- SecondStepController::__construct() — Method in class SecondStepController
- SecondStepController::__invoke() — Method in class SecondStepController
- ThirdStepController::__construct() — Method in class ThirdStepController
- ThirdStepController::__invoke() — Method in class ThirdStepController
- GetColumnsController::__construct() — Method in class GetColumnsController
- GetColumnsController::__invoke() — Method in class GetColumnsController
- MainController::__construct() — Method in class MainController
- MainController::__invoke() — Method in class MainController
- MoveRepeatingGroup::__construct() — Method in class MoveRepeatingGroup
- MoveRepeatingGroup::__invoke() — Method in class MoveRepeatingGroup
- PartialDependenciesController::__construct() — Method in class PartialDependenciesController
- PartialDependenciesController::__invoke() — Method in class PartialDependenciesController
- CreateNewTablesController::__construct() — Method in class CreateNewTablesController
- CreateNewTablesController::__invoke() — Method in class CreateNewTablesController
- FirstStepController::__construct() — Method in class FirstStepController
- FirstStepController::__invoke() — Method in class FirstStepController
- NewTablesController::__construct() — Method in class NewTablesController
- NewTablesController::__invoke() — Method in class NewTablesController
- CreateNewTablesController::__construct() — Method in class CreateNewTablesController
- CreateNewTablesController::__invoke() — Method in class CreateNewTablesController
- FirstStepController::__construct() — Method in class FirstStepController
- FirstStepController::__invoke() — Method in class FirstStepController
- NewTablesController::__construct() — Method in class NewTablesController
- NewTablesController::__invoke() — Method in class NewTablesController
- DatabaseController::__construct() — Method in class DatabaseController
- DatabaseController::__invoke() — Method in class DatabaseController
- CollationController::__construct() — Method in class CollationController
- CollationController::__invoke() — Method in class CollationController
- TableController::__construct() — Method in class TableController
- TableController::__invoke() — Method in class TableController
- ViewController::__construct() — Method in class ViewController
- ViewController::__invoke() — Method in class ViewController
- PhpInfoController::__construct() — Method in class PhpInfoController
- PhpInfoController::__invoke() — Method in class PhpInfoController
- ExportController::__construct() — Method in class ExportController
- ExportController::__invoke() — Method in class ExportController
- FeaturesController::__construct() — Method in class FeaturesController
- FeaturesController::__invoke() — Method in class FeaturesController
- ImportController::__construct() — Method in class ImportController
- ImportController::__invoke() — Method in class ImportController
- MainPanelController::__construct() — Method in class MainPanelController
- MainPanelController::__invoke() — Method in class MainPanelController
- ManageController::__construct() — Method in class ManageController
- ManageController::__invoke() — Method in class ManageController
- NavigationController::__construct() — Method in class NavigationController
- NavigationController::__invoke() — Method in class NavigationController
- SqlController::__construct() — Method in class SqlController
- SqlController::__invoke() — Method in class SqlController
- TwoFactorController::__construct() — Method in class TwoFactorController
- TwoFactorController::__invoke() — Method in class TwoFactorController
- SchemaExportController::__construct() — Method in class SchemaExportController
- SchemaExportController::__invoke() — Method in class SchemaExportController
- BinlogController::__construct() — Method in class BinlogController
- BinlogController::__invoke() — Method in class BinlogController
- CollationsController::__construct() — Method in class CollationsController
- CollationsController::__invoke() — Method in class CollationsController
- DatabasesController::__construct() — Method in class DatabasesController
- DatabasesController::__invoke() — Method in class DatabasesController
- CreateController::__construct() — Method in class CreateController
- CreateController::__invoke() — Method in class CreateController
- DestroyController::__construct() — Method in class DestroyController
- DestroyController::__invoke() — Method in class DestroyController
- EnginesController::__construct() — Method in class EnginesController
- EnginesController::__invoke() — Method in class EnginesController
- ExportController::__construct() — Method in class ExportController
- ExportController::__invoke() — Method in class ExportController
- ImportController::__construct() — Method in class ImportController
- ImportController::__invoke() — Method in class ImportController
- PluginsController::__construct() — Method in class PluginsController
- PluginsController::__invoke() — Method in class PluginsController
- PrivilegesController::__construct() — Method in class PrivilegesController
- PrivilegesController::__invoke() — Method in class PrivilegesController
- AccountLockController::__construct() — Method in class AccountLockController
- AccountLockController::__invoke() — Method in class AccountLockController
- AccountUnlockController::__construct() — Method in class AccountUnlockController
- AccountUnlockController::__invoke() — Method in class AccountUnlockController
- ReplicationController::__construct() — Method in class ReplicationController
- ReplicationController::__invoke() — Method in class ReplicationController
- ShowEngineController::__construct() — Method in class ShowEngineController
- ShowEngineController::__invoke() — Method in class ShowEngineController
- SqlController::__construct() — Method in class SqlController
- SqlController::__invoke() — Method in class SqlController
- AbstractController::__construct() — Method in class AbstractController
- AdvisorController::__construct() — Method in class AdvisorController
- AdvisorController::__invoke() — Method in class AdvisorController
- MonitorController::__construct() — Method in class MonitorController
- MonitorController::__invoke() — Method in class MonitorController
- ChartingDataController::__construct() — Method in class ChartingDataController
- ChartingDataController::__invoke() — Method in class ChartingDataController
- GeneralLogController::__construct() — Method in class GeneralLogController
- GeneralLogController::__invoke() — Method in class GeneralLogController
- LogVarsController::__construct() — Method in class LogVarsController
- LogVarsController::__invoke() — Method in class LogVarsController
- QueryAnalyzerController::__construct() — Method in class QueryAnalyzerController
- QueryAnalyzerController::__invoke() — Method in class QueryAnalyzerController
- SlowLogController::__construct() — Method in class SlowLogController
- SlowLogController::__invoke() — Method in class SlowLogController
- ProcessesController::__construct() — Method in class ProcessesController
- ProcessesController::__invoke() — Method in class ProcessesController
- KillController::__construct() — Method in class KillController
- KillController::__invoke() — Method in class KillController
- RefreshController::__construct() — Method in class RefreshController
- RefreshController::__invoke() — Method in class RefreshController
- QueriesController::__construct() — Method in class QueriesController
- QueriesController::__invoke() — Method in class QueriesController
- StatusController::__construct() — Method in class StatusController
- StatusController::__invoke() — Method in class StatusController
- VariablesController::__construct() — Method in class VariablesController
- VariablesController::__invoke() — Method in class VariablesController
- UserGroupsController::__construct() — Method in class UserGroupsController
- UserGroupsController::__invoke() — Method in class UserGroupsController
- UserGroupsFormController::__construct() — Method in class UserGroupsFormController
- UserGroupsFormController::__invoke() — Method in class UserGroupsFormController
- VariablesController::__construct() — Method in class VariablesController
- VariablesController::__invoke() — Method in class VariablesController
- GetVariableController::__construct() — Method in class GetVariableController
- GetVariableController::__invoke() — Method in class GetVariableController
- SetVariableController::__construct() — Method in class SetVariableController
- SetVariableController::__invoke() — Method in class SetVariableController
Handle the AJAX request for setting value for a single variable
- ConfigController::__construct() — Method in class ConfigController
- ConfigController::__invoke() — Method in class ConfigController
- FormController::__construct() — Method in class FormController
- FormController::__invoke() — Method in class FormController
- HomeController::__construct() — Method in class HomeController
- HomeController::__invoke() — Method in class HomeController
- MainController::__construct() — Method in class MainController
- MainController::__invoke() — Method in class MainController
- ServerDestroyController::__construct() — Method in class ServerDestroyController
- ServerDestroyController::__invoke() — Method in class ServerDestroyController
- ServersController::__construct() — Method in class ServersController
- ServersController::__invoke() — Method in class ServersController
- ShowConfigController::__construct() — Method in class ShowConfigController
- ShowConfigController::__invoke() — Method in class ShowConfigController
- ValidateController::__construct() — Method in class ValidateController
- ValidateController::__invoke() — Method in class ValidateController
- ColumnPreferencesController::__construct() — Method in class ColumnPreferencesController
- ColumnPreferencesController::__invoke() — Method in class ColumnPreferencesController
- DefaultForeignKeyCheckValueController::__construct() — Method in class DefaultForeignKeyCheckValueController
- DefaultForeignKeyCheckValueController::__invoke() — Method in class DefaultForeignKeyCheckValueController
- EnumValuesController::__construct() — Method in class EnumValuesController
- EnumValuesController::__invoke() — Method in class EnumValuesController
Get possible values for enum fields during grid edit.
- RelationalValuesController::__construct() — Method in class RelationalValuesController
- RelationalValuesController::__invoke() — Method in class RelationalValuesController
Get values for the relational columns
- SetValuesController::__construct() — Method in class SetValuesController
- SetValuesController::__invoke() — Method in class SetValuesController
Get possible values for SET fields during grid edit.
- SqlController::__construct() — Method in class SqlController
- SqlController::__invoke() — Method in class SqlController
- TableController::__construct() — Method in class TableController
- TableController::__invoke() — Method in class TableController
- AddFieldController::__construct() — Method in class AddFieldController
- AddFieldController::__invoke() — Method in class AddFieldController
- ChangeController::__construct() — Method in class ChangeController
- ChangeController::__invoke() — Method in class ChangeController
- ChangeRowsController::__construct() — Method in class ChangeRowsController
- ChangeRowsController::__invoke() — Method in class ChangeRowsController
- ChartController::__construct() — Method in class ChartController
- ChartController::__invoke() — Method in class ChartController
- CreateController::__construct() — Method in class CreateController
- CreateController::__invoke() — Method in class CreateController
- DeleteConfirmController::__construct() — Method in class DeleteConfirmController
- DeleteConfirmController::__invoke() — Method in class DeleteConfirmController
- DeleteRowsController::__construct() — Method in class DeleteRowsController
- DeleteRowsController::__invoke() — Method in class DeleteRowsController
- DropColumnConfirmationController::__construct() — Method in class DropColumnConfirmationController
- DropColumnConfirmationController::__invoke() — Method in class DropColumnConfirmationController
- DropColumnController::__construct() — Method in class DropColumnController
- DropColumnController::__invoke() — Method in class DropColumnController
- ExportController::__construct() — Method in class ExportController
- ExportController::__invoke() — Method in class ExportController
- ExportRowsController::__construct() — Method in class ExportRowsController
- ExportRowsController::__invoke() — Method in class ExportRowsController
- FindReplaceController::__construct() — Method in class FindReplaceController
- FindReplaceController::__invoke() — Method in class FindReplaceController
- GetFieldController::__construct() — Method in class GetFieldController
- GetFieldController::__invoke() — Method in class GetFieldController
- GisVisualizationController::__construct() — Method in class GisVisualizationController
- GisVisualizationController::__invoke() — Method in class GisVisualizationController
- ImportController::__construct() — Method in class ImportController
- ImportController::__invoke() — Method in class ImportController
- IndexRenameController::__construct() — Method in class IndexRenameController
- IndexRenameController::__invoke() — Method in class IndexRenameController
- IndexesController::__construct() — Method in class IndexesController
- IndexesController::__invoke() — Method in class IndexesController
- AnalyzeController::__construct() — Method in class AnalyzeController
- AnalyzeController::__invoke() — Method in class AnalyzeController
- CheckController::__construct() — Method in class CheckController
- CheckController::__invoke() — Method in class CheckController
- ChecksumController::__construct() — Method in class ChecksumController
- ChecksumController::__invoke() — Method in class ChecksumController
- OptimizeController::__construct() — Method in class OptimizeController
- OptimizeController::__invoke() — Method in class OptimizeController
- RepairController::__construct() — Method in class RepairController
- RepairController::__invoke() — Method in class RepairController
- AnalyzeController::__construct() — Method in class AnalyzeController
- AnalyzeController::__invoke() — Method in class AnalyzeController
- CheckController::__construct() — Method in class CheckController
- CheckController::__invoke() — Method in class CheckController
- DropController::__construct() — Method in class DropController
- DropController::__invoke() — Method in class DropController
- OptimizeController::__construct() — Method in class OptimizeController
- OptimizeController::__invoke() — Method in class OptimizeController
- RebuildController::__construct() — Method in class RebuildController
- RebuildController::__invoke() — Method in class RebuildController
- RepairController::__construct() — Method in class RepairController
- RepairController::__invoke() — Method in class RepairController
- TruncateController::__construct() — Method in class TruncateController
- TruncateController::__invoke() — Method in class TruncateController
- PrivilegesController::__construct() — Method in class PrivilegesController
- PrivilegesController::__invoke() — Method in class PrivilegesController
- RecentFavoriteController::__construct() — Method in class RecentFavoriteController
- RecentFavoriteController::__invoke() — Method in class RecentFavoriteController
- RelationController::__construct() — Method in class RelationController
- RelationController::__invoke() — Method in class RelationController
- Index
- ReplaceController::__construct() — Method in class ReplaceController
- ReplaceController::__invoke() — Method in class ReplaceController
- SearchController::__construct() — Method in class SearchController
- SearchController::__invoke() — Method in class SearchController
Index action
- SqlController::__construct() — Method in class SqlController
- SqlController::__invoke() — Method in class SqlController
- StructureController::__construct() — Method in class StructureController
- StructureController::__invoke() — Method in class StructureController
- AbstractIndexController::__construct() — Method in class AbstractIndexController
- AddIndexController::__invoke() — Method in class AddIndexController
- AddKeyController::__invoke() — Method in class AddKeyController
- BrowseController::__construct() — Method in class BrowseController
- BrowseController::__invoke() — Method in class BrowseController
- CentralColumnsAddController::__construct() — Method in class CentralColumnsAddController
- CentralColumnsAddController::__invoke() — Method in class CentralColumnsAddController
- CentralColumnsRemoveController::__construct() — Method in class CentralColumnsRemoveController
- CentralColumnsRemoveController::__invoke() — Method in class CentralColumnsRemoveController
- ChangeController::__construct() — Method in class ChangeController
- ChangeController::__invoke() — Method in class ChangeController
- FulltextController::__invoke() — Method in class FulltextController
- MoveColumnsController::__construct() — Method in class MoveColumnsController
- MoveColumnsController::__invoke() — Method in class MoveColumnsController
- PartitioningController::__construct() — Method in class PartitioningController
- PartitioningController::__invoke() — Method in class PartitioningController
- PrimaryController::__construct() — Method in class PrimaryController
- PrimaryController::__invoke() — Method in class PrimaryController
- ReservedWordCheckController::__construct() — Method in class ReservedWordCheckController
- ReservedWordCheckController::__invoke() — Method in class ReservedWordCheckController
- SaveController::__construct() — Method in class SaveController
- SaveController::__invoke() — Method in class SaveController
- SpatialController::__invoke() — Method in class SpatialController
- UniqueController::__invoke() — Method in class UniqueController
- TrackingController::__construct() — Method in class TrackingController
- TrackingController::__invoke() — Method in class TrackingController
- ZoomSearchController::__construct() — Method in class ZoomSearchController
- ZoomSearchController::__invoke() — Method in class ZoomSearchController
- ThemeSetController::__construct() — Method in class ThemeSetController
- ThemeSetController::__invoke() — Method in class ThemeSetController
- ThemesController::__construct() — Method in class ThemesController
- ThemesController::__invoke() — Method in class ThemesController
- OverviewController::__construct() — Method in class OverviewController
- OverviewController::__invoke() — Method in class OverviewController
- WrapperController::__construct() — Method in class WrapperController
- WrapperController::__invoke() — Method in class WrapperController
- IndexController::__construct() — Method in class IndexController
- IndexController::__invoke() — Method in class IndexController
- UserPasswordController::__construct() — Method in class UserPasswordController
- UserPasswordController::__invoke() — Method in class UserPasswordController
- VersionCheckController::__construct() — Method in class VersionCheckController
- VersionCheckController::__invoke() — Method in class VersionCheckController
- CreateController::__construct() — Method in class CreateController
- CreateController::__invoke() — Method in class CreateController
- CreateAddField::__construct() — Method in class CreateAddField
- DatabaseInterface::__construct() — Method in class DatabaseInterface
- CentralColumns::__construct() — Method in class CentralColumns
- Designer::__construct() — Method in class Designer
- ColumnInfo::__construct() — Method in class ColumnInfo
- Common::__construct() — Method in class Common
- DesignerTable::__construct() — Method in class DesignerTable
Create a new DesignerTable
- Events::__construct() — Method in class Events
- MultiTableQuery::__construct() — Method in class MultiTableQuery
- Routine::__construct() — Method in class Routine
- Routines::__construct() — Method in class Routines
- Search::__construct() — Method in class Search
- DbTableExists::__construct() — Method in class DbTableExists
- Connection::__construct() — Method in class Connection
- MysqliResult::__construct() — Method in class MysqliResult
- MysqliStatement::__construct() — Method in class MysqliStatement
- Warning::__toString() — Method in class Warning
- ForeignKeyRelatedTable::__construct() — Method in class ForeignKeyRelatedTable
- Results::__construct() — Method in class Results
- EditField::__construct() — Method in class EditField
- Error::__construct() — Method in class Error
- ErrorHandler::__construct() — Method in class ErrorHandler
- ErrorHandler::__destruct() — Method in class ErrorHandler
- Destructor
- ErrorReport::__construct() — Method in class ErrorReport
- AuthenticationFailure::__construct() — Method in class AuthenticationFailure
- Export::__construct() — Method in class Export
- Options::__construct() — Method in class Options
- TemplateModel::__construct() — Method in class TemplateModel
- RecentFavoriteTable::__construct() — Method in class RecentFavoriteTable
- RecentFavoriteTables::__destruct() — Method in class RecentFavoriteTables
- FieldMetadata::__construct() — Method in class FieldMetadata
- File::__construct() — Method in class File
- File::__destruct() — Method in class File
- destructor
- FileListing::__construct() — Method in class FileListing
- Footer::__construct() — Method in class Footer
- Extent::__construct() — Method in class Extent
- Point::__construct() — Method in class Point
- ScaleData::__construct() — Method in class ScaleData
- GisVisualizationSettings::__construct() — Method in class GisVisualizationSettings
- Git::__construct() — Method in class Git
- Header::__construct() — Method in class Header
- ResponseFactory::__construct() — Method in class ResponseFactory
- ServerRequestFactory::__construct() — Method in class ServerRequestFactory
- UriFactory::__construct() — Method in class UriFactory
- ApplicationHandler::__construct() — Method in class ApplicationHandler
- QueueRequestHandler::__construct() — Method in class QueueRequestHandler
- Authentication::__construct() — Method in class Authentication
- ConfigErrorAndPermissionChecking::__construct() — Method in class ConfigErrorAndPermissionChecking
- ConfigLoading::__construct() — Method in class ConfigLoading
- CurrentServerGlobalSetting::__construct() — Method in class CurrentServerGlobalSetting
- DatabaseServerVersionChecking::__construct() — Method in class DatabaseServerVersionChecking
- ErrorHandling::__construct() — Method in class ErrorHandling
- LanguageAndThemeCookieSaving::__construct() — Method in class LanguageAndThemeCookieSaving
- LoginCookieValiditySetting::__construct() — Method in class LoginCookieValiditySetting
- MinimumCommonRedirection::__construct() — Method in class MinimumCommonRedirection
- PhpExtensionsChecking::__construct() — Method in class PhpExtensionsChecking
- RecentTableHandling::__construct() — Method in class RecentTableHandling
- RequestProblemChecking::__construct() — Method in class RequestProblemChecking
- ResponseRendererLoading::__construct() — Method in class ResponseRendererLoading
- ServerConfigurationChecking::__construct() — Method in class ServerConfigurationChecking
- SessionHandling::__construct() — Method in class SessionHandling
- SetupPageRedirection::__construct() — Method in class SetupPageRedirection
- SqlDelimiterSetting::__construct() — Method in class SqlDelimiterSetting
- StatementHistory::__construct() — Method in class StatementHistory
- UriSchemeUpdating::__construct() — Method in class UriSchemeUpdating
- UrlParamsSetting::__construct() — Method in class UrlParamsSetting
- UrlRedirection::__construct() — Method in class UrlRedirection
- UserPreferencesLoading::__construct() — Method in class UserPreferencesLoading
- Response::__construct() — Method in class Response
- ServerRequest::__construct() — Method in class ServerRequest
- Language::__construct() — Method in class Language
Constructs the Language object
- LanguageManager::__construct() — Method in class LanguageManager
- DatabaseName::__toString() — Method in class DatabaseName
- Identifier::__toString() — Method in class Identifier
- TableName::__toString() — Method in class TableName
- TriggerName::__toString() — Method in class TriggerName
- AnalysedColumn::__construct() — Method in class AnalysedColumn
- DecimalSize::__toString() — Method in class DecimalSize
- Import::__construct() — Method in class Import
- ImportTable::__construct() — Method in class ImportTable
- SimulateDml::__construct() — Method in class SimulateDml
- Index::__construct() — Method in class Index
- IndexColumn::__construct() — Method in class IndexColumn
- InsertEdit::__construct() — Method in class InsertEdit
- InsertEditColumn::__construct() — Method in class InsertEditColumn
- IpAllowDeny::__construct() — Method in class IpAllowDeny
- ListDatabase::__construct() — Method in class ListDatabase
- Menu::__construct() — Method in class Menu
Creates a new instance of Menu
- Message::__construct() — Method in class Message
- Message::__toString() — Method in class Message
magic method: return string representation for this object
- Navigation::__construct() — Method in class Navigation
- NavigationTree::__construct() — Method in class NavigationTree
- Node::__construct() — Method in class Node
Initialises the class by setting the mandatory variables
- NodeColumn::__construct() — Method in class NodeColumn
- NodeColumnContainer::__construct() — Method in class NodeColumnContainer
Initialises the class by setting the mandatory variables
- NodeDatabase::__construct() — Method in class NodeDatabase
- NodeDatabaseChildContainer::__construct() — Method in class NodeDatabaseChildContainer
- NodeDatabaseContainer::__construct() — Method in class NodeDatabaseContainer
- NodeEvent::__construct() — Method in class NodeEvent
- NodeEventContainer::__construct() — Method in class NodeEventContainer
- NodeFunction::__construct() — Method in class NodeFunction
- NodeFunctionContainer::__construct() — Method in class NodeFunctionContainer
- NodeIndex::__construct() — Method in class NodeIndex
- NodeIndexContainer::__construct() — Method in class NodeIndexContainer
Initialises the class by setting the mandatory variables
- NodeProcedure::__construct() — Method in class NodeProcedure
- NodeProcedureContainer::__construct() — Method in class NodeProcedureContainer
- NodeTable::__construct() — Method in class NodeTable
- NodeTableContainer::__construct() — Method in class NodeTableContainer
- NodeTrigger::__construct() — Method in class NodeTrigger
- NodeTriggerContainer::__construct() — Method in class NodeTriggerContainer
Initialises the class by setting the mandatory variables
- NodeView::__construct() — Method in class NodeView
- NodeViewContainer::__construct() — Method in class NodeViewContainer
- ObjectFetcher::__construct() — Method in class ObjectFetcher
- Normalization::__construct() — Method in class Normalization
- Operations::__construct() — Method in class Operations
- Maintenance::__construct() — Method in class Maintenance
- Partition::__construct() — Method in class Partition
Loads data from the fetched row from information_schema.PARTITIONS
- SubPartition::__construct() — Method in class SubPartition
Constructs a partition
- Pdf::__construct() — Method in class Pdf
Constructs PDF and configures standard parameters.
- Pdf::_putpages() — Method in class Pdf
Improved with alias expanding.
- AuthenticationPlugin::__construct() — Method in class AuthenticationPlugin
- ExportPlugin::__construct() — Method in class ExportPlugin
- Pdf::__construct() — Method in class Pdf
Constructs PDF and configures standard parameters.
- TableProperty::__construct() — Method in class TableProperty
- ImportPlugin::__construct() — Method in class ImportPlugin
- SchemaPlugin::__construct() — Method in class SchemaPlugin
- Dia::__construct() — Method in class Dia
Upon instantiation This starts writing the Dia XML document
- DiaRelationSchema::__construct() — Method in class DiaRelationSchema
Upon instantiation This outputs the Dia XML document that user can download
- RelationStatsDia::__construct() — Method in class RelationStatsDia
- TableStatsDia::__construct() — Method in class TableStatsDia
- EpsRelationSchema::__construct() — Method in class EpsRelationSchema
Upon instantiation This starts writing the EPS document user will be prompted for download as .eps extension
- RelationStatsEps::__construct() — Method in class RelationStatsEps
- TableStatsEps::__construct() — Method in class TableStatsEps
- ExportRelationSchema::__construct() — Method in class ExportRelationSchema
- Pdf::__construct() — Method in class Pdf
Constructs PDF for schema export.
- PdfRelationSchema::__construct() — Method in class PdfRelationSchema
- RelationStatsPdf::__construct() — Method in class RelationStatsPdf
- TableStatsPdf::__construct() — Method in class TableStatsPdf
- RelationStats::__construct() — Method in class RelationStats
- RelationStatsSvg::__construct() — Method in class RelationStatsSvg
- Svg::__construct() — Method in class Svg
Upon instantiation This starts writing the RelationStatsSvg XML document
- SvgRelationSchema::__construct() — Method in class SvgRelationSchema
Upon instantiation This starts writing the SVG XML document user will be prompted for download as .svg extension
- TableStatsSvg::__construct() — Method in class TableStatsSvg
- TableStats::__construct() — Method in class TableStats
- Text_Plain_Json::__construct() — Method in class Text_Plain_Json
- Text_Plain_Sql::__construct() — Method in class Text_Plain_Sql
- Text_Plain_Xml::__construct() — Method in class Text_Plain_Xml
- TwoFactorPlugin::__construct() — Method in class TwoFactorPlugin
- Application::__construct() — Method in class Application
- Key::__construct() — Method in class Key
- WebAuthn::__construct() — Method in class WebAuthn
- OptionsPropertyGroup::__construct() — Method in class OptionsPropertyGroup
- OptionsPropertyItem::__construct() — Method in class OptionsPropertyItem
- Release::__construct() — Method in class Release
- Replication::__construct() — Method in class Replication
- ReplicationGui::__construct() — Method in class ReplicationGui
- ReplicationInfo::__construct() — Method in class ReplicationInfo
- ResponseRenderer::__construct() — Method in class ResponseRenderer
- Scripts::__construct() — Method in class Scripts
Generates new Scripts objects
- Plugins::__construct() — Method in class Plugins
- Privileges::__construct() — Method in class Privileges
- AccountLocking::__construct() — Method in class AccountLocking
- Data::__construct() — Method in class Data
- Monitor::__construct() — Method in class Monitor
- Processes::__construct() — Method in class Processes
- WindowsNt::__construct() — Method in class WindowsNt
Constructor to access to wmi database.
- ShowGrants::__construct() — Method in class ShowGrants
- Sql::__construct() — Method in class Sql
- SqlQueryForm::__construct() — Method in class SqlQueryForm
- StorageEngine::__construct() — Method in class StorageEngine
- SystemColumn::__construct() — Method in class SystemColumn
- SystemDatabase::__construct() — Method in class SystemDatabase
Get instance of SystemDatabase
- ColumnsDefinition::__construct() — Method in class ColumnsDefinition
- Indexes::__construct() — Method in class Indexes
- Maintenance::__construct() — Method in class Maintenance
- Search::__construct() — Method in class Search
- Table::__construct() — Method in class Table
- Table::__toString() — Method in class Table
returns table name
- TableMover::__construct() — Method in class TableMover
- Template::__construct() — Method in class Template
- ThemeManager::__construct() — Method in class ThemeManager
- TrackedData::__construct() — Method in class TrackedData
- TrackedTable::__construct() — Method in class TrackedTable
- Tracking::__construct() — Method in class Tracking
- TrackingChecker::__construct() — Method in class TrackingChecker
- Trigger::__construct() — Method in class Trigger
- Triggers::__construct() — Method in class Triggers
- TransExpression::__construct() — Method in class TransExpression
- PmaGlobalVariable::__call() — Method in class PmaGlobalVariable
- TwoFactor::__construct() — Method in class TwoFactor
Creates new TwoFactor object
- Types::__construct() — Method in class Types
- UniqueCondition::__construct() — Method in class UniqueCondition
Function to generate unique condition for specified row.
- UrlRedirector::__construct() — Method in class UrlRedirector
- UserPassword::__construct() — Method in class UserPassword
- UserPreferences::__construct() — Method in class UserPreferences
- UserPrivileges::__construct() — Method in class UserPrivileges
- UserPrivilegesFactory::__construct() — Method in class UserPrivilegesFactory
- HttpRequest::__construct() — Method in class HttpRequest
- DataStream::__construct() — Method in class DataStream
- WebauthnLibServer::__construct() — Method in class WebauthnLibServer
- ZipExtension::__construct() — Method in class ZipExtension