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.

Get post data, Zend Framework

I want to fetch posted data. But I am using no form. The data is postet by a jquery script …

php zend-framework zend-form
What exactly is a baseUrl

I have spent sometime trying to understand what a baseUrl is(from learning Zend Framework), but it's surprising that for …

php zend-framework base-url
How to fill PDF form in php

I have many PDF forms, I would need to fill them each in php with the data I already have. …

php forms zend-framework pdf
Zend Framework: How do I remove the decorators on a Zend Form Hidden Element?

I'm trying to remove the default decorators on a hidden form element. By default, the hidden element is displayed like …

zend-framework zend-form zend-decorators
magento not sending out any mails, how to debug?

Magento is not sending out any emails, transnational, contact form gives error cannot send your mail at this moment I …

php debugging magento zend-framework zend-mail
SetEnv APPLICATION_ENV development - .htaccess interacting with Zend Framework?

I have the following on my htaccess. SetEnv APPLICATION_ENV development When I pass this file to prodution, I will …

apache zend-framework
How to create and implement a pixel tracking code

OK, here's a goal I've been looking for a while. As it's known, most advertising and analytics companies use a …

zend-framework tracking pixel
'PDOException' with message 'SQLSTATE[HY000] [2002] zend framework

Any one plz tell me why i am getting this error ?? firstly my internet connection was good today its not …

mysql zend-framework pdo zend-db
Redirect to previous page in zend framework

I want to add a redirection URL to my login forms action (as a query) in login page, so after …

zend-framework url session redirect
Registering Zend Database Adapter in Registry

I am looking to register a reference to the main Database Adapter in the Registry during Bootstrapping so it can …

zend-framework zend-db