Ejemplo n.º 1
0
 /**
  * Store config for ajax upload.
  * 
  * @access public
  * @param string $strKey
  * @param mixed $varValue
  * @return void
  */
 public function __set($strKey, $varValue)
 {
     $_SESSION['AJAX-FFL'][$this->strId][$strKey] = $varValue;
     parent::__set($strKey, $varValue);
 }