Collections

I used to use CList / CMap / CAttributeCollection a lot because i could easily work with arrays.

I don’t seem to find any documentation about this in 2.0. Is there such functionality in 2.0 or i should simply implement \IteratorAggregate, \ArrayAccess, \Countable and be done with it ?

For who’s interested in an alternative: https://github.com/graste/params :)

These were dropped in favor of SPL data structures: http://php.net/manual/en/spl.datastructures.php

@samdark - Thanks for the info ;)