I made my own small MVC inspired by CI for practice and mabey use but i don’t undertand how this works:
When i create a new cotroller e.g. Mycontroll extends Controller how does the my controller file know where to find the base Controller class?
I mean my controller file doesn’t give CI any clue as to where to look for the Controller class but it still extends my class, no problem.
In my own MVC i have solved this by including the Controller class but i prefer the clean solution CI has.
Anyone has a clue how this is done?
