Hello,
I found a solution for this, but lost it and don't know how I did it. So maybe someone could help me..
array[0]['company'] = 'Company 1';
array[0]['name'] = 'Name 1';
array[1]['company'] = 'Company 1';
array[1]['name'] = 'Name 2';
that's how my array looks like. Now I want to sort it first on the key 'company' and in this sort on the key 'name'.
thank you.
visit my website at
I found a solution for this, but lost it and don't know how I did it. So maybe someone could help me..
array[0]['company'] = 'Company 1';
array[0]['name'] = 'Name 1';
array[1]['company'] = 'Company 1';
array[1]['name'] = 'Name 2';
that's how my array looks like. Now I want to sort it first on the key 'company' and in this sort on the key 'name'.
thank you.
visit my website at