Example #1
0
 function __construct()
 {
     parent::__construct();
     $_conf = Vera_Conf::getConf('memcached');
     $this->_connect($_conf['host'], $_conf['port']);
     self::$conf = $_conf;
 }