Hi
Is not it nice to have toutes.py in my models/ so that I can have a
route system on the application level and in the same time I can have
something like:
id = None
if request.function == show:
id = db(db.table.name == request.args(0)).select(db.table.id)
[0].id
routres_in = (..............., (/default/show/name, default/show/id))
......
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.