PDA

View Full Version : How to lookup paramters


ZomgStuff
11-23-2007, 05:53 PM
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
11-23-2007, 06:29 PM
You'll be looking for $threadinfo['dateline']

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

ZomgStuff
11-23-2007, 06:47 PM
Ah thank you so much, but is there a page that lists all of those?