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 decorators in the zend framework?

1 Answers  


Do you know what is the use of zend framework?

1 Answers  


How to write a program to show the function of action helper?

1 Answers  


What is the difference between zend_auth and zend_acl?

1 Answers  


Why do we need disable layout & how we can do it?

1 Answers  


What is models in zend framework?

1 Answers  


How can I use a stored procedure in a mysql database with zend framework?

1 Answers  


How to write a program to retrieve the view object within plugin?

1 Answers  


What is use of zend front controller?

1 Answers  


What is service manager in zend framework?

1 Answers  


How we can do multiple column ordering in zend framework?

1 Answers  


How to get all get data?

1 Answers  


Categories