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