Example #1
0
 function GetTaxPayerByID($ownid)
 {
     $this->outselect = SelectDataWhereDB("ebpls_owner", "where owner_id = '{$ownid}'");
     $this->outrow = FetchRowDB($this->outselect);
 }
 function FetchBusinessRow($query)
 {
     $this->outrow = FetchRowDB($query);
 }
 function FetchTaxFeeRow($query)
 {
     $this->outrow = FetchRowDB($query);
 }