Zend Framework is an open source, object-oriented web application framework implemented in PHP 7.1 and licensed under the New BSD License.
I know with ZF1 you would retrieve the module/controller name using custom View Helpers that would get the singleton …
php zend-framework zend-framework-mvc zend-framework2How can i disable layout and view renderer in Zend Framework 2.x? I read documentation and can't get any answers …
zend-framework zend-framework2Form: //excerpt $file = new Zend_Form_Element_File('file'); $file->setLabel('File to upload:') ->setRequired(true) …
php zend-framework file-upload zend-fileI have been coding my PHP applications in Notepad. I want to take it a step up and do it …
php zend-frameworkI would like to know how to write PHPUnit tests with Zend_Test and in general with PHP.
php unit-testing zend-framework testing phpunitI would like to use ON DUPLICATE KEY UPDATE in Zend Framework 1.5, is this possible? Example INSERT INTO sometable (...) VALUES (...) …
php mysql zend-framework insert-updateCase: you're developing a site with Zend Framework and need relative links to the folder the webapp is deployed in. …
php zend-framework zend-view zend-layoutI am using Zend_Db to insert some data inside a transaction. My function starts a transaction and then calls …
php mysql zend-framework transactions pdoMys site works very slowly (and I didn't have any idea about why). It is based on Zend Application, I …
php performance zend-framework session profilingI'm trying to build a simple PDF document signing routine, using PHP, openssl, and the Zend framework (for pdf redering/…
php zend-framework pdf openssl sign