Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 0.92 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $display_array = array(
  2. //'Display Name' => array('Field Name','Include in SUM? true/false','Data in main query? true/false',datatype(text,date,int,currency))
  3. 'Program'                => array('eventdesc',false,true,'text'),
  4. 'Group'                  => array('group',false,true,'text'),
  5. 'Billing Code'   => array('billing_code',false,true,'text'),
  6. 'First Name'     => array('participant_fname',false,true,'text'),
  7. 'Last Name'              => array('participant_lname',false,true,'text'),
  8. 'DOB'                    => array('dob',false,true,'text'),
  9. 'Reg. Option'    => array('position',false,true,'text'),
  10. 'Form 1'                 => array('form1_recvd',false,true,'text'),
  11. 'Form 2'                 => array('form2_recvd',false,true,'text'),
  12. 'Form 3'                 => array('form3_recvd',false,true,'text'),
  13. 'Form 4'                 => array('form4_recvd',false,true,'text'),
  14. 'Form 5'                 => array('form4_recvd',false,true,'text'),
  15. 'Status'                 => array('status',false,true,'text'),
  16. 'Balance Due'    => array('balance_due',true,false,'currency')
  17. );