Documentation

EasyBlogMaintenanceScriptUpdatePostsTableEngine extends EasyBlogMaintenanceScript
in package

To extend, your script class must in the format of: EasyBlogMaintenanceScript[FileName]

Scripts should be placed in /administrator/com_easyblog/updates/[version]

Table of Contents

Properties

$description  : string
The description of your script
$error  : mixed
$title  : string
The title of your script

Methods

getError()  : mixed
hasError()  : mixed
main()  : bool
The main function that is called by the maintenance library
setError()  : mixed
getDefaultEngineType()  : mixed
Get default database table engine from mysql server
isRequireConvertion()  : mixed
Determine if we need to convert myisam engine to innodb

Properties

$description

The description of your script

public static string $description = 'Update posts table engine and to remove the fulltext index'

$title

The title of your script

public static string $title = 'Update posts db table engine to innodb'

Methods

main()

The main function that is called by the maintenance library

public main() : bool
Return values
bool

Result of the script execution

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed

getDefaultEngineType()

Get default database table engine from mysql server

private getDefaultEngineType() : mixed
Tags
since
5.4
access

public

isRequireConvertion()

Determine if we need to convert myisam engine to innodb

private isRequireConvertion() : mixed
Tags
since
5.4
access

public


        
On this page

Search results