davidkw Fri, 17 Feb 2012 17:35:22 -0800
For the line: db().select(db.image.ALL, orderby=db.image.title)
Why is there a () after the "db" and before the select? Is db() a method call of some kind? Thanks for any clarification.