Procedural File: setup.php
Source Location: /setup/admin/setup.php
Classes:
SETUP_EBadTable
A method throws this exception if parsing a table definitionn fails.
SETUPTableDescriptor
All information about a table's structure.
SETUPColumnDescriptor
SETUPKeyDescriptor
SETUPUniqueKeyDescriptor
SETUPForeignKeyDescriptor
SETUPStep
A step during setup.
SETUPInput
A Value that must be set during setup.
SETUPInputSelect
A Value that must be set during setup.
SETUPInputBool
A Value that must be set during setup.
SETUPInputString
A Value that must be set during setup.
SETUPInputPassword
A Value that must be set during setup.
SETUPInputFile
A Value that must be set during setup.
SETUPInputExecutable
A Value that must be set during setup.
SETUPStepAuth
A step during setup.
SETUPInputConfig
A Value that must be set during setup.
SETUPStepConfig
A step during setup.
SETUPStepFiles
A step during setup.
SETUPInputPHPGallue
A Value that must be set during setup.
SETUPInputCache
A Value that must be set during setup.
SETUPInputUtilFile
A Value that must be set during setup.
SETUPInputUtilConvert
A Value that must be set during setup.
SETUPInputUtilIdentify
A Value that must be set during setup.
SETUPInputUtilPhp5
A Value that must be set during setup.
SETUPInputUtilPerl
A Value that must be set during setup.
SETUPInputUtilTar
A Value that must be set during setup.
SETUPInputUtilFind
A Value that must be set during setup.
SETUPStepDatabase
A step during setup.
SETUPInputDBHost
A Value that must be set during setup.
SETUPInputDBUser
A Value that must be set during setup.
SETUPInputDBPassword
A Value that must be set during setup.
SETUPInputDBName
A Value that must be set during setup.
SETUPInputTablePrefix
A Value that must be set during setup.
SETUPInputDBExisting
A Value that must be set during setup.
SETUPStepInit
A step during setup.
SETUPInputAdminLogin
A Value that must be set during setup.
SETUPInputAdminPw
A Value that must be set during setup.
SETUPInputAdminPwConfirm
A Value that must be set during setup.
SETUPStepUser
A step during setup.
SETUPInputUserName
A Value that must be set during setup.
SETUPInputUserLogin
A Value that must be set during setup.
SETUPInputUserPw
A Value that must be set during setup.
SETUPInputUserPwConfirm
A Value that must be set during setup.
SETUPInputUserEmail
A Value that must be set during setup.
SETUPInputUserHomepage
A Value that must be set during setup.
SETUPStepLocations
A step during setup.
SETUPStepURL
A step during setup.
SETUPInputURL
A Value that must be set during setup.
SETUPStepFinish
A step during setup.
SETUPPage
Setup page for gallue.
SETUPSkeleton
Copied from skeleton.inc.php
SETUPSection
Copied from config.inc.php, minor modifications.
SETUPValue
Copied from config.inc.php, minor modifications.
SETUPConfig
Copied from config.inc.php
SETUPVariable
Copied from globalvars.inc.php.
SETUPDescriptor
Copied from globalvars.inc.php.
SETUPGlobalVars
Copied from globalvars.inc.php.
Page Details:
Tags:
checkExtensions [line 122]
Checks if all necessary extensions are installed. If a required function is not available, this functioin writes an informational line to stdout and returns false.
Tags:
dbErrorHandler [line 2268]
void dbErrorHandler(
$errno, $errstr, $errfile, $errline)
|
|
Parameters
|
$errno |
|
|
$errstr |
|
|
$errfile |
|
|
$errline |
|
SETUPdisableTrace [line 38]
void SETUPdisableTrace(
)
|
|
SETUPDoIt [line 81]
Actually do the setup. This method is called at the bottom of this file after all class declarations.
SETUPenableTrace [line 33]
SETUPtrace [line 55]
void SETUPtrace(
string $msg, string $direction, string $file, string $line, string $function, string $class, string $method)
|
|
Tracing function. This function is used to debug the setup script.
Parameters
string |
$msg |
A message to log |
string |
$direction |
'enter' increments the indentation level, 'leave' decrements. |
string |
$file |
Use __FILE__ |
string |
$line |
Use __LINE__ |
string |
$function |
Use __FUNCTION__ |
string |
$class |
Use __CLASS__ |
string |
$method |
Use __METHOD__ |
voidErrorHandler [line 2273]
|
|