Lines Matching refs:KeyID
174 $KeyID = null;
188 $KeyID = $data['KeyID'];
192 $this->database->execute($value, $HASHKEY, $KeyID);
197 $KeyID = $this->database->insert_id();
202 $KeyID = $data['KeyID'];
206 $this->database->execute($KeyID, $categoryID, $version);
215 $this->database->execute($KeyID, $categoryID, $version);
416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) { argument
419 $execute = array( $KeyID );
452 function _insertTranslation($KeyID, $Value, $Lang, $Date, $User=null) { argument
460 if ( $this->_keyExists($KeyID, $Lang) ) {
462 … if ( $this->_keyExists($KeyID, $Lang, $Value) || $this->_keyExists($KeyID, $Lang, null, $Date) ) {
474 $this->database->execute($KeyID, $Lang, $Value, $User, $Date);