PDA

View Full Version : Question using vB_DataManager_Thread_FirstPost


CtrlAltDel
09-12-2008, 05:43 PM
Ok so what I'm building has a part that will create new threads 'on-demand' so to speak so I need the ability to generate these threads.

I've got everything sorted out and I only had one question. How to find the new thread's ID.

I saw that

vB_DataManager_Thread_FirstPost->save();

Returns the Insert ID from the query. Is that Insert ID equal to the new Thread ID?

--------------- Added 1221251026 at 1221251026 ---------------

Figured it out, and the answer is yes :)