Tagged Questions
3
votes
2answers
265 views
Variable naming for multi dimensional arrays (PHP)
I'm having a hard time trying to figure out a system of naming multi-dimensional PHP arrays, so that by looking at the variable name, you get a hint about the structure of the multi-dimensional array.
...