예제 #1
0
 function getContactType($Identify)
 {
     $tbContacttype = new DbTable_ContactType();
     $objResultContactType = $tbContacttype->fetchRow("Id = {$Identify}");
     return $objResultContactType;
 }
예제 #2
0
 function getContactTypes()
 {
     $tbContactTypes = new DbTable_ContactType();
     return $tbContactTypes->fetchAll();
 }