CleanUp After Docker Try
This commit is contained in:
9
library/Controller.php
Normal file
9
library/Controller.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class Controller{
|
||||
public $view = null;
|
||||
|
||||
public function __construct(){
|
||||
$this->view = new View();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user