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.

ZF2 - Get controller name into layout/views

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-framework2
How to disable layout and view renderer in ZF2?

How can i disable layout and view renderer in Zend Framework 2.x? I read documentation and can't get any answers …

zend-framework zend-framework2
PHP: How to rename a file uploaded with Zend_Form_Element_File?

Form: //excerpt $file = new Zend_Form_Element_File('file'); $file->setLabel('File to upload:') ->setRequired(true) …

php zend-framework file-upload zend-file
Where do I start with Zend Framework?

I have been coding my PHP applications in Notepad. I want to take it a step up and do it …

php zend-framework
How do I use PHPUnit with Zend Framework?

I would like to know how to write PHPUnit tests with Zend_Test and in general with PHP.

php unit-testing zend-framework testing phpunit
Is there a way to do an "INSERT...ON DUPLICATE KEY UPDATE" in Zend Framework 1.5?

I 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-update
Getting basepath from view in zend framework

Case: 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-layout
How do detect that transaction has already been started?

I am using Zend_Db to insert some data inside a transaction. My function starts a transaction and then calls …

php mysql zend-framework transactions pdo
session_start() takes VERY LONG TIME

Mys 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 profiling
Digitally signing a PDF, using PHP, Zend, and openssl

I'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