I need to make a small website
where I have 7 types of users. which can log in.
some users have permissions only to add equipment, while others can add / edit. some of them can only see.
There will be some common fields for all users adding equipment to the system, and some fields will be user-specific.
I need to track all changes in equipment using equipment that changes the user.
Can anyone explain what would be the best way to do this job.
The path in the structure of the perception table for users and tracking changes in equipment and tracking users for both logging in and for changes made by them.
I use the php and mysql database.
I do not want to go to CMS, Frameworks. This is a small application.
user319198
source
share