Re: form-controllerPythonScript-ZSQL
"Charlie Clark" <[email protected]> Wed, 07 Mar 2007 11:53:56 +0100
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Organization | eGenix.com |
| Message-ID | <[email protected]> |
Am 07.03.2007, 11:39 Uhr, schrieb javi lopez <[email protected]>: > My product is like a faq, i have a search engine, it search a > ask-answer in my portal, but if there isn´t result, i fill in a form, > it store email and ask of the user on my DB and when my admin knows > the answer, he answered to the user. > I have the product, but I don´t know how to do this part(form-store DB > with zsql method) inside my product > Any help??? from Products.ZSQLMethods.SQL import SQL will let you handle SQL within a Product that you can then pass to your connection object. Charlie