parent
2021f8a165
commit
b9bcb8f706
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class VisitorModel{
|
||||
public $gw;
|
||||
|
||||
public function __construct(){
|
||||
$co = new Connection();
|
||||
$this->gw = new ListeGateway($co);
|
||||
}
|
||||
|
||||
public function creerListe(){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in new issue