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