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.

how to create virtual host on XAMPP

I am sure this question is being asked many times but I am not encounter with a problem. I am …

php apache zend-framework xampp virtualhost
php, mysql - Too many connections to database error

Good day to all. I have an odd error. I have created a chat that works like this: questions/answers …

php mysql zend-framework pdo database-connection
PHP - cannot use a scalar as an array warning

I have the following code: $final = array(); foreach ($words as $word) { $query = "SELECT Something"; $result = $this->_db->fetchAll($…

php arrays zend-framework warnings scalar
How to print exact sql query in zend framework ?

I have the following piece of code which i taken from model, ... $select = $this->_db->select() ->…

php mysql zend-framework zend-db
Starting with Zend Tutorial - Zend_DB_Adapter throws Exception: "SQLSTATE[HY000] [2002] No such file or directory"

I have started to learn Zend Framework with the Book "Zend Framework in Action" in German. Right there where it …

zend-framework
Running MySQL *.sql files in PHP

I have two *.sql files that I use when creating a new web site database. The first file creates all …

php mysql zend-framework scripting
Zend: Redirect to Action with parameters

I am using zend framework. I am using the following statement to redirect to another action. $this->_helper->…

php zend-framework redirect
How to make PDO run SET NAMES utf8 each time I connect, In ZendFramework

How to make PDO adapter run SET NAMES utf8 each time I connect, In ZendFramework. I am using an INI …

php zend-framework pdo zend-db-table
Set Application_ENV via virtual host config and read this in PHP

I like how this works in Zend Framework. I can know which environment I'm currently using by checking APPLICATION_ENV …

php apache zend-framework configuration
Zend Framework - Set 'selected' value in select box dropdown list

I am adding a select element to a Zend_Form instance as follows: $user = $form->createElement('select','user')-&…

php zend-framework zend-form html-select