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