Exemple #1
0
 public function __construct($db, $table)
 {
     parent::__construct($db, $table);
 }
Exemple #2
0
 public function __construct($db, $table)
 {
     parent::__construct($db, $table);
     //      $this->table = $db->quoteIdentifier($this->table);
 }