It looks very interesting and I will try it.
I see Bruno says that it would also edit text files. I am sure that could
be very useful. In the past, I often made use of INI files and the
Windows registry (although maybe that wasn't always such good practice!).
And thanks for this Cheatsheet, it is a great way to 'jog the memory'.
Regards, David
On Wednesday, 11 April 2012 17:37:20 UTC+1, Massimo Di Pierro wrote:
>
> Try this (requires trunk)
>
> if not session.d: session.d = {'name':'anonymous','age':99,'sports':[]}
>
> def index():
> form=SQLFORM.dictform(d).process()
> if form.accepted: response.flash = 'session.d was updated'
> return locals()
>
>
>
> On Wednesday, 11 April 2012 08:37:07 UTC-5, villas wrote:
>>
>> >> form=SQLFORM.dictform(d)
>>
>> Is that something new?
>>
>