Welcome Guest, Not a member yet? Register   Sign In
Does anyone know a nice linklist helper???
#1

[eluser]123wesweat[/eluser]
Hi,

I am looking for a dynamic link list helper which makes a linklist order by category over x columns??

Any suggestions??
#2

[eluser]richthegeek[/eluser]
You are not being hugely clear here...

It looks like you are referring to a "linked list" data structure, but this is a redundant concept in PHP - all arrays act effectively like linked lists, and you can use functions such as sort, usort, asort, ksort on them.

Try phrasing your question less generically?




Theme © iAndrew 2016 - Forum software by © MyBB