I elde tutmak ile ilgili sorunlar ve güncelleme sorgusu sahip
Warning: Crud::update() [crud.update]: Property access is not allowed yet in crud.php on line 60
Bu benim kodudur
$stmt = $this->mysql->prepare('UPDATE links SET title = ?, url = ?, comment = ? WHERE id = ?');
$stmt->bind_param('sssi',$title,$url,$comment,$id);
$stmt->execute();
$stmt->close();
on line 60 return $stmt->affected_rows;
Googled ve sadece bir yorum php belgelerinde bir referans bulundu ama ben yorum anlayamadık :/