Hi there,
I've got 2 questions:
- A system should have users from different companies and should be secured by login page. Users from different companies shouldn't see other companies data: orders, users etc. Is it possible that after login, List View will present data for a given company? Of course the same time admin should see all the data...
I suppose that it should be done by some $_SESSION variables.
- Is it possible that admin could see all fields from a given table but ordinary user only selected fields? For ex. user has permission to change his phone number and password but can't change his login and address. Sometimes its also neccesary to hide certain data from user...
Best Regards,
Jacek