I have some tables, one is :
db.define_table('category',
Field('language_id', db.language),
Field('is_menu','boolean', default=False),
Field('name'),
Field('text'),
Field('order','integer'), format=lambda r: r.name +"/"+
r.language_id.language)
Using the appadmin/insert/db/ ,
Pheraps the solution is in IS_IN_DB and orderby...
On 18 Feb, 10:07, Mchurch wrote:
> I have some tables, one is :
> db.define_table('category',
> Field('language_id', db.language),
> Field('is_menu','boolean', default=False),
> Field('name'),
> Field('text'),
> Field('order'
ciao!
I hope not to be too mutch out of topic... this time I have a question
related to javascript and it's integration with web2py.
Here under you'll find the only way I found to run this simple
openlayers example
http://openlayers.org/dev/examples/osm.html
* controllers/plugin_map.py
def
>
>