Re: Problem with has_many and searching
[prev]
[thread]
[next]
[Date index for 2004/10/05]
On Tue, 2004-10-05 at 18:20, John Day wrote:
> and now I get:
>
> 2004/10/05
> $VAR1 = bless( {
> '_data' => [
> {
> 'id' => '6'
> },
> {
> 'id' => '7'
> }
> ],
> '_place' => 0,
> '_mapper' => [],
> '_class' => 'InContact::cDBI::contactdetail'
> }, 'Class::DBI::Iterator' );
>
> So now I know which are the contactdetail records involved, but what I
> really need is an iterator that will iterate over the contact records.
Uh, that is an iterator. Have you read the ITERATORS section of the
docs?
- Perrin
|
|
Re: Problem with has_many and searching
Perrin Harkins 16:25 on 05 Oct 2004
|