Re: [PHP-DEV] Integrating SPL

2003-06-26 Thread Andi Gutmans
Hey, In general I think the ideas behind SPL are interesting. However, my main problem with the whole array and iterator overloading is that it's not quite clear to me where this should have an effect. Will it only work in foreach()? Is it supposed to work in array_sort() and all other internal

Re: [PHP-DEV] Integrating SPL

2003-06-26 Thread Andrei Zmievski
On Wed, 25 Jun 2003, Sterling Hughes wrote: > 1) "Fix" the object overloading model to allow you to handle array > accesses internally. This includes the iterator concept and and array > read and write. This portion of the code would be an integral part of > the overloading mechanism (no interfac