Fuel\Core\FuelException [ Error ]: Database results are read-only
Fuel\Core\FuelException [ Error ]: Database results are read-only
261 * @return void
262 * @throws Exception
263 */
264 final public function offsetSet($offset, $value)
265 {
266 throw new \FuelException('Database results are read-only');
267 }
268
269 /**
270 * Implements [ArrayAccess::offsetUnset], throws an error.
271 *
It looks like you're new here. If you want to get involved, click one of these buttons!