Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: A Growing Dislike for SQL-OOP Mappers

by siracusa (Friar)
on Aug 22, 2005 at 17:27 UTC ( [id://485734]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyApp::DB;
    
    use Rose::DB;
    ...
      password => 'mysecret');
    
    1;
    
  2. or download this
    package MyApp::DB::Object;
    
    use Rose::DB::Object;
    ...
    sub init_db { MyApp::DB->new }
    
    1;
    
  3. or download this
    package MyApp::DB::Gallery;
    
    use MyApp::DB::Object;
    ...
    }
    
    1;
    
  4. or download this
    package MyApp::Table;
    ...
    sub add_leg
    ...
      $leg->save;
      push(@{$self->{'legs'}}, $leg);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 12:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found