Example #1
0
 /**
  * Determine if the necessary tables exist, and if not, create them
  */
 public function activate_plugin()
 {
     $db = new self();
     $db->check_tables();
 }