I have a generic function called edit_db which allows for editing of
database records and is useful for ajax-related form functions such as
edit-in-place.  The URL that is exposed is something like

edit_db/tablename/row_id/fieldname?value="newvalue"

I would like to make sure that this function can only be accessed by
functions within my web2py applications--in particular, widgets which
are defined in the model.  What is the best way to do this?

Avik

Reply via email to