Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: OO Perl & RDBMS Strategy Question

by Joost (Canon)
on Aug 30, 2002 at 10:57 UTC ( [id://194062]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $object = $engine->get('Some::Object',$object_id);
    my @objects = $engine->mget($class,{ name => value, name2 =>  value2 }
    +);
    
  2. or download this
    my $value = $object->get('name');
    $object->set('name','other value');
    $object->save();
    
  3. or download this
    my $object = Object->new($engine,%attributes);
    
  4. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 10:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found