in reply to Re^2: DBIx and ManyToMany Relationships
in thread DBIx and ManyToMany Relationships

I'm not sure I udnerstand what you mean with "that get's me ..." - can you post the actual code you are running now?
  • Comment on Re^3: DBIx and ManyToMany Relationships

Replies are listed 'Best First'.
Re^4: DBIx and ManyToMany Relationships
by kiz (Monk) on May 30, 2012 at 14:10 UTC
    (Noting the comment below)

    The search model is currently:

    $c->stash( repos => [ $c->model('ORIdatabase::Repo') ->search( {}, #$what, { join => {'contentlinks' => 'content'} , prefetch => {'contentlinks' => 'content'} , rows => $params->{'limit'} } ) ] );

    And buried at the end of the hash/object returned are the data fields the query returns...



    -- Ian Stuart
    A man depriving some poor village, somewhere, of a first-class idiot.