Zend Framework is an open source, object-oriented web application framework implemented in PHP 7.1 and licensed under the New BSD License.
I am currently working with Zend Framework and I am extremely happy with it. What I want to know is …
php zend-framework content-management-systemI'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 responseI'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 restI would like someone to explain me what _forward is exactly doing, I cannot see if _forward is also rendering …
php zend-frameworkI'm trying to use the Zend_Controller_Plugin_ErrorHandler to handle my error 404 cases. According to the doc, the plugin …
php zend-frameworkI 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-formI 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-elementThe 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-autoloaderIs possible convert directly HTML into a pdf file using Zend_Pdf?, if so, How can I do that?
html zend-framework pdf zend-pdfI 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