How we can do multiple column ordering in zend framework?
Answer Posted / 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 |
Post New Answer View All Answers