- Fixed little bug with iteration with arrays of objects (reported by @gallir)
commit209c30b2978f6efed5d2d6f9ad3cb1110cd9c54d
authorCésar D. Rodas <crodas@php.net>
Tue, 10 Aug 2010 16:34:00 +0000 (10 12:34 -0400)
committerCésar D. Rodas <crodas@php.net>
Tue, 10 Aug 2010 16:34:00 +0000 (10 12:34 -0400)
treed51fc4e09e15a1e8b6ca8e03c162d6e158c9c1ee
parent41099edf9ac000d56526636cf8c9702624bff04c
- Fixed little bug with iteration with arrays of objects (reported by @gallir)
42 files changed:
lib/Haanga/Compiler.php
lib/Haanga/Compiler/Parser.php
lib/Haanga/Compiler/Parser.y
tests/assert_templates/loop_object.html
tests/assert_templates/loop_object.php
tests/assert_templates/loop_object.tpl
tests/tmp/assert_templates/autoescape.tpl.php
tests/tmp/assert_templates/base.tpl.php
tests/tmp/assert_templates/custom_tag.tpl.php
tests/tmp/assert_templates/cycle.tpl.php
tests/tmp/assert_templates/dummy.tpl.php
tests/tmp/assert_templates/empty_loop.tpl.php
tests/tmp/assert_templates/exec.tpl.php
tests/tmp/assert_templates/filter.tpl.php
tests/tmp/assert_templates/first_of.tpl.php
tests/tmp/assert_templates/global.tpl.php
tests/tmp/assert_templates/if_else_simple.tpl.php
tests/tmp/assert_templates/ifchanged.tpl.php
tests/tmp/assert_templates/ifequals.tpl.php
tests/tmp/assert_templates/in.tpl.php
tests/tmp/assert_templates/inheritence_nested_block.tpl.php
tests/tmp/assert_templates/inheritence_nested_block_duplicated.tpl.php
tests/tmp/assert_templates/join.tpl.php
tests/tmp/assert_templates/load.tpl.php
tests/tmp/assert_templates/loop.tpl.php
tests/tmp/assert_templates/loop_object.tpl.php
tests/tmp/assert_templates/nested_block.tpl.php
tests/tmp/assert_templates/nested_block_second_parent.tpl.php
tests/tmp/assert_templates/nested_block_second_parent_override.tpl.php
tests/tmp/assert_templates/object.tpl.php
tests/tmp/assert_templates/partial.tpl.php
tests/tmp/assert_templates/pluralize.tpl.php
tests/tmp/assert_templates/regroup.tpl.php
tests/tmp/assert_templates/spaceless.tpl.php
tests/tmp/assert_templates/strip_whitespace.tpl.php
tests/tmp/assert_templates/subtemplate.tpl.php
tests/tmp/assert_templates/templatetag.tpl.php
tests/tmp/assert_templates/title.tpl.php
tests/tmp/assert_templates/trans.tpl.php
tests/tmp/assert_templates/truncatewords.tpl.php
tests/tmp/assert_templates/variable_existe.tpl.php
tests/tmp/assert_templates/with.tpl.php