Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Simple OO question...

by shmem (Chancellor)
on Apr 30, 2019 at 15:56 UTC ( [id://1233193]=note: print w/replies, xml ) Need Help??


in reply to Simple OO question...

For simple stuff, I really like Class::Tables. It has some rough edges and presumes a convention for foreign keys, e.g. if you have a table users with an id column and a table groups with a foreign key which references the id column in users, that column in groups must be named users_id. It is quite small, but though old and discontinued, still a gem on CPAN imho. It is worth studying and nicely hackable.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-29 06:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found