xionhack Posted September 17, 2010 Share Posted September 17, 2010 Hello. I have an object like this: object->object_id object->object_name object->object_number I have an array with many instances of the object, with different values. I want to sort that array to put first the object that the value of object->object_number is higher, and then descending. Please let me know if its not clear! thank you! Link to comment https://forums.phpfreaks.com/topic/213626-sort-object/ Share on other sites More sharing options...
ngreenwood6 Posted September 17, 2010 Share Posted September 17, 2010 I believe what you are looking for is usort. Look at example 3 on this page http://php.net/usort. Please let me know if that helps. Link to comment https://forums.phpfreaks.com/topic/213626-sort-object/#findComment-1111953 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.