Top "Zend-framework" questions

Zend Framework is an open source, object-oriented web application framework implemented in PHP 7.1 and licensed under the New BSD License.

Redirect in Front Controller plugin Zend

I'm trying to centralise my redirects (based on authentication and various other states) into a front controller plugin. So far …

zend-framework redirect plugins request response
How to return only JSON from Zend

I'm using Zend Framework 1.x for my project. I want to create a Web service return only JSON string for …

php json web-services zend-framework rest
Zend Framework, what $this->_forward is doing

I would like someone to explain me what _forward is exactly doing, I cannot see if _forward is also rendering …

php zend-framework
How to throw 404 exceptions in Zend Framework

I'm trying to use the Zend_Controller_Plugin_ErrorHandler to handle my error 404 cases. According to the doc, the plugin …

php zend-framework
File Upload using zend framework 1.7.4

I am trying to upload a file using Zend Framework 1.7.4, but have not been successful. I have read Akrabat's tutorial, …

php zend-framework file-upload zend-form
zend form email validation

I have the following code to generate an input field for user's email address $email = new Zend_Form_Element_Text(…

zend-framework zend-form email-validation zend-form-element
how to add a 3rd party library to magento?

The library doesn't need to integrate with magento, it's mostly a wrapper that communicates with an API. I would like …

php magento zend-framework magento-1.7 zend-autoloader
Is possible convert HTML into pdf using Zend_Pdf?

Is possible convert directly HTML into a pdf file using Zend_Pdf?, if so, How can I do that?

html zend-framework pdf zend-pdf
selectmenu ('refresh', true)

I get form from zend framework site and put it in response in new file in function written by jquery …

javascript zend-framework jquery-mobile select-menu