SourceForge.net LogoPHPGallue
[ class tree: setup ] [ index: setup ] [ all elements ]

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:

todo:  Implement extension test for PHP CLI.








checkExtensions [line 122]

bool checkExtensions( )

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:

return:  false if an extension is missing.


[ Top ]



dbErrorHandler [line 2268]

void dbErrorHandler( $errno, $errstr, $errfile, $errline)



Parameters

   $errno  
   $errstr  
   $errfile  
   $errline  
[ Top ]



SETUPdisableTrace [line 38]

void SETUPdisableTrace( )



[ Top ]



SETUPDoIt [line 81]

void SETUPDoIt( )

Actually do the setup.

This method is called at the bottom of this file after all class declarations.




[ Top ]



SETUPenableTrace [line 33]

void SETUPenableTrace( )



[ Top ]



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__
[ Top ]



voidErrorHandler [line 2273]

void voidErrorHandler( )



[ Top ]



Documentation generated on Wed, 16 Aug 2006 15:36:32 +0200 by phpDocumentor 1.3.0RC6