Example #1
0
 function install()
 {
     include 'scripts/create-database.php';
     include 'scripts/create-configuration.php';
     $manager = new pluginManager();
     $manager->setup();
 }