Im just wondering how can you implement zend_acl when you want to lookup the value in tha row database for example i have a table user which has id,username,roles columns, what i want is base on the role given to the user that would be the basis of their zend_acl that can restrict them on some actions to the controller
Example
row 1 , jigen7, admin // can see all the pages
row 2, user, guest // limited to viewing only

