Wow. I'm starting to really like the way you've got this setup. Nice work, and i owe you a drink (or three)

I'm wondering what the normal 'layout' is for files / packages under mod_perl

I'm using this right now:

MyLib/
MyLib/RoseDB.pm [ our ISA= qw( Rose::DB ) ]
MyLib/RoseDB/ObjectName.pm [ use base qw(Rose::DB::Object); ]
MyLib/RoseDB/ObjectName/Cached.pm [ use base qw(Rose::DB::Object::Cached); ]
MyLib/RoseDB/ObjectName/Manager.pm [ our @ISA = qw(Rose::DB::Object::Manager); ]

Its a bit mangled and unstandardized

I'm also repeating a lot of the column info... is there a typical way to declare column info 1x, then just derive / subclass into the different object types ?


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to