Finding if the current page is in a Zend Navigation object

Posted by Sonny on Stack Overflow See other posts from Stack Overflow or by Sonny
Published on 2010-03-26T14:52:15Z Indexed on 2010/03/26 20:13 UTC
Read the original article Hit count: 450

I have more than one Zend_Navigation object in my application. I want to do a test to find out which object holds the page I'm currently on. I didn't see methods for doing that in the documentation. Can this be accomplished? How?

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework