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 |
How to install form component in zend framework?
What is the use of bootstrap in zend framework?
What are the advantages of zend framework 3? Explain
What is zend_filter?
What is front controller in zend framework?
How to get variable value from getting in zend framework?
What is routing in zend in zend framework?
What is zend framework 2?
Features of mvc in zend framework?
Does zend framework support php 4?
Named the latest version of zend framework?
What is service manager in zend framework?