Пример #1
0
 /**
  * Conta le tuple
  * presenti sulla
  * Tabella Supermercato
  * @return type
  */
 function ContaProdotti()
 {
     $NumProdotti = parent::Conta("Id", "Catalogo");
     return $NumProdotti;
 }
Пример #2
0
 /**
  * Conta le tuple
  * presenti sulla
  * Tabella Supermercato
  * 
  * @return type
  */
 function ContaSupermercati()
 {
     $NumSupermercati = parent::Conta("Ids", "Supermercato");
     return $NumSupermercati;
 }