Help for this page
# concise class definitions FooBar->table('foobar'); ... $wham->frobs #makes the (oversimplified SQL query) # SELECT * FROM quux WHERE FooBar = $wham
FooBar->has_many(frobs => "Quux", 'foobar_id'); $wham->frobs # makes the (oversimplified SQL query) # SELECT * FROM quux WHERE foobar_id = $wham