Example #1
0
 public function __construct()
 {
     parent::__construct();
     if ($this->_pkCache) {
         $this->cacheKey = sprintf(TXConfig::getConfig('pkCache'), substr(get_called_class(), 0, -3));
     }
 }