giix
giix copied to clipboard
$this in static function GxActiveRecord::saveMultiple()
static function GxActiveRecord::saveMultiple() accesses $this, which is illegal... and will break sooner or later.
Thanks,
Arnaud.
Hi Arnaud, thanks for submitting this ticket. This method is indeed broken, and the documentation states not to use it. It will be removed (or fixed, maybe) in the next release.
Awesome! Thanks for the hard work!