Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Problem when deleting Class::DBI objects

by rhesa (Vicar)
on Nov 26, 2007 at 15:12 UTC ( [id://652999]=note: print w/replies, xml ) Need Help??


in reply to Problem when deleting Class::DBI objects

Don't let FOO::Indicators::PPO inherit from FOO::Indicators, but make it a subclass of Foo. Your current structure gives PPO all the columns of Indicators as well, which is not what you expected.

You generally don't want to subclass actual table classes, unless you have a very specific reason to (and I can't even think of any off the top of my head).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found