예제 #1
0
 public function __construct($sModuleName)
 {
     parent::__construct($sModuleName);
     $this->_oLCache = Ko_Data_LCAgent::OInstance();
 }
예제 #2
0
파일: MCacheEx.php 프로젝트: AllenLyu/ko
 public function __construct($sModuleName, $sName = '')
 {
     parent::__construct($sModuleName);
     $this->_oMCache = Ko_Data_MCAgent::OInstance($sName);
 }