adspace


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


Please Help Members By Posting Answers For Below Questions

How to call two different views from same action?

360


How to render zf2 view within json response?

409


How you can set module name, controller name, and action name in zend framework?

362


Explain filters in zend framework with examples?

279