[Zope] Storing and Returning variables when user logins again
Andreas Jung
lists at andreas-jung.com
Sun Dec 21 04:34:15 EST 2003
store the data *somehow* persistent. either use the zodb (-> Zope
Developers Guide) or filesystem
or Python DBM interface or something similar.
-aj
--On Sonntag, 21. Dezember 2003 4:24 Uhr -0500 cheng saimun
<saimun at email.com> wrote:
> Hi I have the following situation.
> In my webbie, each registered user who logs in can generate a report by
> selecting 6 query conditions in a form( from 6 dropdowns lists queried
> from mysql table). He can also choose to save the conditions as a
> reportname so that the next time he logs in, he can view the report by
> clicking on the saved link, without selecting the conditions again.
>
> May I know how should i go about doing this in storing and retrieving the
> saved reports when the user logins again? thanks
More information about the Zope
mailing list