[Zope] NewBee, Do I have to code to do this?

Andrew Milton akm at theinternet.com.au
Thu Jan 19 23:09:52 EST 2006


+-------[ John Huttley ]----------------------
| 
| Hi, I'm recoding an existing php e-commerce app in zope as my first
| project
|
| I'm at the point where I've installed the exUserFolder product to
| authenticate against an external SQL database.
| 
| However, I need to hold some additional information in the user object.
| 
| It seems to me that I have to change the exUserFolder product code to
| add this to the class.

All you need to do is configure a property source.

You can store properties in the ZODB or in SQL, or pretty much anywhere.

-- 
Andrew Milton
akm at theinternet.com.au


More information about the Zope mailing list