zend-navigation
Zend navigation breadcrumbs
I have an xml navigation system with article as an element. The breadcrumb works as far as my article page where i display the list of articles with their title (as a link) and a teaser paragraph. The[详细]
2023-04-06 06:13 分类:问答Zend_Navigation: How to add numberings in the menu items?
I am generating XML from database records, then feeding it to Zend_Navigation to render it as treeview and before rendering I would like to add the level numbers, like a TOC numberings:[详细]
2023-04-02 12:53 分类:问答ZF view navigation helper: How to set several menu for one view?
I have two xml menu. 开发者_JAVA百科I set it up this way: <?php echo $this->Navigation($this->menuPrivate)->menu(); ?>[详细]
2023-03-31 22:07 分类:问答Zend_Navigation : how to make dynamically added page saved for other actions?
I\'m working with Zend_Navigation for a shopping site with 100+ references. The Navigation has some static pages, like the \'Products\' one. Some pages are dynamically created, for instance, when the[详细]
2023-03-30 03:08 分类:问答Is there a way to have a navigation entry with no link in zend navigation?
I\'m sure my question is pretty straight forward, and I\'ve been looking for an answer to this, but I can\'t seem to开发者_如何学JAVA make it work. I want to do something like this:[详细]
2023-03-26 20:58 分类:问答zend navigation breadcrumbs to bypass ACL
I make use of Zend_Navigation and its menu helper and breadcrumb开发者_StackOverflows helper together with Zend_Acl. This all works as expected. But is it possible to ignore the acl on the breadcrumbs[详细]
2023-03-21 20:35 分类:问答Zend Navigation & recursive Zend Acl
I would like to make navigation with Zend_Navigation based on Zend_Acl below is a piece of my navigation.xml file located in /application/configs dir[详细]
2023-03-21 15:17 分类:问答Setting active page when Zend_Navigation is cached?
Update - Please see update below. I\'m attempting to improve the performance of our ZF based CMS, and am trying out caching the Zend_Navigation object I create with the menu structure.Caching the obj[详细]
2023-03-20 19:07 分类:问答is it possible to set permission in zend acl to action level insted of controller level
i am using zend framework , in my site i have two types of users , guest and loggeduser , i have a controller called . books , in there i have 3 actions . add , edit and delete ,[详细]
2023-03-20 18:41 分类:问答Zend Framework: Navigation items remain visible
I can\'t figure out why this is not working. The item element always remains visible. I am using the latest release and my menu looks like:[详细]
2023-03-20 02:46 分类:问答