Carolina Feher da Silva schrieb: > Won't array_push work? > > On 11/1/06, Gunar Scholz <[EMAIL PROTECTED]> wrote: >> In ZF-298 I posted a solution suggestion, but as of PHP 5.2 with or >> without the fix the syntax you used will not work anymore.
No, I don't think so. __get() will return only for reading. Every write access to the returned value does nothing but a E_NOTICE. Gunar
