On Tue, Jul 27, 2010 at 18:30, Jonathan Lundell <jlund...@pobox.com> wrote:
> On Jul 27, 2010, at 9:26 AM, Mathieu Clabaut wrote: > > But then note that you have to pass as arguments to your helpers objects > that are otherwise directly available in models and controllers, like : db, > request, response, T, auth,... > > > Or import them. I wrote a module to give me a nicer interface to > DataTables. It starts out: > > from gluon.html import TABLE, THEAD, TBODY, TFOOT, TR, TD, TH, XML > Is there something similar for db, request, and others ? -Mathieu