Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: DBIx and ManyToMany Relationships

by tospo (Hermit)
on May 30, 2012 at 11:14 UTC ( [id://973260]=note: print w/replies, xml ) Need Help??


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?

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://973260]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-03-19 03:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found