$id=$_GET['id'];
$calisanlar12 = $db->select('calisanlar')
->where('id', $id)
->run();


İle çözdüm problemimi sağolun varolun :)