repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Added more filters and custom tags
[haanga.git]
/
tests
/
assert_templates
/
regroup.php
blob
d885bd1659771d6f96b006d0a94b34d13f10e0ba
1
<
?php
2
3
$data
=
array
(
'users'
=>
array
(
4
array
(
5
'name'
=>
'foo'
,
6
'age'
=>
22
,
7
),
8
array
(
9
'name'
=>
'Middle'
,
10
'age'
=>
22
,
11
),
12
array
(
13
'name'
=>
'older Foo'
,
14
'age'
=>
23
,
15
),
16
array
(
17
'name'
=>
'older Bar'
,
18
'age'
=>
23
,
19
),
20
array
(
21
'name'
=>
'bar'
,
22
'age'
=>
22
,
23
),
24
),
'regroup_by'
=>
'name'
);