On Wednesday, September 5, 2012 10:07:29 AM UTC-4, villas wrote:
>
> def Article():
>     id=request.vars.id
>     row=db(db.Article.id==id).select()
>
> Not sure how you get the Images filenames.  The code does not seem join 
> the Article to the Image?
>

Note, Article.TopImage.thumb does a recursive select, so it retrieves the 
value of the "thumb" field from the referenced db.Images record.

Anthony

-- 



Reply via email to