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

Protected Attributes

 $timestamp = '20121213000001'
 
 $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_20121213000001::$description
protected
Initial value:
= 'This update
is to support a datestamp for changes to membership-
related tables. It adds a self-updating field LastChange
to custdata. A new installation may already have this field.
Also see 20121213000002 which creates triggers that assign
this field.'
update_20121213000001::$queries
protected
Initial value:
= array(
'op' => array(
'ALTER TABLE custdata add column
LastChange timestamp default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP after Shown,
add index (LastChange)'
),
'trans' => array(),
'archive' => array()
)

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