Mailinglisten-Archive |
> > Das Testprog:
> > <?php
> > [...]
> > while($foo_instanz = each($this->foo_saetze)) {
> > [...]
>
> muss heissen:
>
> while( list($key, $foo_instanz) = each($this->foo_saetze)) {
Genau, oder :
foreach ( $this->foo_saetze as $foo_instanz)
Bis neulich
Bylle
php::bar PHP Wiki - Listenarchive