Hello,
First of all, I'm a bit new to OOP PHP. I'm currently creating a basic Template Engine. Everything is working fine until I want to load dynamic content (using a $var).
Let me draw the situation:
index.php
-GET page variable
-Autoload classes
-LoadContent class is created here [this class includes the requested pages using the GET var on the index page]
-Template Engine class...