Greetings,
I have written a new module based on the test module on the wiki. Following the detailed steps I was able to get this new module built fairly fast and easy. My only question is something that is eluding me at the moment and that would be how I can limit some of the functions based on user.
With the test module example you have add and delete buttons and then you have the view of the database rows.
What I'd like to do is based on user group or user is to remove the ability to add/delete buttons and the ability to only show records that that particular user has added in order to edit/delete
Based on what I see in the code the *.class.inc.php file in the classes folder would be the proper file to limit the viewing of the database records and it works when I put in hard coded data but I'm just missing the access level commands.
I'm sure it's something simple but again it's eluding me at the moment.
