Grouping where clauses with zend_db_table_abstract ?
Answer / Ankush Panwar
To group WHERE clauses with Zend_Db_Table_Abstract, you can use the Zend_Db_Expr class. Here's an example:n```phpn$where = new Zend_Db_Expr('(field1=value1 OR field2=value2) AND (field3=value3 OR field4=value4)');n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what are the elements used in customizing the output of using the standard decorators?
Explain authorization and authentication in zend framework?
How to install zend framework on windows?
Which class extend the zend model? Zend_db_table_abstract
Tell me what are the basic operations performed by the decorator?
How to use a sql function or perform calculations in a statement generating with zend_db_select?
How to render view file from controller in zend framework?
Grouping where clauses with zend_db_table_abstract ?
Can you explain what is the difference between zend_auth and zend_acl?
What is zend helpers?
What is routing in zend in zend framework?
Write a program to show the execution of the application?