Thank you, Henry
I'm using a combination of Zend_Ldap and Zend_Paginator to show the
results of an LDAP query. However, due to single attribute sorting
limitation of ldap_sort(), I need some sort of alternative sorting
mechanism. Currently, I'm sorting by "sn" (last name), but ideally I
would like to sort by "sn" first, then by "givenname" (first name)
second. Any thoughts? Does the PHP Iterator or Zend_paginator class
offer any sorting mechanism? Has anyone else run into this problem?
