I am using MVC architecture to build a website with PHP and having a problem with giving reference to files in the "controller folder".
this is my file structure:
Model
-users.php
View
-loginform.php
Controller
- dbconnect.php
- authenticate.php
All these sub folders are in...