RE: [PHP] Sorting Objects in an array by object properties

2005-05-28 Thread Jared Williams
> Hello list, > > I have an array which holds some objects. Each object > represent elements from an email header in a given mailbox. > Each object has properties like "from", "sendtime", "subject" etc. > > I want to sort the order of the objects in the array by their > attribute "sendtime" i

[PHP] Sorting Objects in an array by object properties

2005-05-27 Thread Reto M. Kiefer
Hello list, I have an array which holds some objects. Each object represent elements from an email header in a given mailbox. Each object has properties like "from", "sendtime", "subject" etc. I want to sort the order of the objects in the array by their attribute "sendtime" in order to get