Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: on plugin activation, create table in db

You don’t have to check the existence of the table you need

http://dev.mysql.com/doc/refman/4.1/en/create-table.html

Just create a table with IF NOT EXISTS.

Skip to toolbar