[mod_python] get post to a class

maker joe makerjoe at gmail.com
Thu Jun 21 20:58:43 EDT 2007


hi graham

is it possible to get/post to a class?

my.py
---------
class A:
    def go(self,req):
         req.write('hello'+%s)%name

http://localhost/my.py/A/go?name=joe

joseluis


More information about the Mod_python mailing list