Write a program to show the function of action helper?
Answer / Shekhar Kumar
"Here's an example in Zend Framework to create and use an Action Helper:n$helper = new Application_Helper_MyHelper(); // Define your helper class first.n$view = $this->getHelper('view'); // Access the view helper from within an action.n$view->myFunction($arg1, $arg2); // Call the function defined in MyHelper."
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between javascript ajax request vs jquery $.ajax?
What is the way in which the html can be used to form elements?
How to check request is ajax in zend framework?
Zend framework forms, decorators and validation: should I go back to plain html?
What is autoloader?
Why are in-built libraries used for the web services?
What are the features of mvc in zend framework?
Explain what is the function of action helper in zend?
Tell me what is the function of model in mvc architecture?
What is the use of bootstrap?
How to protect your website from sql injection in zend using select query?
How we can redirect to another page from controller in zend framework?