parent
8d36530eb5
commit
767cebf591
@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
class VisitorModel{
|
||||
public $gw;
|
||||
|
||||
public function __construct(){
|
||||
$co = new Connection();
|
||||
$this->gw = new ListeGateway($co);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
class UserModel {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
@ -0,0 +1 @@
|
||||
Subproject commit 8d36530eb50f80bd0d2b77e03ff716c4776f5cfc
|
Loading…
Reference in new issue