Ascending and Descending Order and Pagination with LDAP
LDAP hasn’t a good documentation. Users of wonderful database API’s may feel no good when using this technology in PHP.
I had one of these problems when I needed to paginate LDAP entries. The ldap_sort function sorts in ascending order only. Result: I had to do pagination and ordering in two direction using ldap_count_entries, ldap_sort, ldap_first_entry, ldap_next_entry, ldap_get_attributes, array_reverse and a bit of voodoo
. The result is in a post left in the ldap_search documentation.
Português
English


