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

Protected Attributes

 $timestamp = '20130107181336'
 
 $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_20130107181336::$description
protected
Initial value:
= 'Change the data type of meminfo.card_no to int(11)
to agree with the format of the value in other tables.'
update_20130107181336::$queries
protected
Initial value:
= array(
'op' => array(
'ALTER TABLE meminfo CHANGE COLUMN card_no card_no INT(11)'
),
'trans' => array(),
'archive' => array()
)

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