Top "Zend-db" questions

Database access component for the Zend Framework.

TCPDF - How to make the printing faster? It is very very slow, 1320 records took 40 minutes

Using Zend framework and TCPDF this is taking 40 minutes to print the Test.pdf. I having now no idea how …

php windows zend-framework zend-db tcpdf
how to return an array of objects in zend framework 2?

I am doing a query in zf2 and i get back a object(Zend\Db\ResultSet\HydratingResultSet) that i have …

php arrays object zend-framework2 zend-db
connecting to two different databases with Zend Framework

I have here a medium sized intranet site which is written entirely in Zend FW. The database for the intranet …

php database zend-framework zend-db
update query in Zend Framework

what wrong with this Query ??? i need this Query. UPDATE user_preferences SET user_preferences_value = '2' WHERE user_…

mysql zend-framework zend-db
ZF2 Zend\Db Insert/Update Using Mysql Expression (Zend\Db\Sql\Expression?)

Is there any way to include MySQL expressions like NOW() in the current build of ZF2 (2.0.0beta4) through Zend\Db …

php zend-framework2 zend-db
Zend DB Select : ORDER BY FIELD('id',some_array) - how?

How would you write the following query in Zend framework? SELECT * FROM table_name ORDER BY FIELD(field_name, 'Small',…

mysql zend-framework zend-db
Select query cannot join with another table - JOIN Zend Framework

An error occurred Application error Exception information: Message: Select query cannot join with another table This is my code: <?…

php mysql zend-framework zend-db
How do I add complex where clause to Zend Table Select?

I searched the Web and could not find anything that would show me a good solid example. My question is …

zend-framework zend-db zend-db-table
Zend Select NOT IN

I have two tables with related data, and I want to select all the records from one table which do …

php mysql zend-framework zend-db
How to use union in zend db

In sql i am using union i don't know how to write it in zend db. select m.*, 0 as is_…

php zend-framework zend-db