- Added support for object iteration
[haanga.git] / tests / assert_templates / loop_object.php
blob496640a88d0dc36633d5d5c0ac8ac2d090807224
1 <?php
3 $obj = new stdclass;
4 $obj->foo = 'bar';
5 $obj->nombre = 'crodas';
7 $data = compact('obj');