Thanks!
:)
Richard
On Mon, Mar 12, 2012 at 3:01 PM, Anthony wrote:
> On Monday, March 12, 2012 2:33:44 PM UTC-4, Richard wrote:
>>
>> Are those also part of current now?
>> service=Service(globals())
>> mail = Mail(globals())
>>
>
> Yes for Service; doesn't apply for Mail.
>
On Monday, March 12, 2012 2:33:44 PM UTC-4, Richard wrote:
>
> Are those also part of current now?
> service=Service(globals())
> mail = Mail(globals())
>
Yes for Service; doesn't apply for Mail.
Are those also part of current now?
service=Service(globals())
mail = Mail(globals())
Richard
On Mon, Mar 12, 2012 at 2:31 PM, Richard Vézina wrote:
> Thanks Anthony.
>
> Richard
>
>
> On Mon, Mar 12, 2012 at 2:29 PM, Anthony wrote:
>
>> auth=Auth(globals(),db)
>>> crud=Crud(globals(),db)
>>>
Thanks Anthony.
Richard
On Mon, Mar 12, 2012 at 2:29 PM, Anthony 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 t
>
> 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
Hello,
I notice that in the book auth table customisation explication has
changed...
I would like to know if this still good :
auth=Auth(globals(),db)
crud=Crud(globals(),db)
Since in the book it is now just :
auth = Auth(db)
Thank you.
Richard
6 matches
Mail list logo