Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I extend the zend navigation menu view helper?



How do I extend the zend navigation menu view helper?..

Answer / Rajeev Singh Gangwar

To extend the Zend Navigation Menu View Helper, you can create a custom helper that extends the base class and override the necessary methods. Here's an example:

```php
class CustomNavigationHelper extends ZendViewHelperNavigation {
public function render() {
// Your custom rendering logic here
}
}
```
Then, register your helper in your module's view helper autoloader file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

What are the features of zend framework?

1 Answers  


How to disable zend layout from controller for ajax call only?

1 Answers  


How to call two different views from same action?

0 Answers  


What is threads in php?

1 Answers  


Please write down a program to show the execution of the application?

1 Answers  


What is zend framework?

1 Answers  


How to protect your website from sql injection in zend using select query?

1 Answers  


Which class extend the zend controller? Zend_controller_action

1 Answers  


What is inflection?

1 Answers  


What is the use of bootstrap?

1 Answers  


What do you mean by zend engine?

1 Answers  


Explain what is the function of action helper in zend?

1 Answers  


Categories