Morning guys,
I would like someone to clarify my doubts with Codeigniter's file structure.
The CI default structure is
-application
-system
but I have a lot of other files in the same directory like, phppdf, images, etc
is it better to further separate them into another subdirectory for clarity such as
-application
-system
--resources
---phppdf
---images
I'm like this better as it looks more organised, although it may mean rewriting the paths inside my controllers.