PDA

View Full Version : How to add new database table and integrate it into vbulletin


kinggori
02-20-2007, 02:12 AM
Hi guys,

can someone please tell me how i can add a new db table and integrate it into vbulletin

I know how to add tables using phpmyadmin.. but once the tables are created how can i use vbulletin's db classes and function to access my new tables?

thanks :)

Guest190829
02-20-2007, 02:14 AM
Hi guys,

can someone please tell me how i can add a new db table and integrate it into vbulletin

I know how to add tables using phpmyadmin.. but once the tables are created how can i use vbulletin's db classes and function to access my new tables?

thanks :)

Did you add the table in the same database as vBulletin's? If so, you should be able to use vBulletin's database class without doing anything else.

kinggori
02-20-2007, 02:28 AM
Did you add the table in the same database as vBulletin's? If so, you should be able to use vBulletin's database class without doing anything else.


wow!! that's good news :)
Thanks Danny for your quick replies. I appreciate it :)