{{extend 'layout.html'}} {{import os}}

web2pyTM API

For more detailed information see the global variables documentation or the epydoc generated api docs.


URL mapping overview



Container Objects


{{=CODE("request, response, session, cache", language="web2py",link='/examples/global/vars/', counter=None)}} Try them here: status

Navigation Functions and Objects


{{=CODE("redirect, HTTP", language="web2py",link='/examples/global/vars/', counter=None)}}

Internationalization


{{=CODE("T", language="web2py",link='/examples/global/vars/', counter=None)}}

Views Helpers


{{=CODE("XML, URL, BEAUTIFY", language="web2py",link='/examples/global/vars/', counter=None)}}

HTTP Building Objects


{{=CODE("""A, B, BODY, BR, CENTER, CODE, DIV, EM, EMBED, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML, IFRAME, IMG, INPUT, LABEL, LI, LINK, OL, UL, META, OBJECT, ON, OPTION, P, PRE, SCRIPT, SELECT, SPAN, STYLE, TABLE, TD, TEXTAREA, TH,TITLE, TR, TT""",language="web2py",link='/examples/global/vars/', counter=None)}}

Validator Objects


{{=CODE("""IS_ALPHANUMERIC, IS_DATE, IS_DATETIME, IS_EMAIL, IS_EXPR, IS_FLOAT_IN_RANGE, IS_INT_IN_RANGE, IS_IN_SET, IS_LENGTH, IS_MATCH, IS_NULL_OR, IS_NOT_EMPTY, IS_TIME, IS_URL, CLEANUP, CRYPT, IS_IN_DB, IS_NOT_IN_DB""", language="web2py",link='/examples/global/vars/', counter=None)}}

Database API


{{=CODE("SQLDB, SQLField", language="web2py",link='/examples/global/vars/', counter=None)}} More examples here: orm

Database to HTML


{{=CODE("SQLFORM, SQLTABLE", language="web2py",link='/examples/global/vars/', counter=None)}}