tanakahisateru / pinoco

Web site development framework using PHP and (mainly) PHPTAL
http://tanakahisateru.github.io/pinoco/
Other
43 stars 10 forks source link

Iterator API like List for Generator #63

Closed tanakahisateru closed 6 years ago

tanakahisateru commented 11 years ago

PHP5.5 would support Generator which can create iterator instance easily.

Pinoco should support that new feature transparently. Pinoco_List can wrap plain array and let it look as pure sequence of data. Also an iterator which created by Generator should be able to be wrapped and can provide APIs which is compatible with Pinoco_List.

tanakahisateru commented 11 years ago

The most hopeful library is here: https://github.com/akanehara/ginq