Make PHP multidimensional arrays saner
May 11, 2012 4:22 PM Subscribe
Is there a PHP IDE that makes dealing with large multidimensional arrays easier? If not, does anyone have a coding style that has made these arrays easier to deal with?
I'm recently started working with CakePHP. It's been a fairly easy adjustments, but I have a hard time reading/coding larger multidimensional arrays. I tried coding the arrays as if they were if statements, but the IDE I'm using (Netbeans) doesn't autoindent parentheses the way it does brackets, and the indentation can take up crazy amounts of horizontal space.
Preferably, I'd like an IDE that simplifies this, but if someone has a coding style that works, I'd love to hear about it!
posted by yorick to computers & internet (7 answers total) 2 users marked this as a favorite
posted by jimw at 4:39 PM on May 11, 2012