zend-navigation
Zend Framework menu.xml in module throws exception
Usually I have a navigation file menu.xml in configs folder for Zend_Navigation. Now when I put it in modules/module-name/configs/ I get the error:[详细]
2023-02-20 07:36 分类:问答Zend Navigation (breadcrumbs) not displaying
I\'m having a problem displaying breadcrumbs with Zend_Navigation. I have a single controller that takes in a parameter to query out articles from the DB. So, if you point to \"articles/view/id/3\",[详细]
2023-02-19 14:17 分类:问答How to Create a Zend_Navigation Dummy Node - Zend Framework 1.11.4
i\'m trying to create a node in the Zend_Navigation tree that is just used for organizing the links within it开发者_如何学运维.therefore it would NOT require an anchor tag when rendered and not show u[详细]
2023-02-17 07:02 分类:问答Zend_Navigation: Getting Only the Pages Accessible by the Current User/Role
I have a Zend_Navigation running with data provided by a navigation.xml file. Let\'s assume the first level (0) consists of two pages, Frontend and Backend. Frontend is accessible by the guest role, B[详细]
2023-02-13 07:34 分类:问答Zend_Navigation rendering submenu
I have the following Zend_Navigation config -Item1 -Item2 |---SubItem2 1 |---SubItem2 2 |---SubItem2 3 (Visible = false)[详细]
2023-02-11 10:33 分类:问答How to use zend_navigation to populate zend_feed?
In the bootstrap file of each of my modules I am populating my Zend_Navigation instance so that I 开发者_开发技巧can create html/xml sitemaps, side-bar navigation, admin navigation and, now, I want to[详细]
2023-02-07 16:08 分类:问答How to create "Dynamic" Breadcrumbs in Zend Navigation
With Zend_Navigation, I can do something like H开发者_运维知识库ome > Projects > Collaborators[详细]
2023-02-07 06:00 分类:问答Disable translation of Zend_Navigation elements
Is there any easy way to disable translation of some of the Zend Navigation elements? e.g. in this case[详细]
2023-02-04 18:44 分类:问答Url problem: zend navigation appends routes to url - How to modify zend navigation default rendering
I have reedited the question to show where was the problem. Hi, I\'m building an cms application with Zend Framework. Everything works fine except for the >urls. When I click on a link that points[详细]
2023-02-01 23:21 分类:问答Zend_Navigation, Zend_ACL + Roles not filtering correctly through an AJAX request
I have been using zend_acl and Zend_Navigation together on my project currently and it seems to work correctly. I am how ever using a lot of AJAX in my site and have made a login with jqModal and jQue[详细]
2023-01-31 18:42 分类:问答