Example #1
0
 /**
  * Load database, specify where to cache things
  */
 public function __construct()
 {
     parent::loadDatabase();
     Cache::setNamespace('signature');
 }
Example #2
0
 /**
  * Load database, specify where to cache things
  */
 public function __construct()
 {
     parent::loadDatabase();
     Cache::setNamespace('characterhead');
 }