Hello, My application requires users to be associated information such as phone number, address, title... Basically, what I would like to do is extend the default user type. I was wondering what is the best way to achieve this. Should I store additional information in an external table? Or is there a design that lets me store everything in the ZODB? Thanks, Robert __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
You might consider using CMF and the store the data in the memberdatatool. -aj --On Donnerstag, 10. Juli 2003 11:03 Uhr -0700 Robert Jean <robertjean2@yahoo.com> wrote:
Hello,
My application requires users to be associated information such as phone number, address, title... Basically, what I would like to do is extend the default user type.
I was wondering what is the best way to achieve this. Should I store additional information in an external table? Or is there a design that lets me store everything in the ZODB?
Thanks, Robert
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On to, 10.07.2003 at 11:03 -0700, Robert Jean wrote:
My application requires users to be associated information such as phone number, address, title... Basically, what I would like to do is extend the default user type.
I was wondering what is the best way to achieve this. Should I store additional information in an external table? Or is there a design that lets me store everything in the ZODB?
Check out the exUserFolder product. -- paavo. "joskus voi tää meno käydä ahdistavaksi kun on täällä muodostunut tavaksi muuttaa jokaisen elämän arvo rahaksi"
participants (3)
-
Andreas Jung -
Paavo Parkkinen -
Robert Jean