zend-navigation
Could not create navigation based on Zend_Acl
I am trying to learn to create navigation with Zend_Acl. But t开发者_如何学运维he navigation only displays for admin and no one else.[详细]
2023-03-17 09:13 分类:问答Zend_Navigation: how to manage menu items?
I have menu like this: item1 - item1.1 - item 1.1.1 - item 1.1.2 - item 1.1.3 - item1.2 - item 1.2.1 - item 1.2.2[详细]
2023-03-13 12:23 分类:问答ZF: ZEND_NAVIGATION_PAGE - page doesn't get active status
I have generated menu with pages like that: $pageSettings = array( \'route\'=> \'catalog\', \'label\'=> $element->getName(),[详细]
2023-03-13 07:54 分类:问答Zend_Navigation isActive not working
I have the following code: <ul class=\"navigation\"> <?php foreach( $this->navigation as $item ): ?>[详细]
2023-03-13 05:54 分类:问答is there a way to set up the acl roles that are allowed to access different parts of the site in my navigation.xml?
I have this in my bootstrap: protected function _initAutoload() { $this->_auth = Zend_Auth::getInstance();[详细]
2023-03-11 05:08 分类:问答Why does Zend mark a subpage as in-active?
I\'m having issues setting up my breadcrumbs and menu using Zend_Navigation. First I set up my pages using a XML config object:[详细]
2023-03-10 23:21 分类:问答How do I set the class for <ul> tag in multilevel submenu in zend_navigation
I am using an xml file in creating my navigation in a zend framework app. I 开发者_如何学Gohave a multilevel menu like so:[详细]
2023-03-10 10:34 分类:问答Zend Navigation, how can i use it with params in the url ? I tried it with params in navigation without changes :(
I have got a problem with the zend navigation. I use the zend navigation, and its ok when i call something like this in the url:[详细]
2023-03-07 05:07 分类:问答Zend Navigation: Where should I load the ACL 'Role' in a private application
I am working on a \'private\' application, you must be logged in to do anything at all. This gives me a bit of a an issue loading the role for Zend Navigation. Currently I am \'init\'ing Zend Navigati[详细]
2023-03-01 06:10 分类:问答How to retrieve the current page from Zend_Navigation within a Controller Plugin
I am working on an Authentication Plugin using a Controller Plugin. I define my navigation config within the application.ini file, and then use that and the Database user records to dynamically load t[详细]
2023-02-24 09:31 分类:问答