Hi

I have set up a site using zend_nav from an xml config file. In the admin
area is a table of articles, with links to edit or delete each article.
Although zend_nav will not display items that have a role greater than the
logged in users role on the main menu, i was wondering if it's possbile to
leverage this to use on individual links in a table? So for instance, some
sort of lookup to see if the following can be rendered:


<td> /articles/edit/34 Edit article 34 </td>
<td> /articles/delete/34 Delete article 34 </td>


 - if the user has the role required to delete articles, the above links
would be rendered in the table, otherwise nothing displayed.

Thanks for any tips :)
-- 
View this message in context: 
http://n4.nabble.com/Zend-Nav-acl-for-individual-links-tp1593312p1593312.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to