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 support for object iteration
[haanga.git]
/
tests
/
assert_templates
/
loop_object.php
blob
496640a88d0dc36633d5d5c0ac8ac2d090807224
1
<
?php
2
3
$obj
=
new
stdclass
;
4
$obj
->
foo
=
'bar'
;
5
$obj
->
nombre
=
'crodas'
;
6
7
$data
=
compact
(
'obj'
);