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

Protected Attributes

 $timestamp = '20130106233555'
 
 $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_20130106233555::$description
protected
Initial value:
= 'Populate the table memContactPrefs, a list of available member contact preferences.
Also see 20130106233554 to create the table.'
update_20130106233555::$queries
protected
Initial value:
= array(
'op' => array(
'TRUNCATE TABLE memContactPrefs',
"INSERT INTO memContactPrefs (pref_id, pref_description) VALUES (0, 'No contact of any kind')",
"INSERT INTO memContactPrefs (pref_id, pref_description) VALUES (1, 'Postal mail only')",
"INSERT INTO memContactPrefs (pref_id, pref_description) VALUES (2, 'Email only')",
"INSERT INTO memContactPrefs (pref_id, pref_description) VALUES (3, 'Either postal mail or email')"
),
'trans' => array(),
'archive' => array()
)

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