[Solar-talk] toArray() current()

Rodrigo Moraes rodrigo.moraes at gmail.com
Fri Feb 16 12:42:06 PST 2007


On 2/12/07, Antti Holvikari wrote:
> I believe it's this line:
>
>         // fetch and cast to array
>         $list = $select->fetch('all')->toArray();

Change it to:

        // fetch and cast to array
        $list = $select->fetch('all');

... and it will work again (with the current SVN).

:)
rodrigo
-------------------------------
http://tipos.com.br


More information about the solar-talk mailing list