Hi everybody!! I'm currently working on a really dynamic app.. basically we
are trying to automate a lab...
Here is the issue, I need to have a fully customizable database... In short
a new project is created and a custom model file is written for that
project, also I generate two groups in auth_groups.
Example:
New Project Name: TEST1
New Project Model:
db.define_table("TEST1_custom",
Field.......
)
New Project Groups:
TEST1_labManagers
TEST1_labUsers
Everything is working fine! I just need to know how could I check if a user
is labManager or labUser in many projects.
I was thinking in something like a query with a contains..
Sorry if my question is too dizzy.. but is kind of hard to explain such a
complex system :S