othercorey
othercorey
Looks ok to me.
Please provide the full callstack. We can't debug anything with the description.
Please provide the full callstack.
@tigerduck42 Can you give us more information?
@markstory Do we want to support this?
Looks like that assumes Collection. I'm not a big fan of these traits, but think we can fix this.
Extending Collection outside of cake is not possible because we have logic that work sonly for `Collection` and only for the custom iterators that extend Collection like `ExtractIterator`. Because `ExtractIterator`...
We have to change the iterators to not extend Collection to mark it final. Will keep this open while we look into if the interfaces or inheritance can change in...
Could we solve this with transactions somehow?
Supporting routes via controller method attributes could be costly for each request without some sort of parsing and caching. We haven't discussed a solution for that yet.