How to give reference to files in PHP when used with MVC architecture?

Desh

New member
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 a folder and I don't know how to give the path to the 'authenticate.php' in the 'loginform.php'

Please help...
Thank you
 
Back
Top