> > Also, your request should not be : db().select(db.voting_center) instead > of db(db.voting_center).select()
If he wants to select all records and all fields, then db(db.voting_center).select() is the correct query. Anthony
> > Also, your request should not be : db().select(db.voting_center) instead > of db(db.voting_center).select()
If he wants to select all records and all fields, then db(db.voting_center).select() is the correct query. Anthony