ksumanth Posted February 8, 2013 Share Posted February 8, 2013 Hello everyone, In Admin, I created one form for employee details and save into the database. Here i create options to view the table fields (Edit,Active/Inactive,Permentsuspend) Here everthing is working fine . I need to Suspend the Employee details permentaly i mean one record from database. Normally i just go for delete but i need to suspend the employee details permentaly and view any time i can view that details Any sugessions Thanks Sumanth Quote Link to comment https://forums.phpfreaks.com/topic/274195-permanently-suspend-user-information/ Share on other sites More sharing options...
requinix Posted February 8, 2013 Share Posted February 8, 2013 Keep a "suspended" flag for employees and turn it on when suspending. Then don't give the admin user any way to turn it off. Quote Link to comment https://forums.phpfreaks.com/topic/274195-permanently-suspend-user-information/#findComment-1410954 Share on other sites More sharing options...
ksumanth Posted February 8, 2013 Author Share Posted February 8, 2013 Thanks i got this Quote Link to comment https://forums.phpfreaks.com/topic/274195-permanently-suspend-user-information/#findComment-1410958 Share on other sites More sharing options...
ksumanth Posted February 8, 2013 Author Share Posted February 8, 2013 Hi i given flag and it is working fine. While click on suspend entire row i just want to disable can you have an idea. Quote Link to comment https://forums.phpfreaks.com/topic/274195-permanently-suspend-user-information/#findComment-1410962 Share on other sites More sharing options...
requinix Posted February 8, 2013 Share Posted February 8, 2013 So make your code "disable". I don't know what you're talking about. Remember this is your code. You can make it do whatever you want. You want it to disable something? Then make it disable something. Quote Link to comment https://forums.phpfreaks.com/topic/274195-permanently-suspend-user-information/#findComment-1410966 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.