Thanks Anthony.

Richard

On Mon, Mar 12, 2012 at 2:29 PM, Anthony <abasta...@gmail.com> wrote:

> auth=Auth(globals(),db)
>> crud=Crud(globals(),db)
>>
>
> The above will still work, but globals() will simply be ignored, as it is
> no longer required (instead, the Auth and Crud classes now use the
> "current" object to access the relevant global environment objects).
>
> Anthony
>

Reply via email to