How we can do multiple column ordering in zend framework?
Answer / Varun Bedi
{"solution": ["Use Zend_Db_Select and the Order() method", "Pass an array of columns to the Order() method with desired direction (ASC or DESC)"]}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of model in mvc architecture?
What are the difference between zend_registry and zend_session?
What is autoloader?
What is full form of cla in zend framework?
What are the steps kept in mind while designing the zend_form?
How can I use a stored procedure in a mysql database with zend framework?
What is the major difference between zend_auth and zend_acl?
What is zend framework in php?
What are decorators in the zend framework?
How to use jquery to post data in zend framework?
What is a zend framework and why it is used?
How to protect your site from sql injection in zend when using select query?