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 |
What is zend framework in php?
Explain why are in-built libraries used for the web services?
Why should we use framework?
Is zf a component library or a framework?
How to protect your site from sql injection in zend when using select query?
Difference between zend_registry and zend_session?
How to protect your website from sql injection in zend using select query?
Should I sign an individual cla or a corporate cla?
how to remove all dtddwrappers and labels on zend form elements?
How to write a program that performs the calculations using the sql function?
How to call two different views from same action?
What should I know about the zend framework cla before submitting it?