Код: Выделить всё
protected $allowCallbacks = true;
protected $beforeDelete = ['setDeletedBy'];
protected function setDeletedBy($id, $purge)
{
$this->update($id, ['deleted_by' => user_id()]);
return [$id, $purge];
}
Подробнее здесь: https://stackoverflow.com/questions/776 ... eigniter-4
Мобильная версия