On Thu, Feb 21, 2008 at 7:16 AM, huntercross <[EMAIL PROTECTED]> wrote: > > i enjoyed seeing the cookbook post, so i wanted to contribute the > reference i've started to compile. > > http://webpy.org/reference >
Do you mean something better than http://webpy.org/docs ? > i add little snippets that help me understand all of the little > corners of the framework. hope this helps and will grow larger as we > get closer to version 3. I think, these can be part of cookbook. * web.ctx.get() - working with web.ctx * web.cookies() - working with cookies * web.setcookies() * web.header() - setting custom headers * web.input() - user input & file input * web.insert() - working with database * web.update() * web.output() * web.query() * web.select() * web.redirect() - redirecting to other pages and not found (also web.seeother) * web.webapi.notfound * web.template.render() - working with templates --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
