Top "Zend-db-table" questions

Object-oriented interface to database tables

When should use doctrine ORM and when zend-db-table?

In terms of project scale, doctrine vs zend-db-table speed and performance, when should I use doctrine inside Zend project, and …

php zend-framework doctrine zend-db-table
How to use Join in Zend Framework

i am using Join query in zend.. like $select = $table->select() ->from(array('e' => 'EducationHistory'), array(…

php zend-framework join zend-db-table
avoiding MySQL injections with the Zend_Db class

I currently use Zend_Db to manage my queries. I've written already code that preforms queries like the one below: $…

php mysql zend-framework zend-db-table
Zend_Db_Table_Abstract - How to do a SUM?

I can't find here: http://framework.zend.com/manual/en/zend.db.select.html any reference to SUM using mysql. …

zend-framework zend-db zend-db-table
Zend_Db_Table subquery

I have a some SQL that I want to use with ZendFW, but I can't get it working and it's …

php zend-framework subquery zend-db-table