Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_doc = new DOMDocument();
     $this->_doc->formatOutput = true;
 }
 public function __construct()
 {
     ini_set("memory_limit", "256M");
     set_time_limit(600);
     parent::__construct();
 }