Example #1
0
 public function __construct(PDO $pdo)
 {
     parent::__construct($pdo);
     // make sure none of the requests in the control panel are cached
     $this->setOption("cacheEnabled", false);
 }
Example #2
0
 public function __construct(PDO $pdo)
 {
     parent::__construct($pdo);
     // $this->setOption("cacheEnabled", false);
 }