I'm very new at codeigniter. I was just wondering if there is anyway that I can separate the controllers, models, and views folders out of the application folder or put them in a sub-directory.
I understand it's not crucial but it would be easier to find when it's just these three folders in a separate folder.
For example the structure could be as a sub-directory:
-> application
-> MVC
-> controllers
-> models
-> views
-> ...
My question is if there is a way, what configuration would I have to change in order to make the move?
Thank you!