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

Protected Attributes

 $timestamp = '20120706093700'
 
 $description
 
 $author = 'Andy Theuninck (WFC)'
 
 $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_20120706093700::$description
protected
Initial value:
= 'This update adds
a birth date column to the employees table. Depending
how you synchronize operational data with your lanes,
those tables might need an update too.'
update_20120706093700::$queries
protected
Initial value:
= array(
'op' => array(
'ALTER TABLE employees ADD COLUMN birthdate DATETIME'
),
'trans' => array(),
'archive' => array()
)

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