I have the following directory structure: modules/ api/ controllers/ ApiController.php InventoryController.php
I use the following code with my Zend Framework application: controller: $paramsOtherAction = $this->getRequest()->getParams();
I have downloaded a third party action helper that I would like to add to my application开发者_开发问答. How can I do this?Using the Noginn SendFile Action Helper as a reference, dropped into the libr
I want to display a page that has 2 forms. The top form is unique to this page, but the bottom form can already be rendered from a different controller. I\'m using the following code to call the actio