Documentation

EasyBlogControllerInstallSync extends EasyBlogSetupController
in package

Table of Contents

Properties

$result  : mixed

Methods

__construct()  : mixed
convertUtf8mb4QueryToUtf8()  : mixed
Convert utf8mb4 to utf8
ebExtract()  : mixed
method to extract zip file in installation part
ebQuery()  : mixed
method to execute query
engine()  : mixed
Loads up the EasyBlog library if it exists
execute()  : mixed
Synchronizes database tables
getInfo()  : mixed
Gets the info about the latest version
getInstalledVersion()  : mixed
Loads the previous version that was installed
getJoomlaVersion()  : mixed
Retrieve the Joomla Version
getPreviousVersion()  : mixed
get a configuration item
getResultObj()  : mixed
Allows caller to set the data
getVersion()  : mixed
Get's the version of this launcher so we know which to install
hasUTF8mb4Support()  : mixed
Determine if mysql can support utf8mb4 or not.
isDevelopment()  : mixed
Determines if we are in development mode
isEasyblogVersion3()  : mixed
Determine if the previous version is valid or not
isMySQL()  : mixed
Determine if database is set to mysql or not.
output()  : mixed
outputDevelopment()  : mixed
Outputs development notice
setInfo()  : mixed
splitSql()  : mixed
Splits a string of multiple queries into an array of individual queries.
updateConfig()  : mixed
Saves a configuration item
checkDevelopmentMode()  : mixed
Checks for development mode
data()  : mixed

Properties

Methods

convertUtf8mb4QueryToUtf8()

Convert utf8mb4 to utf8

public convertUtf8mb4QueryToUtf8(mixed $query) : mixed
Parameters
$query : mixed
Tags
since
5.2
access

public

ebExtract()

method to extract zip file in installation part

public ebExtract(mixed $destination, mixed $extracted) : mixed
Parameters
$destination : mixed
$extracted : mixed
Tags
since
5.2
access

public

ebQuery()

method to execute query

public ebQuery(mixed $db) : mixed
Parameters
$db : mixed
Tags
since
5.2
access

public

engine()

Loads up the EasyBlog library if it exists

public engine() : mixed
Tags
since
4.0
access

public

execute()

Synchronizes database tables

public execute() : mixed
Tags
since
5.1
access

public

getInfo()

Gets the info about the latest version

public getInfo([mixed $update = false ]) : mixed
Parameters
$update : mixed = false
Tags
since
5.0.42
access

public

getInstalledVersion()

Loads the previous version that was installed

public getInstalledVersion() : mixed
Tags
since
1.0
access

public

getJoomlaVersion()

Retrieve the Joomla Version

public getJoomlaVersion() : mixed
Tags
since
5.0
access

public

getPreviousVersion()

get a configuration item

public getPreviousVersion(mixed $versionType) : mixed
Parameters
$versionType : mixed
Tags
since
1.0
access

public

getResultObj()

Allows caller to set the data

public getResultObj(mixed $message, mixed $state[, mixed $stateMessage = '' ]) : mixed
Parameters
$message : mixed
$state : mixed
$stateMessage : mixed = ''
Tags
since
5.0
access

public

getVersion()

Get's the version of this launcher so we know which to install

public getVersion() : mixed
Tags
since
1.0
access

public

hasUTF8mb4Support()

Determine if mysql can support utf8mb4 or not.

public hasUTF8mb4Support() : mixed
Tags
since
5.2
access

public

isDevelopment()

Determines if we are in development mode

public isDevelopment() : mixed
Tags
since
1.2
access

public

isEasyblogVersion3()

Determine if the previous version is valid or not

public isEasyblogVersion3() : mixed
Tags
since
6.0.6
access

public

isMySQL()

Determine if database is set to mysql or not.

public isMySQL() : mixed
Tags
since
5.2
access

public

output()

public output([mixed $data = array() ]) : mixed
Parameters
$data : mixed = array()

outputDevelopment()

Outputs development notice

public outputDevelopment() : mixed
Tags
since
6.0.0
access

public

setInfo()

public setInfo(mixed $message[, mixed $state = true ][, mixed $args = array() ]) : mixed
Parameters
$message : mixed
$state : mixed = true
$args : mixed = array()

splitSql()

Splits a string of multiple queries into an array of individual queries.

public splitSql(mixed $contents) : mixed
Parameters
$contents : mixed
Tags
since
5.2
access

public

updateConfig()

Saves a configuration item

public updateConfig(mixed $key, mixed $value) : mixed
Parameters
$key : mixed
$value : mixed
Tags
since
5.1
access

public

checkDevelopmentMode()

Checks for development mode

protected checkDevelopmentMode() : mixed
Tags
since
6.0.0
access

public

data()

protected data(mixed $key, mixed $value) : mixed
Parameters
$key : mixed
$value : mixed

        
On this page

Search results