|
| $timestamp = '20130106233555' |
|
| $description |
|
| $author = 'Eric Lee (WEFC_Toronto)' |
|
| $queries |
|
| $timestamp = 'YYYYMMDDHHMMSS' |
|
| $description = 'Describe what your update does' |
|
| $author = 'Say who you are' |
|
| $queries |
|
|
| HtmlInfo () |
|
| HtmlQueries () |
|
| ApplyUpdates () |
|
| CheckStatus () |
|
| SetStatus ($st) |
|
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:
- fannie/install/updates/20130106233555.php