Esempio n. 1
0
 public function __construct($smallmap)
 {
     // Map is too big, so up the memory-limit
     parent::__construct($smallmap);
     if (!$this->smallmap) {
         ini_set('memory_limit', "32M");
     }
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct(false);
 }