Dharmender Posted April 5, 2013 Share Posted April 5, 2013 I want to have role based access in Cakephp. I want that when I create a new Role the menu in tree structure should appear from where the admin can select the menu and operation. I have gone through ACl component but can't understand its functioning Quote Link to comment https://forums.phpfreaks.com/topic/276557-role-based-access-in-cakephp/ Share on other sites More sharing options...
trq Posted April 5, 2013 Share Posted April 5, 2013 Where exactly are you stuck? Quote Link to comment https://forums.phpfreaks.com/topic/276557-role-based-access-in-cakephp/#findComment-1423030 Share on other sites More sharing options...
Dharmender Posted April 5, 2013 Author Share Posted April 5, 2013 I want to display the items in tree structure with checkboxes. How can I get this. Suppose I have table Menus id, parent_id, menuname and Table operations menuid, roleid, edit ,delete, add, update How can I show the Menus in tree structure with add delete and edit checkboxes in front of them which dont have children Quote Link to comment https://forums.phpfreaks.com/topic/276557-role-based-access-in-cakephp/#findComment-1423052 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.