How we can do multiple column ordering in zend framework?



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

Post New Answer

More Zend Interview Questions

What is the function of model in mvc architecture?

1 Answers  


What are the difference between zend_registry and zend_session?

1 Answers  


What is autoloader?

1 Answers  


What is full form of cla in zend framework?

1 Answers  


What are the steps kept in mind while designing the zend_form?

1 Answers  


How can I use a stored procedure in a mysql database with zend framework?

1 Answers  


What is the major difference between zend_auth and zend_acl?

1 Answers  


What is zend framework in php?

1 Answers  


What are decorators in the zend framework?

1 Answers  


How to use jquery to post data in zend framework?

1 Answers  


What is a zend framework and why it is used?

1 Answers  


How to protect your site from sql injection in zend when using select query?

1 Answers  


Categories