Alekos Psimikakis - 2017-10-24 09:50:35
What is an HTML template file, what is ann HTML layout files and how exactly this class work?
I started with $view = new View('1.htm', '2.htm');, and the output was exactly the same with '2.htm'. So, I certainly din't provide the right HTML files!
Note also that before that I had to fix two errors:
1) Fatal error: Default value for parameters with a class type hint can only be NULL in View.php on line 26
2) Fatal error: Default value for parameters with a class type hint can only be NULL in View.php on line 42