PhpGt / DomTemplate

Bind dynamic data to reusable HTML components.
https://www.php.gt/domtemplate
MIT License
17 stars 4 forks source link

Automatically binding nested array iterators #487

Closed g105b closed 8 months ago

g105b commented 9 months ago

This PR fixes a bug with a gap in assumed functionality. When there's an object that extends ArrayIterator, and the iterator it represents holds nested iterators, a bug in functionality meant the nested HTML would not be created correctly.

Closes #486