def __init__(self, db=None):
     cols = ['name', 'address', 'email', 'description']
     TableElement.__init__(self, cols)
 def __init__(self, db=None):
     cols = ['title', 'status']
     TableElement.__init__(self, cols)
 def __init__(self, db=None):
     cols = ['name', 'address', 'isp', 'connection', 'ip', 'static', 'serviced']
     TableElement.__init__(self, cols)