Beispiel #1
0
 function notes($db, $tabledefid = 0, $backurl = NULL)
 {
     $this->dayOfWeekArray[nl_langinfo(constant("DAY_1"))] = 7;
     for ($i = 1; $i <= 6; $i++) {
         $this->dayOfWeekArray[nl_langinfo(constant("DAY_" . ($i + 1)))] = $i;
     }
     parent::phpbmsTable($db, $tabledefid, $backurl);
 }
Beispiel #2
0
 function invoices($db, $tabledefid, $backUrl = NULL)
 {
     if (ENCRYPT_PAYMENT_FIELDS) {
         $this->encryptedFields[] = "ccnumber";
         $this->encryptedFields[] = "ccverification";
         $this->encryptedFields[] = "routingnumber";
         $this->encryptedFields[] = "accountnumber";
         $this->encryptedFields[] = "ccexpiration";
     }
     //end if
     parent::phpbmsTable($db, $tabledefid, $backUrl);
 }
Beispiel #3
0
 function products($db, $tabledefid, $backurl = NULL)
 {
     parent::phpbmsTable($db, $tabledefid, $backurl);
 }
Beispiel #4
0
 /**
  * function pushrecords
  * @param $db
  * @param $tabledefid
  * @param $backurl
  */
 function pushrecords($db, $tabledefid, $backurl = NULL)
 {
     parent::phpbmsTable($db, $tabledefid, $backurl);
 }