Top "Zend-db-table" questions

Object-oriented interface to database tables

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 DB - Count(*) not working

My sql statement is not working with Zend, its complaining about the Count(*) field... what am I doing wrong? // get …

php mysql zend-framework zend-db-table mysql-error-1054
Grouping WHERE clauses with Zend_Db_Table_Abstract

Does anyone know of a way to group where clauses with Zend_Db? Basically I have this query $sql = $table-&…

zend-framework zend-db-table
How to use bind variables with Zend_Db_Table->update() in the where clause

If I want to use the Zend_Db_Table->update() method to update my table with data, I cannot …

zend-framework zend-db-table
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
Cannot refresh row as parent is missing. Zend Framework

i am getting the error "Cannot refresh row as parent is missing" when I try to save. Here is my …

zend-framework zend-db-table
Zend Framework: Proper way to interact with database?

I'm fairly new to the Zend Framework and MVC and I'm a bit confused by Zend_DB and the proper …

php mysql database zend-framework zend-db-table
Zend framework - Why should I use data mapper / Db_Table_Row?

Extended Question: Why should I use data mapper / Db_Table_Row, where as DbTable is capable of handling most of …

php database design-patterns zend-framework zend-db-table
Zend Enable SQL Query logging

I am using this to retrieve the database connection atm. $db = Zend_Db_Table::getDefaultAdapter(); I do set this up …

zend-framework zend-db zend-db-table
Best way to do an Inner Join using the Zend Framework?

It seems like there's a few different ways to join two tables using the Zend Framework, but I've never done …

zend-framework inner-join zend-db zend-db-table zend-db-select