예제 #1
0
파일: Bootstrap.php 프로젝트: knatorski/SMS
 public function formsTracker()
 {
     $cm = $this->getResource('cachemanager');
     $cache = $cm->getCache('formstracker');
     Logic_FormsTracker::setCache($cache);
 }