Hello
I already have an application prototype running in PHP, where I access photos from a certain directory. However, the directories were not very user friendly, for example:
2016/783/01/2016-07-26-00001
To get a little more friendly, it would be interesting that the third and fourth elements that are respectively category and event, could have a name to the right.
Looking like this:
2016/783/01-relatorios/2016-07-26-00001-relatorio semanal 21
What I would like was to access this same folder but completely ignoring the path's texts, where basically the code would ignore the texts.
I never needed to do this, I'm reading everything about Filesystem and related, but I still have not found a solution!
These folders are all linked with database, in theory there is no need to do this inclusion of the texts in the way, however, I am thinking of implementing this, because in the future I believe that someone who will tamper with Backup will end me causing problems because he is not understanding anything.
Thank you!