remove_oldtables

Extends \upgradescript

This is the class remove_oldtables

package

Default

Methods

This routine should simply test version number (upgrade script requirements vs database version) to see if upgrade script should be run

checkVersion(object $version) : boolean
inherited

Arguments

$version

object

Response

boolean

The generic description of upgrade script

description() : string
inherited

Response

string

get_tables_list

get_tables_list() 

The name/title of upgrade script

name() : string
inherited static

Response

string

This routine should perform additional test(s) to see if upgrade script should be run (files/tables exist, etc.

needed() : boolean
inherited

..)

Response

boolean

Comparison function to prioritize upgrade scripts

prioritize( $a,  $b) : boolean
inherited static

Arguments

$a

$b

Response

boolean

The main routine of upgrade script which is run to upgrade Exponent

upgrade() : string
inherited

Response

string

Properties

optional

optional : 
inherited

Type(s)

from_version

from_version : 
inherited

Type(s)

to_version

to_version : 
inherited

Type(s)

priority

priority : 
inherited

Type(s)