PHP Class InstallForm, pkp-lib

Author: vench
Inheritance: extends CFormModel
ファイルを表示 Open project: pkp/pkp-lib Class Usage Examples

Public Properties

Property Type Description
$localesComplete locale completeness booleans
$supportedClientCharsets client character sets supported by this system
$supportedConnectionCharsets connection character sets supported by this system
$supportedDatabaseCharsets database character sets supported by this system
$supportedDatabaseDrivers database drivers supported by this system
$supportedLocales locales supported by this system

Public Methods

Method Description
__construct ( $request ) Constructor.
checkDBDrivers ( ) : array Check if database drivers have the required PHP module loaded.
display ( $request = null, $template = null )
execute ( ) Perform installation.
initData ( ) Initialize form data.
readInputData ( ) Assign form data to user-submitted data.

Method Details

__construct() public method

Constructor.
public __construct ( $request )
$request PKPRequest

checkDBDrivers() public method

The names of drivers that appear to be unavailable are bracketed.
public checkDBDrivers ( ) : array
return array

display() public method

public display ( $request = null, $template = null )

execute() public method

Perform installation.
public execute ( )

initData() public method

Initialize form data.
public initData ( )

readInputData() public method

Assign form data to user-submitted data.
public readInputData ( )

Property Details

$localesComplete public_oe property

locale completeness booleans
public $localesComplete

$supportedClientCharsets public_oe property

client character sets supported by this system
public $supportedClientCharsets

$supportedConnectionCharsets public_oe property

connection character sets supported by this system
public $supportedConnectionCharsets

$supportedDatabaseCharsets public_oe property

database character sets supported by this system
public $supportedDatabaseCharsets

$supportedDatabaseDrivers public_oe property

database drivers supported by this system
public $supportedDatabaseDrivers

$supportedLocales public_oe property

locales supported by this system
public $supportedLocales