Page 23:

Yes this is redundant by it is a trick to avoid joins and
make everything work on GAE.

Should read:

Yes this is redundant but it is a trick to avoid joins and
make everything work on GAE.

On Oct 14, 4:16 pm, ceej <[EMAIL PROTECTED]> wrote:
> Page 23:
>
> User defines tables used with T2 CRUD will always be STAMPED
> is they have the following fields
>
> Sounds better like:
>
> User defined tables used with T2 CRUD will always be STAMPED
> with the following fields
>
> On Oct 14, 4:09 pm, ceej <[EMAIL PROTECTED]> wrote:
>
> > Nice.
>
> > There are two typos on page 17.
>
> > 1 def register(): retur dict(form=t2.register())
> > 2 def login(): retur dict(form=t2.login())
>
> > should be:
>
> > 1 def register(): return dict(form=t2.register())
> > 2 def login(): return dict(form=t2.login())
>
> > On Oct 14, 3:51 pm, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > > The latest T2 is here
>
> > >    http://mdp.cti.depaul.edu/examples/static/web2py.app.plugin_t2.tar
>
> > > (you need to install it as "plugin_t2")
>
> > > The manual is here
>
> > >    http://mdp.cti.depaul.edu/examples/static/t2.pdf
>
> > > I would appreciate if you send me corrections to the manual or better
> > > you were to try the examples and send me decent screenshots to
> > > include.
>
> > > To my students... You get points if you help with this!
>
> > > Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to