setIntegrityCheck function in zend | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Thu, 10 Nov 2011 09:56:23 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 Zend: Join doesn’t work in my model https://www.naveenos.com/2011/11/zend-join-doesnt-work-in-my-model https://www.naveenos.com/2011/11/zend-join-doesnt-work-in-my-model#respond Thu, 10 Nov 2011 09:54:32 +0000 http://naveenos.com/?p=404 Zend provides JOIN, joinLeft, joinRight keywords to join two or multiple tables.  you can make an sql object by calling select function of current model by: $select = $this->getDbTable()->select(); Use below line to use JOIN terms in your SQL: $select->setIntegrityCheck(false); By default its integrity value set to True and it do not allow to use […]

The post Zend: Join doesn’t work in my model first appeared on naveenOS.]]>
https://www.naveenos.com/2011/11/zend-join-doesnt-work-in-my-model/feed 0