Example #1
0
 /**
  * 
  */
 public function garbageCron()
 {
     JCH_DEBUG ? JchPlatformProfiler::start('GarbageCron') : null;
     $url = JchPlatformPaths::ajaxUrl('garbagecron');
     JchOptimizeHelper::postAsync($url, $this->params, array('async' => '1'));
     JCH_DEBUG ? JchPlatformProfiler::stop('GarbageCron', TRUE) : null;
 }