I am trying to learn to create navigation with Zend_Acl. But t开发者_如何学运维he navigation only displays for admin and no one else.
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
I have generated menu with pages like that: $pageSettings = array( \'route\'=> \'catalog\', \'label\'=> $element->getName(),
I have the following code: <ul class=\"navigation\"> <?php foreach( $this->navigation as $item ): ?>
I have this in my bootstrap: protected function _initAutoload() { $this->_auth = Zend_Auth::getInstance();
I\'m having issues setting up my breadcrumbs and menu using Zend_Navigation. First I set up my pages using a XML config object:
I am using an xml file in creating my navigation in a zend framework app. I 开发者_如何学Gohave a multilevel menu like so:
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:
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
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