PHP Класс InstallForm, pkp-lib

Автор: vench
Наследование: extends CFormModel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( $request )
$request PKPRequest

checkDBDrivers() публичный Метод

The names of drivers that appear to be unavailable are bracketed.
public checkDBDrivers ( ) : array
Результат array

display() публичный Метод

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

execute() публичный Метод

Perform installation.
public execute ( )

initData() публичный Метод

Initialize form data.
public initData ( )

readInputData() публичный Метод

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

Описание свойств

$localesComplete публичное свойство

locale completeness booleans
public $localesComplete

$supportedClientCharsets публичное свойство

client character sets supported by this system
public $supportedClientCharsets

$supportedConnectionCharsets публичное свойство

connection character sets supported by this system
public $supportedConnectionCharsets

$supportedDatabaseCharsets публичное свойство

database character sets supported by this system
public $supportedDatabaseCharsets

$supportedDatabaseDrivers публичное свойство

database drivers supported by this system
public $supportedDatabaseDrivers

$supportedLocales публичное свойство

locales supported by this system
public $supportedLocales