I'm new to PHP, an instructor did this Controller class, it's an MVC, and he put __Hospital(){} without using it, is that necessary?
class Hospital{
private $cod;
private $nom;
private $dir;
public function __Hospital()...
asked by
11.04.2018 / 20:30