PDA

View Full Version : How to lookup paramters


ZomgStuff
23 Nov 2007, 19:53
So I haven't coded php nor vbulletin for a while and I'm trying to get back into it.

How can I check all the possible parameters for $threadinfo[] ?

What I'm trying to do is to get the time of the original post of the thread if anyone can help, thanks.


Thanks

Opserty
23 Nov 2007, 20:29
You'll be looking for $threadinfo['dateline']

You can always run var_dump($somevar); plugins if you need to don't forget.

ZomgStuff
23 Nov 2007, 20:47
Ah thank you so much, but is there a page that lists all of those?