/**
  * Basic constructor, registers the fields to be persisted and loaded
  *
  */
 public function __construct()
 {
     parent::__construct();
     //register the fields to be persisted and loaded
     $this->setPersistenceKeys(array("nrofrows"));
     $this->setBitBlockSessionClose(true);
 }
 /**
  * Basic constructor, registers the fields to be persisted and loaded
  *
  */
 public function __construct()
 {
     parent::__construct();
     //register the fields to be persisted and loaded
 }
 /**
  * Basic constructor, registers the fields to be persisted and loaded
  *
  */
 public function __construct()
 {
     parent::__construct();
     //register the fields to be persisted and loaded
     $this->setPersistenceKeys(array("feedurl", "posts"));
 }
Ejemplo n.º 4
0
 /**
  * Basic constructor, registers the fields to be persisted and loaded
  *
  */
 public function __construct()
 {
     parent::__construct();
     //register the fields to be persisted and loaded
     $this->setPersistenceKeys(array("current", "day", "last", "nrLast", "chart"));
 }
 /**
  * Basic constructor, registers the fields to be persisted and loaded
  *
  */
 public function __construct()
 {
     parent::__construct();
     //register the fields to be persisted and loaded
     $this->setPersistenceKeys(array("php", "kajona"));
 }
 /**
  * Basic constructor, registers the fields to be persisted and loaded
  *
  */
 public function __construct()
 {
     parent::__construct();
 }