Class Install

Description

Core class

Contains everything required to run a db object

Located in /install/includes/install.class.inc.php (line 4)

Core
   |
   --Install
Variable Summary
Method Summary
void getCreateDbCategory ( $category)
void messageQuit ([string $msg = 'unspecified error'], [string $query = ''], [boolean $is_error = true], [string $nr = ''], [string $file = ''], [string $source = ''], [string $text = ''], [string $line = ''])
void process ( $filename)
Variables
mixed $adminemail (line 7)
  • access: public
mixed $adminname (line 7)
  • access: public
mixed $adminpass (line 7)
  • access: public
mixed $autoTemplateLogic (line 10)
  • access: public
mixed $errContinue = false (line 9)
  • access: public
mixed $fileManagerPath (line 8)
  • access: public
mixed $imgPath (line 8)
  • access: public
mixed $imgUrl (line 8)
  • access: public
mixed $installFailed (line 6)
  • access: public
mixed $managerlanguage (line 7)
  • access: public
mixed $mode (line 8)
  • access: public
mixed $mysqlErrors (line 6)
  • access: public
mixed $prefix (line 6)
  • access: public
mixed $sitename (line 7)
  • access: public
mixed $table_options (line 11)
  • access: public

Inherited Variables

Inherited from Core

Core::$config
Core::$db
Core::$dumpSQL
Core::$executedQueries
Core::$queryCode
Core::$queryTime
Methods
getCreateDbCategory (line 112)

Select or create category for installation TPL file

transferred from instprocessor.php

void getCreateDbCategory ( $category)
  • $category
messageQuit (line 26)

Exits with error message

void messageQuit ([string $msg = 'unspecified error'], [string $query = ''], [boolean $is_error = true], [string $nr = ''], [string $file = ''], [string $source = ''], [string $text = ''], [string $line = ''])
  • string $msg: Default: unspecified error
  • string $query: Default: Empty string
  • boolean $is_error: Default: true
  • string $nr: Default: Empty string
  • string $file: Default: Empty string
  • string $source: Default: Empty string
  • string $text: Default: Empty string
  • string $line: Default: Empty string

Redefinition of:
Core::messageQuit()
Exits with error message
process (line 36)

Parser function to set up tables and data from *.sql setup files

transferred from sqlParser class

void process ( $filename)
  • $filename

Inherited Methods

Inherited From Core

Core::getFullTableName()
Core::getMicroTime()
Core::getSettings()
Core::getUserSettings()
Core::messageQuit()

Documentation generated on Fri, 21 Jun 2013 12:37:07 +0100 by phpDocumentor 1.4.4