-
Zend_Navigation removePage not working
Hi,
I tried to remove a page in Zend Navigation container , but it return false, Please see below code
In Bootstrap.php init function
$page3 = $container->findOneByAction('testaction');
$container->removePage($page3);
Here 'testaction' is the child of other menu item (2nd level menu item).
Please help me to solve this issue
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules