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