Top "Zend-db" questions

Database access component for the Zend Framework.

Inserting current date to MySql using Zend Date

I have a website based on Zend Framework. There is a form for users to fill in and the entered …

php zend-framework datetime date zend-db
PHP implode array to generate mysql IN criteria

I have a function like the following: public function foo ($cities = array('anaheim', 'baker', 'colfax') ) { $db = global instance of Zend_…

php mysql zend-framework zend-db
Constraint violation / Duplicate key when reindexing Magento

I am using Magento CE 1.6.2 and I have a problem with my reindexer ( the url_rewrite ) php shell/indexer.php …

magento pdo duplicates constraints zend-db
mysql_real_escape_string with Zend

I am developing a web application using zend framework. For select statements I have used following way. Ex: public function …

php zend-framework zend-db mysql-real-escape-string
Example of a Multi Condition Delete with Zend framework

Can someone give me an example of how I would delete a row in mysql with Zend framework when I …

php mysql zend-framework zend-db
How to find all dates between two dates in Zend Framework Query

I need to find all dates between two dates; that is start date and end date. Here is my query …

zend-framework zend-db zend-db-table
joinLeft Zend Framework, the same field names in different tables

I've got a problem. I'm trying to left join two tables with Zend Framework using $select object. Unfortunatly my tables …

zend-framework select left-join zend-db
Zend: How to insert NULL values into MySQL

I am using Zend Framework with MySQL,Apache and Ubuntu 9.04. I am trying to insert NULL values into database like …

php mysql zend-framework null zend-db
Zend_Db_Select order by random, compatible in mssql / mysql

Alright here's the situation, I have an application written in the Zend_Framework, that is compatible with both MySQL and …

php mysql sql-server zend-framework zend-db
How to set default port on MySQL for Mac

On OSX when I try to use the following: resources.db.adapter = "pdo_mysql" resources.db.params.dbname = "myDb" resources.…

mysql zend-framework zend-db