I am trying to generate dynamic menu according to the user permission given with ACL component in cake php..
ie., if a user logins, i need to check which all actions are permitted for that specific user and according that list of actions i need to generate menu
can any one help me to get all the permitted actions from the acos,aros,acos_aros tables
Try PoundCake Control Panel. Dynamic menu generation is implemented there. It generates only those menu items that user has access to based on acos, aros, acos_aros and menus tables. There is a controller to semi-automatically fill menus table with data from your acos table.