I just realized another benefit, for some reason you can create and
validate/store forms directly in views.
{{=SQLFORM(db.auth_group).process()}}
It still uses request.vars and session -- it just doesn't require you to
explicitly pass them as arguments (if you don't pass them, it uses
current.session and current.request.post_vars).
Anthony
On Tuesday, August 16, 2011 9:10:40 AM UTC-4, Richard wrote:
> Hello,
>
> Since process() not req
Hello,
Since process() not require request.vars and session does it make things
faster?
And if so, could it be percetible?
Thanks
Richard
On Mon, Aug 15, 2011 at 3:56 AM, Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:
> I agree with you that having three ways to do the same thing is n
3 matches
Mail list logo