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