MySQLDocumentation
class MySQLDocumentation (View source)
Generate HTML for MySQL Documentation
Methods
static string
show(string $link, bool $bigIcon = false, string|null $url = null, string|null $text = null, string $anchor = '')
Displays a link to the official MySQL documentation
static string
showDocumentation(string $page, string $anchor = '', bool $bbcode = false, bool $disableTabIndex = false)
Displays a link to the phpMyAdmin documentation
static string
getDocumentationLink(string $page, string $anchor = '', string $pathPrefix = './')
Returns link to documentation.
Details
static string
show(string $link, bool $bigIcon = false, string|null $url = null, string|null $text = null, string $anchor = '')
Displays a link to the official MySQL documentation
static string
showDocumentation(string $page, string $anchor = '', bool $bbcode = false, bool $disableTabIndex = false)
Displays a link to the phpMyAdmin documentation
static string
getDocumentationLink(string $page, string $anchor = '', string $pathPrefix = './')
Returns link to documentation.