I was working on a recent project where I had multiple arrays of data which I needed to merge. No matter how powerful PHP is (and frustrating), there are always certain things you have to create yourself.
Here is an simple example of my arrays: Continue reading Merging PHP Arrays with no conflicts