azuka Posted March 26, 2006 Share Posted March 26, 2006 I have an array whose member consist of arrays. I have a problem sorting them. The problem is that for each index, the array structure may vary but it either has these keys [BookId,BookName,BookSummary,Sort] or [ChapId,ChapName,ChapText,BookId, Sort]. Since [b]Sort[/b] is common to both arrays, I want to sort by Sort in descending order. How possible is that? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted March 26, 2006 Share Posted March 26, 2006 Split them up into arrays of similar types (don't mix books nad chapters0 and then look at using array_mulit sort. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.