Added new doc
This commit is contained in:
parent
9fe99c8c72
commit
c91de6863a
1 changed files with 8 additions and 0 deletions
|
|
@ -258,6 +258,14 @@ class PrimaryKeyField(PhangoField):
|
|||
|
||||
|
||||
class WebModel:
|
||||
"""The most important class for the framework
|
||||
|
||||
Webmodel is a class for create objects that represent models. This models are a mirage of SQL tables. You can create fields, add indexes, foreign keys, and more.
|
||||
|
||||
Attributes:
|
||||
arr_sql_index (dict):
|
||||
|
||||
"""
|
||||
|
||||
__slots__=('sqlclass', 'fields', 'forms')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue