Exemplo n.º 1
0
 function GetTaxPayerByID($ownid)
 {
     $this->outselect = SelectDataWhereDB("ebpls_owner", "where owner_id = '{$ownid}'");
     $this->outrow = FetchRowDB($this->outselect);
 }
Exemplo n.º 2
0
 function FetchBusinessRow($query)
 {
     $this->outrow = FetchRowDB($query);
 }
Exemplo n.º 3
0
 function FetchTaxFeeRow($query)
 {
     $this->outrow = FetchRowDB($query);
 }