| Home | Trees | Indices | Help |
|
|---|
|
|
This file is part of web2py Web Framework (Copyrighted, 2007) Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: GPL v2
|
|||
|
SQLFORM SQLFORM is used to map a table (and a current record) into an HTML form |
|||
|
SQLTABLE given a SQLRows object, as returned by a db().select(), generates and html table with the rows. |
|||
|
|||
|
|||
|
|||
table_field = re.compile(r'
|
|||
re_extension = re.compile(r'\.\w
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Nov 10 12:14:37 2008 | http://epydoc.sourceforge.net |