/**
  * constructor to call the base constructor
  */
 public function __construct()
 {
     parent::__construct();
     //Increase max execution time
     if (@ini_get("max_execution_time") < 3600 && @ini_get("max_execution_time") > 0) {
         @ini_set("max_execution_time", "3600");
     }
 }
 /**
  * contructor to call the base constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setStrTextBase("stats");
 }
 /**
  * constructor to call the base constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setStrTextBase("pages");
     $this->setBitMultipartform(true);
 }
 /**
  * contructor to call the base constructor
  */
 public function __construct()
 {
     parent::__construct();
     //set the correct text-base
     $this->setStrTextBase("navigation");
 }
 /**
  * contructor to call the base constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setStrTextBase("workflows");
 }