Thx, I think so, but just wanted to insurance :)
On 22 мар, 10:15, Massimo Di Pierro <[email protected]> wrote: > yes, here: > > User, Link, Post = db.auth_user, db.link, db.post > me, a0, a1 = auth.user_id, request.args(0), request.args(1) > myfriends = db(Link.source==me)(Link.accepted==True) > alphabetical = User.first_name|User.last_name > def name_of(user): return '%(first_name)s %(last_name)s' % user > > it is the video. > > On Mar 21, 6:59 pm, pbreit <[email protected]> wrote: > > > > > > > > > You have to follow the video pretty closely but you'll see that Massimo sets > > those up as short-cuts. I think they were in the model.

