Esempio n. 1
0
 function execute()
 {
     $collection = new Collections();
     if ($collection->purge()) {
         echo "Purge successfully completed.<br>";
     } else {
         echo "Purge errors were encountered.<br>";
     }
 }