Please guide me what is wrong with this query in zend framework?

Select query cannot join with another table That mean $this is quite certainly a Zend_Db_Table in your example. By default select taken from a Zend_Db_Table cannot perform joins (as they are used for Active Record operation by default) Add: $users->setIntegrityCheck(false) And this merror essage will disappears. I've not checked the SQL query yet, it's maybe right.

Select query cannot join with another table ' That mean $this is quite certainly a Zend_Db_Table in your example. By default select taken from a Zend_Db_Table cannot perform joins (as they are used for Active Record operation by default). Add: $users->setIntegrityCheck(false); And this merror essage will disappears.

I've not checked the SQL query yet, it's maybe right.

framework.zend.com/manual/1.11/en/zend.d... See Example #28 "Removing the integrity check on Zend_Db_Table_Select to allow JOINed rows.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions