CORE POS - Fannie
The CORE POS back end
Protected Attributes | List of all members
update_20130118214808 Class Reference
Inheritance diagram for update_20130118214808:
UpdateObj

Protected Attributes

 $timestamp = '20130118214808'
 
 $description
 
 $author = 'Eric Lee (WEFC_Toronto)'
 
 $queries
 
- Protected Attributes inherited from UpdateObj
 $timestamp = 'YYYYMMDDHHMMSS'
 
 $description = 'Describe what your update does'
 
 $author = 'Say who you are'
 
 $queries
 

Additional Inherited Members

- Public Member Functions inherited from UpdateObj
 HtmlInfo ()
 
 HtmlQueries ()
 
 ApplyUpdates ()
 
 CheckStatus ()
 
 SetStatus ($st)
 

Member Data Documentation

update_20130118214808::$description
protected
Initial value:
= 'Drop the special backups of tables
<BR />products, productBackup and prodExtra created by update 20130118214805
<BR />to prepare for changing the data type of upc in each.
<BR />These changes were tested under MySQL 5.1'
update_20130118214808::$queries
protected
Initial value:
= array(
'op' => array(
'DROP TABLE IF EXISTS productBackup_upc',
'DROP TABLE IF EXISTS prodExtra_upc',
'DROP TABLE IF EXISTS products_upc'
),
'trans' => array(),
'archive' => array()
)

The documentation for this class was generated from the following file: