Exemplo n.º 1
0
 public function getAccountRetailerQuantityAndPriceTotals()
 {
     $selector = new DBSelect('localhost', 'root', '', 'mydb');
     $result = $selector->selectAccountRetailerQuantityAndPriceTotals($this->username);
     $selector = null;
     return $result;
 }