Hello all!
this is my first post here.
I am using CI to develop a college management system.
So far all the problems I encountered have been solved when i went throug the forums
but this one problem is left over
is the depth of the controllers directory limited?
I have controllers structure like this
faculty/
———-some controllers
———-managefaculty/
——————————addfaculty.php
student/
————some controllers
Now if i link to http://localhost/faculty/managefaculty/addFaculty.html
it doesn’t work, but if i put the same controller in /faculty/ and link
as
http://localhost/faculty/addFaculty.html
it works fine.
I just want to organize all the controllers in folders. But I am not able to.
thanks! sid
