|
|||
|
What is the best way to make calls to different actions in the same page? On my index page I may want to call sayhiAction within that page.
Also, what is the best way to use Zend_View in the case where noViewRenderer = true. My index controller looks like this, should I extend Zend_View so I don't have to set the script path in every action or is there a better way to do this? PHP Code:
Last edited by jrh : 12-18-2007 at 05:53 PM. |
|
|||
|
I have been able to achieve some of what I would like to do by modifying the action helper in the boot strap (index.php)
PHP Code:
PHP Code:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|