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 |
Is there a way to make fpdf/fpdi or zend_pdf support the parsing of pdfs greater than 1.4?
Do you know what is the way in which the html can be used to form elements?
What is use of zend front controller?
How to fetch last inserted id, fetch all record and fetch a single record?
What is the difference between zend framework and laravel?
How to disable layout from controller?
Which class extend the zend controller? Zend_controller_action
How to include css from controller and view in zend
How to get all get data?
What is autoloader in zend framework?
Explain authorization and authentication in zend framework?
Difference between zend_registry and zend_session?