私はこのようなものの配列を持っています:
Array ( [0] => stdClass Object ( [id] => 41 [title] => test2 [alias] => test2 [catid] => 8 [published] => 1 [introtext] =>
test2
[fulltext] => [video] => [gallery] => [extra_fields] => [] [extra_fields_search] => [created] => 2012-08-27 16:37:51 [created_by] => 62 [created_by_alias] => [checked_out] => 0 [checked_out_time] => 0000-00-00 00:00:00 [modified] => 0000-00-00 00:00:00 [modified_by] => 0 [publish_up] => 2012-08-27 16:37:51 [publish_down] => 0000-00-00 00:00:00 [trash] => 0 [access] => 1 [ordering] => 15 [featured] => 0 [featured_ordering] => 0 [image_caption] => [image_credits] => [video_caption] => [video_credits] => [hits] => 0 [params] => JParameter Object ( [_raw:protected] =>
など、その配列に含まれています(その中にはたくさんのものがあります)。
現在、このように表示されています
アイテム | 日付
アイテム | 日付
アイテム | 日にち
私がやりたいのは、その配列を取得して、集計日で並べ替えることです
なんかこう思う
集計日
アイテム | 日付
アイテム | 日付
集計日付
アイテム | 日付
アイテム | 日にち
この配列を指定すると、これは可能ですか?