Database access component for the Zend Framework.
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 tcpdfI 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-dbI have here a medium sized intranet site which is written entirely in Zend FW. The database for the intranet …
php database zend-framework zend-dbwhat wrong with this Query ??? i need this Query. UPDATE user_preferences SET user_preferences_value = '2' WHERE user_…
mysql zend-framework zend-dbIs 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-dbHow would you write the following query in Zend framework? SELECT * FROM table_name ORDER BY FIELD(field_name, 'Small',…
mysql zend-framework zend-dbAn error occurred Application error Exception information: Message: Select query cannot join with another table This is my code: <?…
php mysql zend-framework zend-dbI 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-tableI have two tables with related data, and I want to select all the records from one table which do …
php mysql zend-framework zend-dbIn 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