Esempio n. 1
0
 /**
  * Query to select active keys
  * Hint: You must use "... FROM `'.PREFIX.'training` AS `t` ..."
  * @return string
  */
 public function queryToSelectActiveKeys()
 {
     return $this->queryToSelectKeys($this->collectColumnsForKeys($this->Configuration->activeKeys()));
 }
Esempio n. 2
0
 /**
  * @param \Runalyze\Dataset\Configuration $configuration
  */
 public function __construct(Configuration $configuration)
 {
     $this->Configuration = $configuration;
     $this->ActiveKeys = $this->Configuration->activeKeys();
     Keys::keepInstances();
 }