Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Re: Re: Class::DBI has_many

by arc_of_descent (Hermit)
on Dec 29, 2003 at 14:07 UTC ( [id://317432]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->has_many(columns => [ 'Page_column' => 'column_id' ]);
    
  2. or download this
    __PACKAGE__->has_many(columns => 'Column');
    
  3. or download this
    __PACKAGE->has_a(column_id => 'Column');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-20 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found