Example #1
0
 /**
  * Instantiate storage
  * @return Store
  */
 protected static function _connectStore()
 {
     self::$_store = Store::factory(Store::Local, 'class_' . __CLASS__);
     return self::$_store;
 }