> Just wait until you see the new Solar_Sql_Row and _Rowset code.
> You'll be able to call things like...
>
> $list = $table->fetchAll($where, $order, $page);
> foreach ($list as $row) {
> echo $row->col_name; // object notation
> }
Thats why I keep comming back for more punishment :-)
> Look for them in the next release.
Cant wait!
--
Jeff Surgeson