Esempio n. 1
0
 public function __construct($varConfig = null, $intId = 0)
 {
     // prevent from caching form, chrome is greedy
     header("Cache-Control: no-cache, no-store, must-revalidate");
     // HTTP 1.1.
     header("Pragma: no-cache");
     // HTTP 1.0.
     header("Expires: 0");
     // Proxies.
     parent::__construct($this->strTable, $varConfig, $intId);
 }