Groups Relations.

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
mraseeri
Posts: 1
Joined: 2015-03-23 18:48

Groups Relations.

Post by mraseeri » 2015-03-23 19:31

Hello All

I am using AppGini (the full version) to create a small education system for registering students and courses. My ER diagram includes several tables along with two tables: student and instructor such that student table holds students information ( id, name ...etc ) and similarly for the instructor table. I understand that AppGini provides (groups) that manage and classify the users based on given permissions. However, sing up page stores users' information in the groups not in my the tables (student and instructor). Therefore, I want sign up information of instructors or students to be inserted into the tables (student or instructor) not into the groups.

Thank you in advance and please I hope you respond as soon as possible.



Note: I'm using MYSQL Database.

Post Reply