Example #1
0
 public function __construct($details)
 {
     //Example model is called after it's class
     $exampleModel = new ExampleModel();
     $exampleData = $exampleModel->getUsers();
     $this->exampleView = new ExampleView($exampleData);
 }