EasyBlogControllerInstallToolbar
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
- Perform installation of Toolbar Package
- 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
$result
private
mixed
$result
= array()
Methods
__construct()
public
__construct() : mixed
convertUtf8mb4QueryToUtf8()
Convert utf8mb4 to utf8
public
convertUtf8mb4QueryToUtf8(mixed $query) : mixed
Parameters
- $query : mixed
Tags
ebExtract()
method to extract zip file in installation part
public
ebExtract(mixed $destination, mixed $extracted) : mixed
Parameters
- $destination : mixed
- $extracted : mixed
Tags
ebQuery()
method to execute query
public
ebQuery(mixed $db) : mixed
Parameters
- $db : mixed
Tags
engine()
Loads up the EasyBlog library if it exists
public
engine() : mixed
Tags
execute()
Perform installation of Toolbar Package
public
execute() : mixed
Tags
getInfo()
Gets the info about the latest version
public
getInfo([mixed $update = false ]) : mixed
Parameters
- $update : mixed = false
Tags
getInstalledVersion()
Loads the previous version that was installed
public
getInstalledVersion() : mixed
Tags
getJoomlaVersion()
Retrieve the Joomla Version
public
getJoomlaVersion() : mixed
Tags
getPreviousVersion()
get a configuration item
public
getPreviousVersion(mixed $versionType) : mixed
Parameters
- $versionType : mixed
Tags
getResultObj()
Allows caller to set the data
public
getResultObj(mixed $message, mixed $state[, mixed $stateMessage = '' ]) : mixed
Parameters
- $message : mixed
- $state : mixed
- $stateMessage : mixed = ''
Tags
getVersion()
Get's the version of this launcher so we know which to install
public
getVersion() : mixed
Tags
hasUTF8mb4Support()
Determine if mysql can support utf8mb4 or not.
public
hasUTF8mb4Support() : mixed
Tags
isDevelopment()
Determines if we are in development mode
public
isDevelopment() : mixed
Tags
isEasyblogVersion3()
Determine if the previous version is valid or not
public
isEasyblogVersion3() : mixed
Tags
isMySQL()
Determine if database is set to mysql or not.
public
isMySQL() : mixed
Tags
output()
public
output([mixed $data = array() ]) : mixed
Parameters
- $data : mixed = array()
outputDevelopment()
Outputs development notice
public
outputDevelopment() : mixed
Tags
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
updateConfig()
Saves a configuration item
public
updateConfig(mixed $key, mixed $value) : mixed
Parameters
- $key : mixed
- $value : mixed
Tags
checkDevelopmentMode()
Checks for development mode
protected
checkDevelopmentMode() : mixed
Tags
data()
protected
data(mixed $key, mixed $value) : mixed
Parameters
- $key : mixed
- $value : mixed