Dear Jose,
I think you posted a very interesting example... how have you resolved
the problem of the spatial support by web2py?
I mean the fields of the tables you are going to create dynamically are
the ones of a tipically spatial extension of a db... are they supported
by web2py DAL? Can you post the complete solution of how you have
implemented the dynamic tab inclusion in the model?
thank you very much
Cheers
Manuele
Il 14/03/2011 20:56, Jose ha scritto:
On 14 mar, 16:23, Massimo Di Pierro<massimo.dipie...@gmail.com>
wrote:
something like
db.define_table('name',*{Field(name) for name in ....])
On Mar 14, 11:24 am, Jose<jjac...@gmail.com> wrote:
Thanks Massimo.
Exactly, that's what I need.
Thank you